From 805f1ed598ef18157710cf3655d329b09a735389 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 22 Feb 2013 10:13:44 +0000 Subject: fix editeng and basctl build Change-Id: I0d70449ad9b42219969c82e2054694c4a5830dcf --- basctl/source/basicide/basicbox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basctl') diff --git a/basctl/source/basicide/basicbox.cxx b/basctl/source/basicide/basicbox.cxx index 5b6b39976a69..0d869ab7feca 100644 --- a/basctl/source/basicide/basicbox.cxx +++ b/basctl/source/basicide/basicbox.cxx @@ -510,7 +510,7 @@ void LanguageBox::Update( const SfxStringItem* pItem ) { FillBox(); - if ( pItem && pItem->GetValue().Len() > 0 ) + if ( pItem && !pItem->GetValue().isEmpty() ) { m_sCurrentText = pItem->GetValue(); if ( GetSelectEntry() != m_sCurrentText ) -- cgit