summaryrefslogtreecommitdiff
path: root/sw/inc/viewopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/viewopt.hxx')
-rw-r--r--sw/inc/viewopt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/viewopt.hxx b/sw/inc/viewopt.hxx
index 98e875e72eda..2833f1104266 100644
--- a/sw/inc/viewopt.hxx
+++ b/sw/inc/viewopt.hxx
@@ -31,7 +31,7 @@
#include "authratr.hxx"
class SwRect;
-class Window;
+namespace vcl { class Window; }
class OutputDevice;
class SwViewShell;
class SwDocShell;
@@ -182,7 +182,7 @@ public:
SwViewOption(const SwViewOption&);
~SwViewOption();
- void Init( Window *pWin ); // Initializing of static data.
+ void Init( vcl::Window *pWin ); // Initializing of static data.
sal_uInt16 GetPixelTwips() const { return nPixelTwips; }