From ab4609c8f9756e4fe6959a10e54ebee9105edbf7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 1 May 2018 16:03:24 +0100 Subject: weld ScMoveTableDlg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4d5601d0fb02a20bf6c83fc10411f610bdb5ce32 Reviewed-on: https://gerrit.libreoffice.org/53698 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sc/inc/scabstdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc') diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 247cf444e813..77c3410f0aee 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -463,7 +463,7 @@ public: long nMaximum, long nMinimum = 0 ) = 0; - virtual VclPtr CreateScMoveTableDlg(vcl::Window * pParent, + virtual VclPtr CreateScMoveTableDlg(weld::Window * pParent, const OUString& rDefault) = 0; virtual VclPtr CreateScNameCreateDlg(weld::Window * pParent, -- cgit