summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/viewmediashape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapes/viewmediashape.hxx')
-rw-r--r--slideshow/source/engine/shapes/viewmediashape.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/viewmediashape.hxx b/slideshow/source/engine/shapes/viewmediashape.hxx
index dc726f65e726..6d06a14f6d60 100644
--- a/slideshow/source/engine/shapes/viewmediashape.hxx
+++ b/slideshow/source/engine/shapes/viewmediashape.hxx
@@ -30,7 +30,7 @@
#include "viewlayer.hxx"
class SystemChildWindow;
-class Window;
+namespace vcl { class Window; }
namespace com { namespace sun { namespace star { namespace drawing {
class XShape;
@@ -148,7 +148,7 @@ namespace slideshow
const OUString& rMimeType );
ViewLayerSharedPtr mpViewLayer;
::std::auto_ptr< SystemChildWindow > mpMediaWindow;
- boost::scoped_ptr< Window > mpEventHandlerParent;
+ boost::scoped_ptr< ::vcl::Window > mpEventHandlerParent;
mutable ::com::sun::star::awt::Point maWindowOffset;
mutable ::basegfx::B2DRectangle maBounds;