diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-22 10:13:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-22 10:40:16 +0000 |
commit | 805f1ed598ef18157710cf3655d329b09a735389 (patch) | |
tree | 2cee7efb684ed827e0c962706186c6bdc3218423 /editeng/source/items | |
parent | 92ea45dc5d84360b69322194b31390860b4c5414 (diff) |
fix editeng and basctl build
Change-Id: I0d70449ad9b42219969c82e2054694c4a5830dcf
Diffstat (limited to 'editeng/source/items')
-rw-r--r-- | editeng/source/items/paraitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/items/paraitem.cxx b/editeng/source/items/paraitem.cxx index d247bb837031..7962c1d79646 100644 --- a/editeng/source/items/paraitem.cxx +++ b/editeng/source/items/paraitem.cxx @@ -1357,7 +1357,7 @@ SfxItemPresentation SvxPageModelItem::GetPresentation ) const { rText = OUString(); - bool bSet = ( GetValue().Len() > 0 ); + bool bSet = !GetValue().isEmpty(); switch ( ePres ) { |