summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-04-18 02:01:20 +0200
committerEike Rathke <erack@redhat.com>2014-04-18 02:01:32 +0200
commit14f917058e214b4796856655fc3989366bd67139 (patch)
treee8ad4be7960e8045194829925a6d8f24c3c6c5aa /framework
parent131edeac010f61918bd9403f5e7e2cb2025dedd9 (diff)
and again
Change-Id: I79fd5b90fd79f55bd80a4ab297192114aae5da42
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 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)
{