summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshap3.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2001-05-04 12:31:52 +0000
committerArmin Weiss <aw@openoffice.org>2001-05-04 12:31:52 +0000
commit4ceda05e6554821728d7ee0d9f34cc087577c53f (patch)
tree384a814fcc3e704b42632d8a00a96fb17e393962 /svx/source/unodraw/unoshap3.cxx
parent5f00f283dc5b57248a22ea3366c2c01c9d087387 (diff)
#86559# init transformation set to allow correct
calculation of BoundRect
Diffstat (limited to 'svx/source/unodraw/unoshap3.cxx')
-rw-r--r--svx/source/unodraw/unoshap3.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshap3.cxx b/svx/source/unodraw/unoshap3.cxx
index 7d3473894f89..1e20cab5968e 100644
--- a/svx/source/unodraw/unoshap3.cxx
+++ b/svx/source/unodraw/unoshap3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoshap3.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: aw $ $Date: 2000-12-18 11:23:57 $
+ * last change: $Author: aw $ $Date: 2001-05-04 13:31:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -472,6 +472,10 @@ void SAL_CALL Svx3DSceneObject::setPropertyValue( const OUString& aPropertyName,
pScene->NbcSetTransform(aSceneTAR.maMat);
pScene->FitSnapRectToBoundVol();
pScene->NbcSetSnapRect(aSceneTAR.maRect);
+
+ // #86559# init transformation set to allow correct
+ // calculation of BoundRect
+ pScene->InitTransformationSet();
}
}
else