summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-09-30 21:09:27 +0200
committerMichael Stahl <mstahl@redhat.com>2014-09-30 21:49:22 +0200
commit09046504749cb59cc5b8f257658f49ffa93622c9 (patch)
tree738f38ae31178929e5431745ef3a329b95bc64f1 /editeng
parentc84ce79132c674b4c2d31da8997ed77671323dfe (diff)
actually the LineStyle property is *write-only*
... which is highly suspect in any case, but whatever. Change-Id: Ibeff36a7d30750fc33e9729b067f86b3901d1c76
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/items/frmitems.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/editeng/source/items/frmitems.cxx b/editeng/source/items/frmitems.cxx
index 315a332cd9e1..f184a2869f44 100644
--- a/editeng/source/items/frmitems.cxx
+++ b/editeng/source/items/frmitems.cxx
@@ -1716,6 +1716,12 @@ bool SvxBoxItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const
nDist = nRightDist;
bDistMember = true;
break;
+ case LINE_STYLE:
+ case LINE_WIDTH:
+ // it doesn't make sense to return a value for these since it's
+ // probably ambiguous
+ return true;
+ break;
}
if( bDistMember )