diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-07 17:30:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-08 10:00:02 +0100 |
commit | 1abda793895be7d9224a8cd00483497cd761476c (patch) | |
tree | 0c775bdc80c35b0a7d2e8c27f64f04564c7c6672 /include/vcl | |
parent | 77eb2b81af79e1e987abc300236599821a280b19 (diff) |
mbDefaultLocale is always true
Change-Id: I92bcb381330a129ca42a2407a3e4db0ed044ed51
Reviewed-on: https://gerrit.libreoffice.org/63041
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/field.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx index e9407fa66f32..aec107f49629 100644 --- a/include/vcl/field.hxx +++ b/include/vcl/field.hxx @@ -46,7 +46,6 @@ private: bool mbStrictFormat; bool mbEmptyFieldValue; bool mbEmptyFieldValueEnabled; - bool mbDefaultLocale; protected: SAL_DLLPRIVATE void ImplSetText( const OUString& rText, Selection const * pNewSel = nullptr ); @@ -55,7 +54,6 @@ protected: void SetEmptyFieldValueData( bool bValue ) { mbEmptyFieldValue = bValue; } SAL_DLLPRIVATE LocaleDataWrapper& ImplGetLocaleDataWrapper() const; - bool IsDefaultLocale() const { return mbDefaultLocale; } public: explicit FormatterBase(); |