summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/dbui.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/dbui.hxx')
-rw-r--r--sw/source/uibase/inc/dbui.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/dbui.hxx b/sw/source/uibase/inc/dbui.hxx
index 3877ac21153b..ed1e65b3bc47 100644
--- a/sw/source/uibase/inc/dbui.hxx
+++ b/sw/source/uibase/inc/dbui.hxx
@@ -28,7 +28,7 @@ class SW_DLLPUBLIC CancelableModelessDialog : public ModelessDialog
{
protected:
CancelButton* m_pCancelButton;
- CancelableModelessDialog( Window *pParent, const OString& rID,
+ CancelableModelessDialog( vcl::Window *pParent, const OString& rID,
const OUString& rUIXMLDescription );
public:
@@ -50,7 +50,7 @@ public:
FixedText* m_pPrinter;
FixedText* m_pPrintInfo;
- PrintMonitor( Window *pParent, PrintMonitorType eType );
+ PrintMonitor( vcl::Window *pParent, PrintMonitorType eType );
};
#endif