summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-23 10:39:47 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-23 10:39:47 +0000
commit8baa7b599b78f09d0de9cae1088641e868f40e51 (patch)
treecc4b275067292406a535396b7375e20de41965e3 /svx
parent09e43224198301a34599eaf1a5b16d6776137360 (diff)
INTEGRATION: CWS mfdouble (1.20.138); FILE MERGED
2006/12/21 16:50:08 pl 1.20.138.2: RESYNC: (1.20-1.21); FILE MERGED 2006/12/15 13:55:52 pl 1.20.138.1: #i71046# increase precision of MetricField and friends
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/itemwin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx
index 28e25da79b24..b717ab547243 100644
--- a/svx/source/tbxctrls/itemwin.cxx
+++ b/svx/source/tbxctrls/itemwin.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: itemwin.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 16:03:41 $
+ * last change: $Author: obo $ $Date: 2007-01-23 11:39:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -597,7 +597,7 @@ void SvxMetricField::ReleaseFocus_Impl()
void SvxMetricField::Down()
{
- long nValue = GetValue();
+ sal_Int64 nValue = GetValue();
nValue -= GetSpinSize();
// Um unter OS/2 einen Sprung auf Max zu verhindern