summaryrefslogtreecommitdiff
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-15 19:05:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-15 22:00:52 +0200
commit128a5f3a0378bda2e580b1dd4e55e5632e7f05ae (patch)
tree26719c7da9279f8f00aa748919629b7cd759802f /include/vcl/field.hxx
parent25c692c2a94ab83c2c859ac5ab334b62ac8b825e (diff)
loplugin:unnecessaryvirtual
Change-Id: Ibb37c7e840a32453b1d52854d5f958c0285cd26a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94326 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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index a8620f876ffd..24a6eab793b3 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -151,7 +151,7 @@ public:
sal_Int64 Denormalize( sal_Int64 nValue ) const;
OUString GetValueString() const;
- virtual void SetValueFromString(const OUString& rStr);
+ void SetValueFromString(const OUString& rStr);
protected:
sal_Int64 mnLastValue;