summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_document.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-07-30 17:46:18 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-07-30 17:46:18 +0000
commit5822da79e645ad896c4aeec623d38a92ee7231a8 (patch)
treeccb36f2ba3b01d6fd0be8ae67914604ea38fd8ca /xfa/fxfa/parser/cxfa_document.h
parentec86c716f7efbeb9bf31fb22c95593114c5ed441 (diff)
downloadpdfium-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/cxfa_document.h')
-rw-r--r--xfa/fxfa/parser/cxfa_document.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_document.h b/xfa/fxfa/parser/cxfa_document.h
index 8bddcb2035..5260b1873f 100644
--- a/xfa/fxfa/parser/cxfa_document.h
+++ b/xfa/fxfa/parser/cxfa_document.h
@@ -62,7 +62,7 @@ class CXFA_Document : public CXFA_NodeOwner {
CXFA_Node* GetRoot() const { return m_pRootNode; }
CXFA_FFNotify* GetNotify() const { return notify_.Get(); }
- CXFA_LocaleMgr* GetLocalMgr();
+ CXFA_LocaleMgr* GetLocaleMgr();
CXFA_Object* GetXFAObject(XFA_HashCode wsNodeNameHash);
CXFA_Node* GetNodeByID(CXFA_Node* pRoot, const WideStringView& wsID) const;
CXFA_Node* GetNotBindNode(const std::vector<CXFA_Object*>& arrayNodes) const;
@@ -107,7 +107,7 @@ class CXFA_Document : public CXFA_NodeOwner {
std::map<uint32_t, CXFA_Node*> m_rgGlobalBinding;
std::unique_ptr<CFXJSE_Engine> m_pScriptContext;
std::unique_ptr<CXFA_LayoutProcessor> m_pLayoutProcessor;
- std::unique_ptr<CXFA_LocaleMgr> m_pLocalMgr;
+ std::unique_ptr<CXFA_LocaleMgr> m_pLocaleMgr;
std::unique_ptr<CScript_DataWindow> m_pScriptDataWindow;
std::unique_ptr<CScript_EventPseudoModel> m_pScriptEvent;
std::unique_ptr<CScript_HostPseudoModel> m_pScriptHost;