diff options
author | David Tardon <dtardon@redhat.com> | 2017-01-02 09:02:53 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2017-01-02 09:02:53 +0100 |
commit | 99f3f180034b78900e9ff6953b9866fde3da01d6 (patch) | |
tree | c8f2eeadd5c38f8aa92cbe76674da05cc817d5c4 /cui | |
parent | e73c961a7fb23246dc4a9c27d7ed0808b9ba74b5 (diff) |
WaE: unused variable
Change-Id: Ib701d3adf1e79554e2ddcefb5943092e3a886041
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optgenrl.cxx | 2 |
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; |