summaryrefslogtreecommitdiff
path: root/basegfx/source/matrix
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2003-12-08 12:24:09 +0000
committerThorsten Behrens <thb@openoffice.org>2003-12-08 12:24:09 +0000
commit2c3b8d0c57c5b952e11831a052ab2408dfdb327f (patch)
tree593b883e42e881c66a4bcd65fbb34e502f4fb44f /basegfx/source/matrix
parent994bff5b740db644ebfcd4143e940c69664b79e0 (diff)
Merged to AW's latest changes, added preliminary bezier testcases
Diffstat (limited to 'basegfx/source/matrix')
-rw-r--r--basegfx/source/matrix/b2dhommatrix.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basegfx/source/matrix/b2dhommatrix.cxx b/basegfx/source/matrix/b2dhommatrix.cxx
index ae36adfd72f9..acf4355067a7 100644
--- a/basegfx/source/matrix/b2dhommatrix.cxx
+++ b/basegfx/source/matrix/b2dhommatrix.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dhommatrix.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: aw $ $Date: 2003-11-28 11:18:02 $
+ * last change: $Author: thb $ $Date: 2003-12-08 13:24:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -382,8 +382,8 @@ namespace basegfx
a3DHomMat.set(0, 1, get(0, 1));
a3DHomMat.set(1, 0, get(1, 0));
a3DHomMat.set(1, 1, get(1, 1));
- a3DHomMat.set(0, 2, get(0, 3));
- a3DHomMat.set(1, 2, get(1, 3));
+ a3DHomMat.set(0, 3, get(0, 2));
+ a3DHomMat.set(1, 3, get(1, 2));
::basegfx::B3DTuple r3DScale, r3DTranslate, r3DRotate, r3DShear;