summaryrefslogtreecommitdiffstats
path: root/include/editeng/charreliefitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-29 10:58:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-29 18:15:16 +0200
commit8e27afa534f5e3a0c610b36e7ed4d392b532b49d (patch)
tree416a0f26b455a928087df25341312eff4febe2c5 /include/editeng/charreliefitem.hxx
parentUse true/false, not TRUE/FALSE (diff)
downloadcore-8e27afa534f5e3a0c610b36e7ed4d392b532b49d.tar.gz
core-8e27afa534f5e3a0c610b36e7ed4d392b532b49d.zip
loplugin:unnecessaryvirtual
Change-Id: Ic044a6e4568e707022d87bc5712205fbdf084ba2 Reviewed-on: https://gerrit.libreoffice.org/52067 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/charreliefitem.hxx')
-rw-r--r--include/editeng/charreliefitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/charreliefitem.hxx b/include/editeng/charreliefitem.hxx
index 8abe6c5e9455..5284040fcb86 100644
--- a/include/editeng/charreliefitem.hxx
+++ b/include/editeng/charreliefitem.hxx
@@ -42,7 +42,7 @@ public:
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
virtual sal_uInt16 GetVersion( sal_uInt16 nFileVersion ) const override;
- virtual OUString GetValueTextByPos( sal_uInt16 nPos ) const;
+ OUString GetValueTextByPos( sal_uInt16 nPos ) const;
virtual sal_uInt16 GetValueCount() const override;
virtual bool GetPresentation( SfxItemPresentation ePres,