summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/xfa_utils.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-27 19:36:26 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-27 19:36:26 +0000
commit9a48fd1aabf105b168f5d8fc26549ae0d41d002e (patch)
tree846dd27b25365fa1fcb3b9c7a66574f1b5ae166f /xfa/fxfa/parser/xfa_utils.h
parente6ccf2578ae04c796a69f3596e4b4730a45da378 (diff)
downloadpdfium-9a48fd1aabf105b168f5d8fc26549ae0d41d002e.tar.xz
Fold XFA_GetAttributeByName into CXFA_Node::NameToAttribute
This CL removes the xfa_utils helper and does the work directly in CXFA_Node. Change-Id: I4f7cac9cb6d2a53ac5627f50a2f066f79fc22a31 Reviewed-on: https://pdfium-review.googlesource.com/19290 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/xfa_utils.h')
-rw-r--r--xfa/fxfa/parser/xfa_utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/xfa_utils.h b/xfa/fxfa/parser/xfa_utils.h
index 08092563e8..afc1076d35 100644
--- a/xfa/fxfa/parser/xfa_utils.h
+++ b/xfa/fxfa/parser/xfa_utils.h
@@ -54,7 +54,6 @@ bool XFA_GetAttributeDefaultValue(void*& pValue,
XFA_Attribute eAttribute,
XFA_AttributeType eType,
uint32_t dwPacket);
-const XFA_ATTRIBUTEINFO* XFA_GetAttributeByName(const WideStringView& wsName);
const XFA_ATTRIBUTEINFO* XFA_GetAttributeByID(XFA_Attribute eName);
const XFA_ATTRIBUTEENUMINFO* XFA_GetAttributeEnumByName(
const WideStringView& wsName);