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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/DashedLine.hxx b/sw/source/uibase/inc/DashedLine.hxx
index 07d9a0e1bb8b..a070754aa850 100644
--- a/sw/source/uibase/inc/DashedLine.hxx
+++ b/sw/source/uibase/inc/DashedLine.hxx
@@ -20,7 +20,7 @@ class SwDashedLine : public FixedLine
public:
SwDashedLine( vcl::Window* pParent, Color& ( *pColorFn )() );
- virtual ~SwDashedLine( );
+ virtual ~SwDashedLine( ) override;
virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& rRect ) override;
};