summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/GraphicViewShell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/GraphicViewShell.hxx')
-rw-r--r--sd/source/ui/inc/GraphicViewShell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/GraphicViewShell.hxx b/sd/source/ui/inc/GraphicViewShell.hxx
index 3f35b7843297..fc127e908534 100644
--- a/sd/source/ui/inc/GraphicViewShell.hxx
+++ b/sd/source/ui/inc/GraphicViewShell.hxx
@@ -22,7 +22,7 @@
#include "DrawViewShell.hxx"
-class Window;
+namespace vcl { class Window; }
namespace sd {
@@ -59,7 +59,7 @@ public:
GraphicViewShell (
SfxViewFrame* pFrame,
ViewShellBase& rViewShellBase,
- ::Window* pParentWindow,
+ vcl::Window* pParentWindow,
FrameView* pFrameView = NULL);
virtual ~GraphicViewShell (void);