summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-22 10:13:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-22 10:40:16 +0000
commit805f1ed598ef18157710cf3655d329b09a735389 (patch)
tree2cee7efb684ed827e0c962706186c6bdc3218423 /editeng
parent92ea45dc5d84360b69322194b31390860b4c5414 (diff)
fix editeng and basctl build
Change-Id: I0d70449ad9b42219969c82e2054694c4a5830dcf
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/items/paraitem.cxx2
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 )
{