From 64ed833ccad5c692f4d92259c546bc22a9f061e5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 28 Sep 2018 11:27:11 +0100 Subject: weld SvxConnectionDialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id240f3cc62775888d23634a203ae8e2de07f7caf Reviewed-on: https://gerrit.libreoffice.org/61082 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cui/source/inc/connect.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cui/source/inc/connect.hxx') diff --git a/cui/source/inc/connect.hxx b/cui/source/inc/connect.hxx index a7e499743275..50caaf5b370c 100644 --- a/cui/source/inc/connect.hxx +++ b/cui/source/inc/connect.hxx @@ -75,11 +75,11 @@ public: /* Derived from SfxSingleTabDialog, in order to be informed about virtual methods by the control. */ -class SvxConnectionDialog : public SfxSingleTabDialog +class SvxConnectionDialog : public SfxSingleTabDialogController { public: - SvxConnectionDialog( vcl::Window* pParent, const SfxItemSet& rAttr, - const SdrView* pView ); + SvxConnectionDialog(weld::Window* pParent, const SfxItemSet& rAttr, + const SdrView* pView); }; #endif // INCLUDED_CUI_SOURCE_INC_CONNECT_HXX -- cgit