From ca7c24dafe7aba7c2d71994d2561f1ae3d59257e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 27 Jun 2019 11:25:21 +0100 Subject: weld SwDBTablePreviewDialog and SwMailMergeDlg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icb7c96b6e9a4d6777fbd0cb4a8eb54547413d390 Reviewed-on: https://gerrit.libreoffice.org/74798 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/inc/swabstdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/swabstdlg.hxx') diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index 37a689cce58b..3d4dd0d7ff29 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -461,7 +461,7 @@ public: virtual VclPtr CreateJavaEditDialog(weld::Window* pParent, SwWrtShell* pWrtSh) = 0; virtual VclPtr CreateMailMergeDlg( - vcl::Window* pParent, SwWrtShell& rSh, + weld::Window* pParent, SwWrtShell& rSh, const OUString& rSourceName, const OUString& rTableName, sal_Int32 nCommandType, -- cgit