summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_numberpattern.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_numberpattern.cpp')
-rw-r--r--xfa/fxfa/parser/cxfa_numberpattern.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_numberpattern.cpp b/xfa/fxfa/parser/cxfa_numberpattern.cpp
index 71097405ae..9896723587 100644
--- a/xfa/fxfa/parser/cxfa_numberpattern.cpp
+++ b/xfa/fxfa/parser/cxfa_numberpattern.cpp
@@ -8,8 +8,13 @@
namespace {
-const XFA_Attribute kAttributeData[] = {XFA_Attribute::Name,
- XFA_Attribute::Unknown};
+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_Numeric},
+ {XFA_Attribute::Unknown, XFA_AttributeType::Integer, 0, nullptr}};
constexpr wchar_t kName[] = L"numberPattern";