summaryrefslogtreecommitdiff
path: root/filter/source/flash/impswfdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/flash/impswfdialog.hxx')
-rw-r--r--filter/source/flash/impswfdialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/flash/impswfdialog.hxx b/filter/source/flash/impswfdialog.hxx
index 0726e2de3729..cb128448112e 100644
--- a/filter/source/flash/impswfdialog.hxx
+++ b/filter/source/flash/impswfdialog.hxx
@@ -36,7 +36,7 @@
class ResMgr;
-class Window;
+namespace vcl { class Window; }
class ImpSWFDialog : public ModalDialog
{
@@ -55,7 +55,7 @@ private:
DECL_LINK( OnToggleCheckbox, CheckBox* );
public:
- ImpSWFDialog( Window* pParent,
+ ImpSWFDialog( vcl::Window* pParent,
com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rFilterData );
virtual ~ImpSWFDialog();