summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swruler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/swruler.hxx')
-rw-r--r--sw/source/uibase/inc/swruler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/swruler.hxx b/sw/source/uibase/inc/swruler.hxx
index 9cbaac7f9896..19b877f8253f 100644
--- a/sw/source/uibase/inc/swruler.hxx
+++ b/sw/source/uibase/inc/swruler.hxx
@@ -14,7 +14,7 @@
class SwViewShell;
class View;
-class Window;
+namespace vcl { class Window; }
class SwEditWin;
/**
@@ -28,7 +28,7 @@ class SwCommentRuler
public:
SwCommentRuler (
SwViewShell* pViewSh,
- Window* pParent,
+ vcl::Window* pParent,
SwEditWin* pWin,
sal_uInt16 nRulerFlags,
SfxBindings& rBindings,