summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_xfa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_xfa.cpp')
-rw-r--r--xfa/fxfa/parser/cxfa_xfa.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_xfa.cpp b/xfa/fxfa/parser/cxfa_xfa.cpp
index 2e125de462..c3dc43e1c7 100644
--- a/xfa/fxfa/parser/cxfa_xfa.cpp
+++ b/xfa/fxfa/parser/cxfa_xfa.cpp
@@ -8,8 +8,11 @@
namespace {
-const XFA_Attribute kAttributeData[] = {
- XFA_Attribute::TimeStamp, XFA_Attribute::Uuid, XFA_Attribute::Unknown};
+const CXFA_Node::AttributeData kAttributeData[] = {
+ {XFA_Attribute::TimeStamp, XFA_AttributeType::CData, XFA_XDPPACKET_XDP,
+ nullptr},
+ {XFA_Attribute::Uuid, XFA_AttributeType::CData, XFA_XDPPACKET_XDP, nullptr},
+ {XFA_Attribute::Unknown, XFA_AttributeType::Integer, 0, nullptr}};
constexpr wchar_t kName[] = L"xfa";