summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-18 10:29:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-18 15:22:40 +0200
commitd7f2c36d25dd693ac4ac3ab645ee841e617d2bd1 (patch)
tree46516895aefcb6e8f54dd286c6af9d89fbecb44d /vcl
parent5d86154f49d713dada4aaa541755076cfeefa2c6 (diff)
loplugin:unusedmethods
Change-Id: I5f63ac44654ed3fc658e72e0d1148a5a22decc47 Reviewed-on: https://gerrit.libreoffice.org/60662 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/field.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx
index 2491efe0228e..161ea49276e3 100644
--- a/vcl/source/control/field.cxx
+++ b/vcl/source/control/field.cxx
@@ -611,11 +611,6 @@ sal_Int64 NumericFormatter::GetValue() const
return GetField() ? GetValueFromString(GetField()->GetText()) : 0;
}
-sal_Int64 NumericFormatter::GetSavedIntValue() const
-{
- return GetField() ? GetValueFromString(GetField()->GetSavedValue()) : 0;
-}
-
bool NumericFormatter::IsValueModified() const
{
if ( ImplGetEmptyFieldValue() )