summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dbui/mailmergechildwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dbui/mailmergechildwindow.cxx')
-rw-r--r--sw/source/uibase/dbui/mailmergechildwindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/dbui/mailmergechildwindow.cxx b/sw/source/uibase/dbui/mailmergechildwindow.cxx
index f52bf6298d21..caaec215a799 100644
--- a/sw/source/uibase/dbui/mailmergechildwindow.cxx
+++ b/sw/source/uibase/dbui/mailmergechildwindow.cxx
@@ -37,7 +37,7 @@ using namespace ::com::sun::star;
SFX_IMPL_FLOATINGWINDOW( SwMailMergeChildWindow, FN_MAILMERGE_CHILDWINDOW )
-SwMailMergeChildWindow::SwMailMergeChildWindow( Window* _pParent,
+SwMailMergeChildWindow::SwMailMergeChildWindow( vcl::Window* _pParent,
sal_uInt16 nId,
SfxBindings* pBindings,
SfxChildWinInfo* pInfo ) :
@@ -64,7 +64,7 @@ SwMailMergeChildWindow::SwMailMergeChildWindow( Window* _pParent,
}
SwMailMergeChildWin::SwMailMergeChildWin(SfxBindings* _pBindings,
- SfxChildWindow* pChild, Window *pParent)
+ SfxChildWindow* pChild, vcl::Window *pParent)
: SfxFloatingWindow(_pBindings, pChild, pParent, "FloatingMMChild",
"modules/swriter/ui/floatingmmchild.ui")
{