summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_widgetacc.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-22 21:41:57 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-22 21:41:57 +0000
commit9ccf4047a6f36e9c0863541437af7734a04ca676 (patch)
tree5be86df7221a3466a19ae3a89696ee25afa7b200 /xfa/fxfa/cxfa_widgetacc.h
parentbc948ce8d553422ef2a6285356e09e0261702583 (diff)
downloadpdfium-9ccf4047a6f36e9c0863541437af7734a04ca676.tar.xz
Remove GetLocale from CXFA_WidgetAcc
This CL removes the GetLocale method from CXFA_WidgetAcc and calls the CXFA_Node method directly. The node is always provided to CXFA_WidgetAcc so an asset is added and subsequent checks removed. Change-Id: I7495cd3a9678762e9e6fdecdf13104604d190280 Reviewed-on: https://pdfium-review.googlesource.com/23430 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_widgetacc.h')
-rw-r--r--xfa/fxfa/cxfa_widgetacc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fxfa/cxfa_widgetacc.h b/xfa/fxfa/cxfa_widgetacc.h
index 8f0bf3948b..ca018ed655 100644
--- a/xfa/fxfa/cxfa_widgetacc.h
+++ b/xfa/fxfa/cxfa_widgetacc.h
@@ -161,8 +161,6 @@ class CXFA_WidgetAcc {
WideString GetValue(XFA_VALUEPICTURE eValueType);
WideString GetPictureContent(XFA_VALUEPICTURE ePicture);
- IFX_Locale* GetLocale();
-
WideString GetNormalizeDataValue(const WideString& wsValue);
WideString GetFormatDataValue(const WideString& wsValue);
WideString NormalizeNumStr(const WideString& wsValue);