summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdtrans.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 12:16:23 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 12:16:23 +0000
commit7ff8876ed7ec90fe223729862f7835a9c03855a4 (patch)
tree89b9c112607019aa56dbec14ee66f7912af4c004 /svx/source/svdraw/svdtrans.cxx
parent2b82d3a8ecf699296b6fc96aec9867b8577a332e (diff)
INTEGRATION: CWS sb59 (1.7.62); FILE MERGED
2006/08/28 12:58:05 sb 1.7.62.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'svx/source/svdraw/svdtrans.cxx')
-rw-r--r--svx/source/svdraw/svdtrans.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdtrans.cxx b/svx/source/svdraw/svdtrans.cxx
index 079d9109b734..a7ff78339dcb 100644
--- a/svx/source/svdraw/svdtrans.cxx
+++ b/svx/source/svdraw/svdtrans.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdtrans.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 06:01:18 $
+ * last change: $Author: obo $ $Date: 2006-10-12 13:16:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -946,7 +946,7 @@ void SdrFormatter::Undirty()
}
nMul1*=nDiv2;
nDiv1*=nMul2;
- nKomma1-=nKomma2;
+ nKomma1=nKomma1-nKomma2;
if (bSrcInch && bDstMetr) {
nKomma1+=4;