summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-10-27 12:26:17 +0000
committerRüdiger Timm <rt@openoffice.org>2003-10-27 12:26:17 +0000
commitf920348629a22abddfec1448b4307627db449ac8 (patch)
treebcbbcf863a117a40487b41b04e8ba9abf0df46bd /svx
parent45dd5f007c8d19467a5d94f678813fb26e2f07d8 (diff)
INTEGRATION: CWS aw005 (1.27.214); FILE MERGED
2003/10/08 16:58:21 aw 1.27.214.1: #112587#
Diffstat (limited to 'svx')
-rw-r--r--svx/source/engine3d/obj3d.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/engine3d/obj3d.cxx b/svx/source/engine3d/obj3d.cxx
index 076e9b0063fb..ea181814a1a0 100644
--- a/svx/source/engine3d/obj3d.cxx
+++ b/svx/source/engine3d/obj3d.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: obj3d.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: vg $ $Date: 2003-05-22 10:27:01 $
+ * last change: $Author: rt $ $Date: 2003-10-27 13:26:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3945,7 +3945,7 @@ void E3dCompoundObject::CenterObject(const Vector3D& rCenter)
Matrix4D aTransMat;
aTransMat.Translate(aMoveVector);
- SetTransform(GetTransform() * aTransMat);
+ SetTransform(aTransMat * GetTransform()); // #112587#
}
/*************************************************************************