From 14f917058e214b4796856655fc3989366bd67139 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 18 Apr 2014 02:01:20 +0200 Subject: and again Change-Id: I79fd5b90fd79f55bd80a4ab297192114aae5da42 --- framework/source/uielement/langselectionstatusbarcontroller.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/source/uielement/langselectionstatusbarcontroller.cxx b/framework/source/uielement/langselectionstatusbarcontroller.cxx index b2f3d4589848..df3f2bc2bfea 100644 --- a/framework/source/uielement/langselectionstatusbarcontroller.cxx +++ b/framework/source/uielement/langselectionstatusbarcontroller.cxx @@ -204,7 +204,7 @@ throw (css::uno::RuntimeException) for (it = aLangItems.begin(); it != aLangItems.end(); ++it) { const OUString & rStr( *it ); - if( rStr != OUString( SvtLanguageTable::GetLanguageString( LANGUAGE_NONE ) )&& + if( rStr != sNone && rStr != sAsterisk && rStr != sEmpty) { -- cgit