summaryrefslogtreecommitdiff
path: root/filter/source/svg/impsvgdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/impsvgdialog.hxx')
-rw-r--r--filter/source/svg/impsvgdialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/svg/impsvgdialog.hxx b/filter/source/svg/impsvgdialog.hxx
index 7add6c83019f..657cd9a47bb9 100644
--- a/filter/source/svg/impsvgdialog.hxx
+++ b/filter/source/svg/impsvgdialog.hxx
@@ -42,7 +42,7 @@
class ResMgr;
-class Window;
+namespace vcl { class Window; }
class ImpSVGDialog : public ModalDialog
{
@@ -64,7 +64,7 @@ private:
public:
- ImpSVGDialog( Window* pParent, /*ResMgr& rResMgr,*/
+ ImpSVGDialog( vcl::Window* pParent, /*ResMgr& rResMgr,*/
com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rFilterData );
virtual ~ImpSVGDialog();