summaryrefslogtreecommitdiff
path: root/basegfx
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
commit19edcb2bab4bb5c2cef1231d508523fbf5542232 (patch)
treecdabbe168e71373bbfd16871982d19dd70bef630 /basegfx
parent3a8e55343c6da9479d3cc98558b3fa5097c825ff (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
Diffstat (limited to 'basegfx')
-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 e00a768f9e8c..90a5aca2cd55 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;