summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/wizdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/dialogs/wizdlg.cxx')
-rw-r--r--svtools/source/dialogs/wizdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/dialogs/wizdlg.cxx b/svtools/source/dialogs/wizdlg.cxx
index eba9962d71f1..54febf2b8797 100644
--- a/svtools/source/dialogs/wizdlg.cxx
+++ b/svtools/source/dialogs/wizdlg.cxx
@@ -347,7 +347,7 @@ TabPage* WizardDialog::ImplGetPage( sal_uInt16 nLevel ) const
return NULL;
}
-WizardDialog::WizardDialog( Window* pParent, WinBits nStyle ) :
+WizardDialog::WizardDialog( vcl::Window* pParent, WinBits nStyle ) :
ModalDialog( pParent, nStyle )
{
ImplInitData();
@@ -355,7 +355,7 @@ WizardDialog::WizardDialog( Window* pParent, WinBits nStyle ) :
-WizardDialog::WizardDialog( Window* pParent, const OString& rID, const OUString& rUIXMLDescription ) :
+WizardDialog::WizardDialog( vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription ) :
ModalDialog( pParent, rID, rUIXMLDescription )
{
ImplInitData();