diff options
Diffstat (limited to 'svx/inc/sxmoitm.hxx')
-rw-r--r-- | svx/inc/sxmoitm.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/inc/sxmoitm.hxx b/svx/inc/sxmoitm.hxx index db4989134990..24ee1fc32b6b 100644 --- a/svx/inc/sxmoitm.hxx +++ b/svx/inc/sxmoitm.hxx @@ -24,9 +24,13 @@ // Overlap of the measure line over the measure helper lines // Only of the measure arrows are on the outside -class SdrMeasureOverhangItem: public SdrMetricItem { +class SdrMeasureOverhangItem : public SdrMetricItem +{ public: - SdrMeasureOverhangItem(tools::Long nVal): SdrMetricItem(SDRATTR_MEASUREOVERHANG,nVal) {} + SdrMeasureOverhangItem(tools::Long nVal) + : SdrMetricItem(SDRATTR_MEASUREOVERHANG, nVal) + { + } virtual SdrMeasureOverhangItem* Clone(SfxItemPool*) const override { return new SdrMeasureOverhangItem(*this); |