summaryrefslogtreecommitdiff
path: root/include/svtools/langtab.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-04-17 23:53:11 +0200
committerEike Rathke <erack@redhat.com>2014-04-17 23:54:08 +0200
commite84331b4fdbbdca1e221c990578aaf889038d60a (patch)
treedaf318ae3232d4db2c72b5ce6e381bcad83ac9a2 /include/svtools/langtab.hxx
parentf3501ee89ff65cd40468e84f4d9fb52f12a67b0f (diff)
introduce second static GetLanguageString() with explicit bool parameter
Change-Id: Ief79b8871701cc2e39e421145370feb246ce5e20
Diffstat (limited to 'include/svtools/langtab.hxx')
-rw-r--r--include/svtools/langtab.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/langtab.hxx b/include/svtools/langtab.hxx
index 7521313d9ef2..7f437e0f600f 100644
--- a/include/svtools/langtab.hxx
+++ b/include/svtools/langtab.hxx
@@ -47,6 +47,7 @@ public:
LanguageType GetTypeAtIndex( sal_uInt32 nIndex ) const;
static OUString GetLanguageString( const LanguageType eType );
+ static OUString GetLanguageString( const LanguageType eType, bool bUserInterfaceSelection );
static LanguageType GetLanguageType( const OUString& rStr );
};