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 a16899b8698f..4ab2efaa91fa 100644
--- a/sw/source/uibase/inc/DashedLine.hxx
+++ b/sw/source/uibase/inc/DashedLine.hxx
@@ -19,7 +19,7 @@ class SwDashedLine : public FixedLine
Color& (*m_pColorFn)();
public:
- SwDashedLine( Window* pParent, Color& ( *pColorFn )() );
+ SwDashedLine( vcl::Window* pParent, Color& ( *pColorFn )() );
virtual ~SwDashedLine( );
virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;