From 74c8bc3c7db2bdc5811f0c9ea535a73ddaf6f3ad Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 18 May 2018 11:17:40 +0100 Subject: weld ScDataPilotSourceTypeDlg and ScDataPilotServiceDlg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I03ef6f1994e8e1a801e4515586a6a73d3748f13b Reviewed-on: https://gerrit.libreoffice.org/54528 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sc/inc/scabstdlg.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/inc') diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index aaba06323367..979876d88c77 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -416,11 +416,11 @@ public: virtual VclPtr CreateScDataPilotDatabaseDlg(vcl::Window* pParent) = 0; - virtual VclPtr CreateScDataPilotSourceTypeDlg(vcl::Window* pParent, + virtual VclPtr CreateScDataPilotSourceTypeDlg(weld::Window* pParent, bool bEnableExternal) = 0; - virtual VclPtr CreateScDataPilotServiceDlg( vcl::Window* pParent, - const std::vector& rServices ) = 0; + virtual VclPtr CreateScDataPilotServiceDlg(weld::Window* pParent, + const std::vector& rServices) = 0; virtual VclPtr CreateScDeleteCellDlg(weld::Window* pParent, bool bDisallowCellMove) = 0 ; -- cgit