summaryrefslogtreecommitdiff
path: root/svx/source/inc/formcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/formcontroller.hxx')
-rw-r--r--svx/source/inc/formcontroller.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/formcontroller.hxx b/svx/source/inc/formcontroller.hxx
index 3b1a23aaea3b..8d794458b869 100644
--- a/svx/source/inc/formcontroller.hxx
+++ b/svx/source/inc/formcontroller.hxx
@@ -94,7 +94,7 @@ typedef ::std::map< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTe
typedef ::std::vector< FmFilterRow > FmFilterRows;
typedef ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > > FmFormControllers;
-class Window;
+namespace vcl { class Window; }
namespace svxform
{
@@ -522,7 +522,7 @@ namespace svxform
bool isLocked() const {return m_bLocked;}
bool determineLockState() const;
- Window* getDialogParentWindow();
+ vcl::Window* getDialogParentWindow();
// returns the window which should be used as parent window for dialogs
::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProviderInterceptor> createInterceptor(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProviderInterception>& _xInterception);