summaryrefslogtreecommitdiffstats
path: root/vcl/inc
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-03-25 13:02:01 +0100
committerEike Rathke <erack@redhat.com>2013-03-26 13:36:29 +0000
commit84bac1799e528272ca808240508ca3f66272ee13 (patch)
tree2c9d949f9a1a7d6c7208cb91e436cd0df7cf3d8c /vcl/inc
parentstyle.hrc: translate comments (diff)
downloadcore-84bac1799e528272ca808240508ca3f66272ee13.tar.gz
core-84bac1799e528272ca808240508ca3f66272ee13.zip
Kill double conversion from NumericBox
Change-Id: Id1161c40725f75ea0d7ec3f15a19ca14defd0a75 Reviewed-on: https://gerrit.libreoffice.org/3035 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/vcl/field.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/field.hxx b/vcl/inc/vcl/field.hxx
index ec661c63b104..50888c6472ab 100644
--- a/vcl/inc/vcl/field.hxx
+++ b/vcl/inc/vcl/field.hxx
@@ -170,7 +170,7 @@ protected:
void FieldLast();
SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
- SAL_DLLPRIVATE sal_Bool ImplNumericReformat( const OUString& rStr, double& rValue, OUString& rOutStr );
+ SAL_DLLPRIVATE sal_Bool ImplNumericReformat( const OUString& rStr, sal_Int64& rValue, OUString& rOutStr );
SAL_DLLPRIVATE void ImplNewFieldValue( sal_Int64 nNewValue );
SAL_DLLPRIVATE void ImplSetUserValue( sal_Int64 nNewValue, Selection* pNewSelection = NULL );