summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-01-02 09:02:53 +0100
committerDavid Tardon <dtardon@redhat.com>2017-01-02 09:02:53 +0100
commit99f3f180034b78900e9ff6953b9866fde3da01d6 (patch)
treec8f2eeadd5c38f8aa92cbe76674da05cc817d5c4 /cui
parente73c961a7fb23246dc4a9c27d7ed0808b9ba74b5 (diff)
WaE: unused variable
Change-Id: Ib701d3adf1e79554e2ddcefb5943092e3a886041
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optgenrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx
index 559e5690cce8..385f5805b462 100644
--- a/cui/source/options/optgenrl.cxx
+++ b/cui/source/options/optgenrl.cxx
@@ -211,7 +211,7 @@ void SvxGeneralTabPage::InitControls ()
{
// which language bit do we use? (see Lang and vRowInfo[] above)
unsigned LangBit;
- switch (LanguageType const eLang = Application::GetSettings().GetUILanguageTag().getLanguageType())
+ switch (Application::GetSettings().GetUILanguageTag().getLanguageType())
{
case LANGUAGE_ENGLISH_US:
LangBit = Lang::US;