summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-23 10:39:36 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-23 10:39:36 +0000
commit09e43224198301a34599eaf1a5b16d6776137360 (patch)
treea3992398e919e8eb872f9ad4b38c382979e18687 /svx
parent3aee84893f8f1243bf57ebfe3d182ae7b4905c06 (diff)
INTEGRATION: CWS mfdouble (1.35.62); FILE MERGED
2006/12/21 16:50:02 pl 1.35.62.2: RESYNC: (1.35-1.36); FILE MERGED 2006/12/15 13:55:52 pl 1.35.62.1: #i71046# increase precision of MetricField and friends
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/grafctrl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/grafctrl.cxx b/svx/source/tbxctrls/grafctrl.cxx
index 37dfe62fabad..032d645ed2d1 100644
--- a/svx/source/tbxctrls/grafctrl.cxx
+++ b/svx/source/tbxctrls/grafctrl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: grafctrl.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 16:03:11 $
+ * last change: $Author: obo $ $Date: 2007-01-23 11:39:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -230,7 +230,7 @@ void ImplGrafMetricField::Modify()
IMPL_LINK( ImplGrafMetricField, ImplModifyHdl, Timer*, EMPTYARG )
{
- const long nVal = GetValue();
+ const sal_Int64 nVal = GetValue();
// Convert value to an any to be usable with dispatch API
Any a;