summaryrefslogtreecommitdiff
path: root/include/svx/sxcgitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sxcgitm.hxx')
-rw-r--r--include/svx/sxcgitm.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/svx/sxcgitm.hxx b/include/svx/sxcgitm.hxx
index 64e7337b36ef..993d164dea10 100644
--- a/include/svx/sxcgitm.hxx
+++ b/include/svx/sxcgitm.hxx
@@ -26,9 +26,13 @@
* class SdrCaptionGapItem
* Distance of the line start from the Rect
*/
-class SdrCaptionGapItem final : public SdrMetricItem {
+class SdrCaptionGapItem final : public SdrMetricItem
+{
public:
- SdrCaptionGapItem(tools::Long nGap=0) : SdrMetricItem(SDRATTR_CAPTIONGAP,nGap) {}
+ SdrCaptionGapItem(tools::Long nGap = 0)
+ : SdrMetricItem(SDRATTR_CAPTIONGAP, nGap)
+ {
+ }
virtual SdrCaptionGapItem* Clone(SfxItemPool*) const override
{
return new SdrCaptionGapItem(*this);