summaryrefslogtreecommitdiff
path: root/include/editeng/wghtitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-28 15:35:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-29 08:35:23 +0200
commit63c6668f06ca5921432020b5a527e43c251e5154 (patch)
tree22b13708394625bcc28edf419c4587a42cda33d7 /include/editeng/wghtitem.hxx
parent7f590dd7f492982f233d59afe672fa38a29279a3 (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/editeng/wghtitem.hxx')
-rw-r--r--include/editeng/wghtitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/wghtitem.hxx b/include/editeng/wghtitem.hxx
index 40fdfcf56d83..547e7a29c6e7 100644
--- a/include/editeng/wghtitem.hxx
+++ b/include/editeng/wghtitem.hxx
@@ -49,7 +49,7 @@ public:
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const override;
virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const override;
- virtual OUString GetValueTextByPos( sal_uInt16 nPos ) const override;
+ virtual OUString GetValueTextByPos( sal_uInt16 nPos ) const;
virtual sal_uInt16 GetValueCount() const override;
virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;