summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/framework/Pane.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/framework/Pane.hxx')
-rw-r--r--sd/source/ui/inc/framework/Pane.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/framework/Pane.hxx b/sd/source/ui/inc/framework/Pane.hxx
index 7f0f3393fb69..51992e82cf87 100644
--- a/sd/source/ui/inc/framework/Pane.hxx
+++ b/sd/source/ui/inc/framework/Pane.hxx
@@ -30,7 +30,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
-class Window;
+namespace vcl { class Window; }
namespace {
@@ -74,7 +74,7 @@ public:
Pane (
const ::com::sun::star::uno::Reference<
com::sun::star::drawing::framework::XResourceId>& rxPaneId,
- ::Window* pWindow)
+ vcl::Window* pWindow)
throw ();
virtual ~Pane (void);
@@ -85,7 +85,7 @@ public:
/** This method is typically used together with the XUnoTunnel to obtain
a Window pointer from an XPane object.
*/
- virtual ::Window* GetWindow (void);
+ virtual vcl::Window* GetWindow (void);
//----- XPane -------------------------------------------------------------
@@ -135,7 +135,7 @@ public:
protected:
::com::sun::star::uno::Reference<com::sun::star::drawing::framework::XResourceId> mxPaneId;
- ::Window* mpWindow;
+ vcl::Window* mpWindow;
::com::sun::star::uno::Reference<com::sun::star::awt::XWindow> mxWindow;
::com::sun::star::uno::Reference<com::sun::star::rendering::XCanvas> mxCanvas;