summaryrefslogtreecommitdiff
path: root/include/svx/sdmetitm.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-13 08:44:21 +0200
committerNoel Grandin <noel@peralex.com>2016-01-13 08:44:46 +0200
commit8bd9eb833444810dec3debd0215bd26dffc2fb91 (patch)
tree67af5f48ff3b6a83e50ff8980d8b6fad96cc1446 /include/svx/sdmetitm.hxx
parentfa7c7b160136e4b08bc1e1aef9017d4596ad6184 (diff)
loplugin:unusedmethods unused return value in include/svl
Change-Id: I759fe8769daccea07c2157bfb5912df8ba285534
Diffstat (limited to 'include/svx/sdmetitm.hxx')
-rw-r--r--include/svx/sdmetitm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdmetitm.hxx b/include/svx/sdmetitm.hxx
index 2ec9ba0c33aa..d9dfc83e16c2 100644
--- a/include/svx/sdmetitm.hxx
+++ b/include/svx/sdmetitm.hxx
@@ -36,7 +36,7 @@ public:
virtual SfxPoolItem* Clone(SfxItemPool* pPool=nullptr) const override;
virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const override;
virtual bool HasMetrics() const override;
- virtual bool ScaleMetrics(long nMul, long nDiv) override;
+ virtual void ScaleMetrics(long nMul, long nDiv) override;
virtual bool GetPresentation(SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,