From 3880bf655fd449a8def384240b43b088536a8a4b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 5 Jun 2019 20:19:11 +0100 Subject: weld HeaderFooterDialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6a5068106d0f243646cf12ec676dff60a04922ee Reviewed-on: https://gerrit.libreoffice.org/73596 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sd/inc/sdabstdlg.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sd/inc') diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx index 90d18bf987ee..44e69fbb29be 100644 --- a/sd/inc/sdabstdlg.hxx +++ b/sd/inc/sdabstdlg.hxx @@ -196,10 +196,10 @@ public: virtual VclPtr CreateMasterLayoutDialog(weld::Window* pParent, SdDrawDocument* pDoc, SdPage*) = 0; - virtual VclPtr CreateHeaderFooterDialog( sd::ViewShell* pViewShell, - vcl::Window* pParent, - SdDrawDocument* pDoc, - SdPage* pCurrentPage ) = 0; + virtual VclPtr CreateHeaderFooterDialog(sd::ViewShell* pViewShell, + weld::Window* pParent, + SdDrawDocument* pDoc, + SdPage* pCurrentPage) = 0; virtual CreateTabPage GetSdOptionsContentsTabPageCreatorFunc() = 0; virtual CreateTabPage GetSdPrintOptionsTabPageCreatorFunc() = 0; -- cgit