summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuconrec.cxx
diff options
context:
space:
mode:
authorDieter Loeschky <dl@openoffice.org>2001-08-24 11:02:59 +0000
committerDieter Loeschky <dl@openoffice.org>2001-08-24 11:02:59 +0000
commite1b7dabe617bdbec585499a53c1b889ac0c7613b (patch)
tree9c6b7c0885d685bce5be5eb061e8658f1481f85c /sd/source/ui/func/fuconrec.cxx
parentbafb1ba74a5d3bf42cff56a8f5fe849d45325297 (diff)
#89414# Callout object: set text distance items
Diffstat (limited to 'sd/source/ui/func/fuconrec.cxx')
-rw-r--r--sd/source/ui/func/fuconrec.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/func/fuconrec.cxx b/sd/source/ui/func/fuconrec.cxx
index 571287e32e0b..033abb0c9f74 100644
--- a/sd/source/ui/func/fuconrec.cxx
+++ b/sd/source/ui/func/fuconrec.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fuconrec.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dl $ $Date: 2001-03-14 10:49:18 $
+ * last change: $Author: dl $ $Date: 2001-08-24 12:02:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -581,6 +581,10 @@ void FuConstRectangle::SetAttributes(SfxItemSet& rAttr, SdrObject* pObj)
rAttr.Put( SdrTextAutoGrowWidthItem( TRUE ) );
rAttr.Put( SdrTextHorzAdjustItem( SDRTEXTHORZADJUST_BLOCK ) );
rAttr.Put( SvxAdjustItem( SVX_ADJUST_CENTER ) );
+ rAttr.Put( SdrTextLeftDistItem( 100 ) );
+ rAttr.Put( SdrTextRightDistItem( 100 ) );
+ rAttr.Put( SdrTextUpperDistItem( 100 ) );
+ rAttr.Put( SdrTextLowerDistItem( 100 ) );
}
else if (nSlotId == SID_DRAW_MEASURELINE)
{