summaryrefslogtreecommitdiff
path: root/include/unotools/syslocaleoptions.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-12-02 20:34:44 +0100
committerEike Rathke <erack@redhat.com>2016-12-02 20:36:24 +0100
commitb913ce4c321142d0d0948ab4d6d8ba362919d7d8 (patch)
treee60b9a6382e93729335f94529553b6f00f9d5c25 /include/unotools/syslocaleoptions.hxx
parenteb1762fea0c9e281d2bcad2eeffda2a5238816a8 (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/unotools/syslocaleoptions.hxx')
-rw-r--r--include/unotools/syslocaleoptions.hxx4
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;