summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/inc/DashedLine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/inc/DashedLine.hxx')
-rw-r--r--sw/source/core/uibase/inc/DashedLine.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/uibase/inc/DashedLine.hxx b/sw/source/core/uibase/inc/DashedLine.hxx
index 0944767a21e4..ea0819e2b9b2 100644
--- a/sw/source/core/uibase/inc/DashedLine.hxx
+++ b/sw/source/core/uibase/inc/DashedLine.hxx
@@ -20,7 +20,7 @@ class SwDashedLine : public FixedLine
public:
SwDashedLine( Window* pParent, Color& ( *pColorFn )() );
- ~SwDashedLine( );
+ virtual ~SwDashedLine( );
virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;
};