diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-06-05 09:46:45 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-06-05 13:58:40 +0000 |
commit | 7211eac14643bbbaf41bfc205c244668f46be440 (patch) | |
tree | 6dacdf2a39b60695d0811d8ff63b650ebe56e3c1 /xfa/fxfa/cxfa_widgetacc.cpp | |
parent | af680b17e0e1b94e40afa6a01ba3bbdead2d6035 (diff) | |
download | pdfium-7211eac14643bbbaf41bfc205c244668f46be440.tar.xz |
Cleaning up some XFA locale related code
This CL removes some unused locale related code and formats other bits.
Change-Id: I172fc16a634a8982c00bfaf84fdcd4cd277eb36d
Reviewed-on: https://pdfium-review.googlesource.com/6077
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_widgetacc.cpp')
-rw-r--r-- | xfa/fxfa/cxfa_widgetacc.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_widgetacc.cpp b/xfa/fxfa/cxfa_widgetacc.cpp index d4a6125408..3c136df0ff 100644 --- a/xfa/fxfa/cxfa_widgetacc.cpp +++ b/xfa/fxfa/cxfa_widgetacc.cpp @@ -409,7 +409,8 @@ int32_t CXFA_WidgetAcc::ProcessFormatTestValidate(CXFA_Validate validate, return XFA_EVENTERROR_NotExist; CXFA_LocaleValue lcValue = XFA_GetLocaleValue(this); - if (!lcValue.ValidateValue(lcValue.GetValue(), wsPicture, pLocale)) { + if (!lcValue.ValidateValue(lcValue.GetValue(), wsPicture, pLocale, + nullptr)) { IXFA_AppProvider* pAppProvider = GetAppProvider(); if (!pAppProvider) return XFA_EVENTERROR_NotExist; |