summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_datepattern.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_datepattern.cpp')
-rw-r--r--xfa/fxfa/parser/cxfa_datepattern.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/xfa/fxfa/parser/cxfa_datepattern.cpp b/xfa/fxfa/parser/cxfa_datepattern.cpp
index 88023a4d9a..4fbecb671b 100644
--- a/xfa/fxfa/parser/cxfa_datepattern.cpp
+++ b/xfa/fxfa/parser/cxfa_datepattern.cpp
@@ -10,11 +10,8 @@ namespace {
const CXFA_Node::AttributeData kAttributeData[] = {
{XFA_Attribute::Name, XFA_AttributeType::Enum,
- XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Config | XFA_XDPPACKET_LocaleSet |
- XFA_XDPPACKET_Template | XFA_XDPPACKET_Datasets | XFA_XDPPACKET_Form |
- XFA_XDPPACKET_ConnectionSet | XFA_XDPPACKET_Form,
(void*)XFA_ATTRIBUTEENUM_Med},
- {XFA_Attribute::Unknown, XFA_AttributeType::Integer, 0, nullptr}};
+ {XFA_Attribute::Unknown, XFA_AttributeType::Integer, nullptr}};
constexpr wchar_t kName[] = L"datePattern";