diff options
Diffstat (limited to 'svx/source/engine3d/extrud3d.cxx')
-rw-r--r-- | svx/source/engine3d/extrud3d.cxx | 6 |
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(); |