summaryrefslogtreecommitdiff
path: root/include/toolkit/controls/accessiblecontrolcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/controls/accessiblecontrolcontext.hxx')
-rw-r--r--include/toolkit/controls/accessiblecontrolcontext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/controls/accessiblecontrolcontext.hxx b/include/toolkit/controls/accessiblecontrolcontext.hxx
index a1c9ea92c4c9..928c37bdf914 100644
--- a/include/toolkit/controls/accessiblecontrolcontext.hxx
+++ b/include/toolkit/controls/accessiblecontrolcontext.hxx
@@ -27,7 +27,7 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/awt/XWindow.hpp>
-class Window;
+namespace vcl { class Window; }
namespace toolkit
{
@@ -117,7 +117,7 @@ namespace toolkit
// stops listening at the control model
void stopModelListening( );
- Window* implGetWindow( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >* _pxUNOWindow = NULL ) const;
+ vcl::Window* implGetWindow( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >* _pxUNOWindow = NULL ) const;
};