diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-18 10:29:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-18 15:22:40 +0200 |
commit | d7f2c36d25dd693ac4ac3ab645ee841e617d2bd1 (patch) | |
tree | 46516895aefcb6e8f54dd286c6af9d89fbecb44d /include/vcl/field.hxx | |
parent | 5d86154f49d713dada4aaa541755076cfeefa2c6 (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 'include/vcl/field.hxx')
-rw-r--r-- | include/vcl/field.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx index 1856bcefc649..18c099364408 100644 --- a/include/vcl/field.hxx +++ b/include/vcl/field.hxx @@ -154,7 +154,6 @@ public: void SetUserValue( sal_Int64 nNewValue ); virtual void SetValue( sal_Int64 nNewValue ); sal_Int64 GetValue() const; - sal_Int64 GetSavedIntValue() const; virtual OUString CreateFieldText( sal_Int64 nValue ) const; bool IsValueModified() const; |