From c0af8057188c0e95831f9e6d1ef96a424da6f9b2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 20 Apr 2018 13:05:24 +0100 Subject: weld SfxPrintOptionsDialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and SwMMResultPrintDialog Change-Id: Icded6a26a3a151293bea0c9173334cf634283e89 Reviewed-on: https://gerrit.libreoffice.org/53299 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- starmath/source/view.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'starmath/source') diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 819aaec2da13..5850194c3468 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -1260,10 +1260,10 @@ bool SmViewShell::HasPrintOptionsPage() const return true; } -VclPtr SmViewShell::CreatePrintOptionsPage(TabPageParent pParent, +VclPtr SmViewShell::CreatePrintOptionsPage(weld::Container* pPage, const SfxItemSet &rOptions) { - return SmPrintOptionsTabPage::Create(pParent, rOptions); + return SmPrintOptionsTabPage::Create(pPage, rOptions); } SmEditWindow *SmViewShell::GetEditWindow() -- cgit