diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-28 15:35:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-29 08:35:23 +0200 |
commit | 63c6668f06ca5921432020b5a527e43c251e5154 (patch) | |
tree | 22b13708394625bcc28edf419c4587a42cda33d7 /include/svx/sdtaditm.hxx | |
parent | 7f590dd7f492982f233d59afe672fa38a29279a3 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sdtaditm.hxx')
-rw-r--r-- | include/svx/sdtaditm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdtaditm.hxx b/include/svx/sdtaditm.hxx index b90074835ad2..b767e0efa376 100644 --- a/include/svx/sdtaditm.hxx +++ b/include/svx/sdtaditm.hxx @@ -41,7 +41,7 @@ public: virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; - virtual OUString GetValueTextByPos(sal_uInt16 nPos) const override; + virtual OUString GetValueTextByPos(sal_uInt16 nPos) const; virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString& rText, const IntlWrapper&) const override; }; |