diff options
author | Eike Rathke <erack@redhat.com> | 2016-12-02 20:34:44 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-12-02 20:36:24 +0100 |
commit | b913ce4c321142d0d0948ab4d6d8ba362919d7d8 (patch) | |
tree | e60b9a6382e93729335f94529553b6f00f9d5c25 /include | |
parent | eb1762fea0c9e281d2bcad2eeffda2a5238816a8 (diff) |
remove now unused SvtSysLocaleOptions::GetLocaleConfigString()
Which just lead to confusion as could be seen in two earlier commits..
Change-Id: I172127cf08bcd45c3c53e0cf00cf11a41e0dd3a6
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/syslocaleoptions.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/unotools/syslocaleoptions.hxx b/include/unotools/syslocaleoptions.hxx index d37fab8a3f9d..bb86e644cbf3 100644 --- a/include/unotools/syslocaleoptions.hxx +++ b/include/unotools/syslocaleoptions.hxx @@ -87,10 +87,8 @@ public: // config value access methods /// The config string may be empty to denote the SYSTEM locale - const OUString& GetLocaleConfigString() const; void SetLocaleConfigString( const OUString& rStr ); - /** Get locale set, if empty denotes SYSTEM locale, not resolved - to the real locale. */ + /** Get locale set, not resolved to the real locale. */ LanguageTag GetLanguageTag() const; /** Get locale set, always resolved to the real locale. */ const LanguageTag& GetRealLanguageTag() const; |