diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-13 08:44:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-13 08:44:46 +0200 |
commit | 8bd9eb833444810dec3debd0215bd26dffc2fb91 (patch) | |
tree | 67af5f48ff3b6a83e50ff8980d8b6fad96cc1446 /include/svx/xlndsit.hxx | |
parent | fa7c7b160136e4b08bc1e1aef9017d4596ad6184 (diff) |
loplugin:unusedmethods unused return value in include/svl
Change-Id: I759fe8769daccea07c2157bfb5912df8ba285534
Diffstat (limited to 'include/svx/xlndsit.hxx')
-rw-r--r-- | include/svx/xlndsit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xlndsit.hxx b/include/svx/xlndsit.hxx index 8868558b4835..04bfa03d0bb1 100644 --- a/include/svx/xlndsit.hxx +++ b/include/svx/xlndsit.hxx @@ -55,7 +55,7 @@ public: SfxMapUnit ePresMetric, OUString &rText, const IntlWrapper * = nullptr ) const override; virtual bool HasMetrics() const override; - virtual bool ScaleMetrics(long nMul, long nDiv) override; + virtual void ScaleMetrics(long nMul, long nDiv) override; const XDash& GetDashValue() const { return aDash;} void SetDashValue(const XDash& rNew) { aDash = rNew; Detach(); } // SetValue -> SetDashValue |