From 63c6668f06ca5921432020b5a527e43c251e5154 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 28 Mar 2018 15:35:52 +0200 Subject: loplugin:virtualdown in svl,svtools I expect a lot of the overriding methods will be removed as soon as I run the unusedmethods plugin Change-Id: I4fb228724fcfba51a98d2113efb93cec1bc15c7c Reviewed-on: https://gerrit.libreoffice.org/52006 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/editeng/adjustitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng/adjustitem.hxx') diff --git a/include/editeng/adjustitem.hxx b/include/editeng/adjustitem.hxx index 7ef144c78d8a..a335ab5e0c76 100644 --- a/include/editeng/adjustitem.hxx +++ b/include/editeng/adjustitem.hxx @@ -63,7 +63,7 @@ public: MapUnit ePresMetric, OUString &rText, const IntlWrapper& ) const override; virtual sal_uInt16 GetValueCount() const override; - virtual OUString GetValueTextByPos( sal_uInt16 nPos ) const override; + virtual OUString GetValueTextByPos( sal_uInt16 nPos ) const; virtual sal_uInt16 GetEnumValue() const override; virtual void SetEnumValue( sal_uInt16 nNewVal ) override; virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; -- cgit