summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/extrud3d.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-10-27 12:25:53 +0000
committerRüdiger Timm <rt@openoffice.org>2003-10-27 12:25:53 +0000
commitb5288be9e8f7aed26c978791be3a96f7ad51e4a8 (patch)
treeec44ad762cecfe01d641a6495c25a86b27cce41f /svx/source/engine3d/extrud3d.cxx
parent0ca73cca3eabe71fb71501e4f40906b3d70d63f1 (diff)
INTEGRATION: CWS aw005 (1.11.286); FILE MERGED
2003/10/08 16:58:21 aw 1.11.286.1: #112587#
Diffstat (limited to 'svx/source/engine3d/extrud3d.cxx')
-rw-r--r--svx/source/engine3d/extrud3d.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/engine3d/extrud3d.cxx b/svx/source/engine3d/extrud3d.cxx
index db166d7dad3b..87c3154c792e 100644
--- a/svx/source/engine3d/extrud3d.cxx
+++ b/svx/source/engine3d/extrud3d.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: extrud3d.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 15:02:11 $
+ * last change: $Author: rt $ $Date: 2003-10-27 13:25:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -630,7 +630,7 @@ void E3dExtrudeObj::ReadData(const SdrObjIOHeader& rHead, SvStream& rIn)
double fTransDepth(rFirstPoint.Z());
Matrix4D aTransMat;
aTransMat.TranslateZ(fTransDepth);
- NbcSetTransform(aTransMat * GetTransform());
+ NbcSetTransform(GetTransform() * aTransMat); // #112587#
// correct polygon itself
aTransMat.Identity();