summaryrefslogtreecommitdiffstats
path: root/include/svx/xflhtit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xflhtit.hxx')
-rw-r--r--include/svx/xflhtit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xflhtit.hxx b/include/svx/xflhtit.hxx
index 20cb18b399fd..b30c3f6fe229 100644
--- a/include/svx/xflhtit.hxx
+++ b/include/svx/xflhtit.hxx
@@ -53,7 +53,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 XHatch& GetHatchValue() const { return aHatch;} // GetValue -> GetHatchValue
void SetHatchValue(const XHatch& rNew) { aHatch = rNew; Detach(); } // SetValue -> SetHatchValue