summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-07 17:30:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-08 10:00:02 +0100
commit1abda793895be7d9224a8cd00483497cd761476c (patch)
tree0c775bdc80c35b0a7d2e8c27f64f04564c7c6672 /include/vcl
parent77eb2b81af79e1e987abc300236599821a280b19 (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.hxx2
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();