summaryrefslogtreecommitdiffstats
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-05-09 14:41:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-05-10 12:27:52 +0200
commit557ca49197ff3db6f2c5a28a9ed9cc736faf5796 (patch)
treeefe3ad46a8555dc6b1b6584136739340505c626c /include/vcl/field.hxx
parentconfigure: fix gdrive,alfresco and onedrive id/secret diagnostics (diff)
downloadcore-557ca49197ff3db6f2c5a28a9ed9cc736faf5796.tar.gz
core-557ca49197ff3db6f2c5a28a9ed9cc736faf5796.zip
refactor ImplNumericReformat
Change-Id: I92e3a5592691b99683e5c879a3a07b9f3bac7c41 Reviewed-on: https://gerrit.libreoffice.org/54064 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/field.hxx')
-rw-r--r--include/vcl/field.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index b0a7f45680e4..3af20ff93558 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -183,7 +183,7 @@ protected:
void FieldFirst();
void FieldLast();
- SAL_DLLPRIVATE void ImplNumericReformat( const OUString& rStr, sal_Int64& rValue, OUString& rOutStr );
+ SAL_DLLPRIVATE void ImplNumericReformat( sal_Int64& rValue, OUString& rOutStr );
SAL_DLLPRIVATE void ImplNewFieldValue( sal_Int64 nNewValue );
SAL_DLLPRIVATE void ImplSetUserValue( sal_Int64 nNewValue, Selection const * pNewSelection = nullptr );
@@ -626,6 +626,7 @@ public:
class VCL_DLLPUBLIC NumericBox : public ComboBox, public NumericFormatter
{
+ SAL_DLLPRIVATE void ImplNumericReformat( const OUString& rStr, sal_Int64& rValue, OUString& rOutStr );
public:
explicit NumericBox( vcl::Window* pParent, WinBits nWinStyle );