summaryrefslogtreecommitdiff
path: root/uui/source/iahndl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/iahndl.hxx')
-rw-r--r--uui/source/iahndl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index 688a35854777..68e6b638bbe8 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -61,7 +61,7 @@ namespace com { namespace sun { namespace star {
#include <boost/unordered_map.hpp>
-class Window;
+namespace vcl { class Window; }
struct InteractionHandlerData
{
@@ -143,7 +143,7 @@ private:
static long
getstringfromrequest(void* pHandleData, void* pInteractionHandler);
- Window *
+ vcl::Window *
getParentProperty();
::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow>