Kaydet (Commit) 805f1ed5 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix editeng and basctl build

Change-Id: I0d70449ad9b42219969c82e2054694c4a5830dcf
üst 92ea45dc
......@@ -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 )
......
......@@ -1357,7 +1357,7 @@ SfxItemPresentation SvxPageModelItem::GetPresentation
) const
{
rText = OUString();
bool bSet = ( GetValue().Len() > 0 );
bool bSet = !GetValue().isEmpty();
switch ( ePres )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment