summaryrefslogtreecommitdiff
path: root/include/editeng/crossedoutitem.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/crossedoutitem.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/crossedoutitem.hxx')
-rw-r--r--include/editeng/crossedoutitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/crossedoutitem.hxx b/include/editeng/crossedoutitem.hxx
index 6e460cd869ca..fa1d79ab7ef7 100644
--- a/include/editeng/crossedoutitem.hxx
+++ b/include/editeng/crossedoutitem.hxx
@@ -48,7 +48,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;
virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override;