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/svl/aeitem.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/svl/aeitem.hxx')
-rw-r--r-- | include/svl/aeitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/aeitem.hxx b/include/svl/aeitem.hxx index 73cb3b345a86..0eecef7d859a 100644 --- a/include/svl/aeitem.hxx +++ b/include/svl/aeitem.hxx @@ -60,8 +60,8 @@ public: void RemoveValue( sal_uInt16 nValue ); virtual sal_uInt16 GetValueCount() const override; - virtual sal_uInt16 GetValueByPos( sal_uInt16 nPos ) const override; - virtual OUString GetValueTextByPos( sal_uInt16 nPos ) const override; + virtual sal_uInt16 GetValueByPos( sal_uInt16 nPos ) const; + virtual OUString GetValueTextByPos( sal_uInt16 nPos ) const; virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; virtual SfxPoolItem* Create(SvStream &, sal_uInt16 nVersion) const override; }; |