summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog/xmlfiltertabpagebasic.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xsltdialog/xmlfiltertabpagebasic.hxx')
-rw-r--r--filter/source/xsltdialog/xmlfiltertabpagebasic.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xsltdialog/xmlfiltertabpagebasic.hxx b/filter/source/xsltdialog/xmlfiltertabpagebasic.hxx
index dfb918c087b2..13d38d11e046 100644
--- a/filter/source/xsltdialog/xmlfiltertabpagebasic.hxx
+++ b/filter/source/xsltdialog/xmlfiltertabpagebasic.hxx
@@ -25,14 +25,14 @@
#include <vcl/combobox.hxx>
#include <svtools/svmedit.hxx>
-class Window;
+namespace vcl { class Window; }
class ResMgr;
class filter_info_impl;
class XMLFilterTabPageBasic : public TabPage
{
public:
- XMLFilterTabPageBasic(Window* pParent);
+ XMLFilterTabPageBasic(vcl::Window* pParent);
virtual ~XMLFilterTabPageBasic();
bool FillInfo( filter_info_impl* pInfo );