summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/DashedLine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/DashedLine.hxx')
-rw-r--r--sw/source/uibase/inc/DashedLine.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/DashedLine.hxx b/sw/source/uibase/inc/DashedLine.hxx
index 38a3eab69fe1..a2d2aa1b012f 100644
--- a/sw/source/uibase/inc/DashedLine.hxx
+++ b/sw/source/uibase/inc/DashedLine.hxx
@@ -18,10 +18,10 @@ class SwDashedLine : public Control
Color& (*m_pColorFn)();
public:
- SwDashedLine( vcl::Window* pParent, Color& ( *pColorFn )() );
- virtual ~SwDashedLine( ) override;
+ SwDashedLine(vcl::Window* pParent, Color& (*pColorFn)());
+ virtual ~SwDashedLine() override;
- virtual void Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect ) override;
+ virtual void Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect) override;
};
#endif