summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-04-18 02:02:47 +0200
committerEike Rathke <erack@redhat.com>2014-04-18 02:03:00 +0200
commit619b4c40da9e85febbb08a3f7cf8aa8d10963fc1 (patch)
tree5f96274927de5f0a3e472da282dcb39c64aafb66 /framework
parent14f917058e214b4796856655fc3989366bd67139 (diff)
and again ... geez..
Change-Id: Ib74e4690de547612bbc58ad7db650cf37931d7dd
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/langselectionstatusbarcontroller.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/langselectionstatusbarcontroller.cxx b/framework/source/uielement/langselectionstatusbarcontroller.cxx
index df3f2bc2bfea..78733cfae174 100644
--- a/framework/source/uielement/langselectionstatusbarcontroller.cxx
+++ b/framework/source/uielement/langselectionstatusbarcontroller.cxx
@@ -194,7 +194,7 @@ throw (css::uno::RuntimeException)
}
xPopupMenu->insertItem( MID_LANG_SEL_NONE, FWK_RESSTR(STR_LANGSTATUS_NONE), 0, MID_LANG_SEL_NONE );
- if ( SvtLanguageTable::GetLanguageString( LANGUAGE_NONE ) == m_aCurLang )
+ if ( sNone == m_aCurLang )
xPopupMenu->checkItem( MID_LANG_SEL_NONE, sal_True );
xPopupMenu->insertItem( MID_LANG_SEL_RESET, FWK_RESSTR(STR_RESET_TO_DEFAULT_LANGUAGE), 0, MID_LANG_SEL_RESET );
xPopupMenu->insertItem( MID_LANG_SEL_MORE, FWK_RESSTR(STR_LANGSTATUS_MORE), 0, MID_LANG_SEL_MORE );