summaryrefslogtreecommitdiff
path: root/filter/source/flash/swfdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/flash/swfdialog.hxx')
-rw-r--r--filter/source/flash/swfdialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/flash/swfdialog.hxx b/filter/source/flash/swfdialog.hxx
index 793d6eea0f83..931432e33c4c 100644
--- a/filter/source/flash/swfdialog.hxx
+++ b/filter/source/flash/swfdialog.hxx
@@ -29,7 +29,7 @@
// - SWFDialog -
-class Window;
+namespace vcl { class Window; }
class ResMgr;
class SWFDialog : public ::svt::OGenericUnoDialog,
@@ -54,7 +54,7 @@ protected:
virtual com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw(com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual OUString SAL_CALL getImplementationName() throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- virtual Dialog* createDialog( Window* pParent ) SAL_OVERRIDE;
+ virtual Dialog* createDialog( vcl::Window* pParent ) SAL_OVERRIDE;
virtual void executedDialog( sal_Int16 nExecutionResult ) SAL_OVERRIDE;
virtual com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo> SAL_CALL getPropertySetInfo() throw(com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() SAL_OVERRIDE;