diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_form.cpp')
-rw-r--r-- | xfa/fxfa/parser/cxfa_form.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xfa/fxfa/parser/cxfa_form.cpp b/xfa/fxfa/parser/cxfa_form.cpp index e7d75e0161..b60dca634b 100644 --- a/xfa/fxfa/parser/cxfa_form.cpp +++ b/xfa/fxfa/parser/cxfa_form.cpp @@ -9,10 +9,8 @@ namespace { const CXFA_Node::AttributeData kAttributeData[] = { - {XFA_Attribute::Checksum, XFA_AttributeType::CData, - XFA_XDPPACKET_Template | XFA_XDPPACKET_Form | XFA_XDPPACKET_Form, - (void*)nullptr}, - {XFA_Attribute::Unknown, XFA_AttributeType::Integer, 0, nullptr}}; + {XFA_Attribute::Checksum, XFA_AttributeType::CData, (void*)nullptr}, + {XFA_Attribute::Unknown, XFA_AttributeType::Integer, nullptr}}; constexpr wchar_t kName[] = L"form"; |