diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-10-27 12:26:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-10-27 12:26:05 +0000 |
commit | 45dd5f007c8d19467a5d94f678813fb26e2f07d8 (patch) | |
tree | c9b3927c2c85aa5665a5980dc9019acab441d800 /svx | |
parent | b5288be9e8f7aed26c978791be3a96f7ad51e4a8 (diff) |
INTEGRATION: CWS aw005 (1.13.286); FILE MERGED
2003/10/08 16:58:21 aw 1.13.286.1: #112587#
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/engine3d/lathe3d.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/engine3d/lathe3d.cxx b/svx/source/engine3d/lathe3d.cxx index da10115d32df..fce97d1ea904 100644 --- a/svx/source/engine3d/lathe3d.cxx +++ b/svx/source/engine3d/lathe3d.cxx @@ -2,9 +2,9 @@ * * $RCSfile: lathe3d.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2003-03-27 15:02:13 $ + * last change: $Author: rt $ $Date: 2003-10-27 13:26:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -963,7 +963,7 @@ void E3dLatheObj::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(); |