diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-27 11:25:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-20 21:23:45 +0200 |
commit | ca7c24dafe7aba7c2d71994d2561f1ae3d59257e (patch) | |
tree | 55fb1d24d6f706868519d3a821510433d8824397 /sw/inc/swabstdlg.hxx | |
parent | 15521912ccbba14fe5f5b91009bfec154c7f29a1 (diff) |
weld SwDBTablePreviewDialog and SwMailMergeDlg
Change-Id: Icb7c96b6e9a4d6777fbd0cb4a8eb54547413d390
Reviewed-on: https://gerrit.libreoffice.org/74798
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/swabstdlg.hxx')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<AbstractJavaEditDialog> CreateJavaEditDialog(weld::Window* pParent, SwWrtShell* pWrtSh) = 0; virtual VclPtr<AbstractMailMergeDlg> CreateMailMergeDlg( - vcl::Window* pParent, SwWrtShell& rSh, + weld::Window* pParent, SwWrtShell& rSh, const OUString& rSourceName, const OUString& rTableName, sal_Int32 nCommandType, |