summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-05 11:50:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-05 11:50:26 +0000
commitc08b9c9a8d803ee20343b0fdf0fe54e60de62610 (patch)
tree5f62a2c7ca766e5404709f3f649e91795a6cbbbe
parentdabb87bda970ba256d730537c1070c4a15ead5ec (diff)
INTEGRATION: CWS thbpp6v2 (1.15.2); FILE MERGED
2007/01/27 22:23:21 thb 1.15.2.1: #i73942# Reverted change for i72417. This change potentially spoils a bunch of optimizations at other places
-rw-r--r--basegfx/source/matrix/b2dhommatrix.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/basegfx/source/matrix/b2dhommatrix.cxx b/basegfx/source/matrix/b2dhommatrix.cxx
index 5ccb9ba82f..7a5c81d5a0 100644
--- a/basegfx/source/matrix/b2dhommatrix.cxx
+++ b/basegfx/source/matrix/b2dhommatrix.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: b2dhommatrix.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2007-01-22 11:47:20 $
+ * last change: $Author: vg $ $Date: 2007-02-05 12:50:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -363,9 +363,7 @@ namespace basegfx
// test for rotation and shear
if(fTools::equalZero(get(0, 1))
- && fTools::equalZero(get(1, 0))
- && fTools::moreOrEqual(get(0,0), 0.0)
- && fTools::moreOrEqual(get(1,1), 0.0))
+ && fTools::equalZero(get(1, 0)))
{
// no rotation and shear, direct value extraction
rRotate = rShearX = 0.0;