diff options
author | Lei Zhang <thestig@chromium.org> | 2018-07-30 17:46:18 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-07-30 17:46:18 +0000 |
commit | 5822da79e645ad896c4aeec623d38a92ee7231a8 (patch) | |
tree | ccb36f2ba3b01d6fd0be8ae67914604ea38fd8ca /xfa/fxfa/parser/xfa_utils.cpp | |
parent | ec86c716f7efbeb9bf31fb22c95593114c5ed441 (diff) | |
download | pdfium-5822da79e645ad896c4aeec623d38a92ee7231a8.tar.xz |
Fix a misspelling of "locale".
Change-Id: I3fdc6d473f08835b6caeacbbd583bb651a9c5678
Reviewed-on: https://pdfium-review.googlesource.com/39111
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/xfa_utils.cpp')
-rw-r--r-- | xfa/fxfa/parser/xfa_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/xfa_utils.cpp b/xfa/fxfa/parser/xfa_utils.cpp index 1331a43756..5a8f1c8711 100644 --- a/xfa/fxfa/parser/xfa_utils.cpp +++ b/xfa/fxfa/parser/xfa_utils.cpp @@ -450,7 +450,7 @@ CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode) { break; } return CXFA_LocaleValue(iVTType, pNode->GetRawValue(), - pNode->GetDocument()->GetLocalMgr()); + pNode->GetDocument()->GetLocaleMgr()); } bool XFA_FDEExtension_ResolveNamespaceQualifier(CFX_XMLElement* pNode, |