summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_dsigdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_dsigdata.cpp')
-rw-r--r--xfa/fxfa/parser/cxfa_dsigdata.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/xfa/fxfa/parser/cxfa_dsigdata.cpp b/xfa/fxfa/parser/cxfa_dsigdata.cpp
index f5e3237ad8..f1412aa19c 100644
--- a/xfa/fxfa/parser/cxfa_dsigdata.cpp
+++ b/xfa/fxfa/parser/cxfa_dsigdata.cpp
@@ -9,12 +9,8 @@
namespace {
const CXFA_Node::AttributeData kAttributeData[] = {
- {XFA_Attribute::Value, XFA_AttributeType::CData,
- XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Config | XFA_XDPPACKET_LocaleSet |
- XFA_XDPPACKET_Template | XFA_XDPPACKET_Datasets |
- XFA_XDPPACKET_ConnectionSet | XFA_XDPPACKET_Form,
- nullptr},
- {XFA_Attribute::Unknown, XFA_AttributeType::Integer, 0, nullptr}};
+ {XFA_Attribute::Value, XFA_AttributeType::CData, nullptr},
+ {XFA_Attribute::Unknown, XFA_AttributeType::Integer, nullptr}};
constexpr wchar_t kName[] = L"dSigData";