diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-30 14:59:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-30 21:45:40 +0200 |
commit | b16eb0d91f204823339a78b353dc8097aa8f7e56 (patch) | |
tree | 66378df0402f80e0d38ec096d490326c02cb74da /starmath | |
parent | 1fe4a1a76da8fd3c196ccd9529b01ee093516b25 (diff) |
weld SvxZoomDialog
Change-Id: I9d68fdcc9dc27a5aa4f6ec78542ce7822259233e
Reviewed-on: https://gerrit.libreoffice.org/52157
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/view.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index f64876457931..979ac6ab8df4 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -1709,7 +1709,7 @@ void SmViewShell::Execute(SfxRequest& rReq) SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); if(pFact) { - ScopedVclPtr<AbstractSvxZoomDialog> xDlg(pFact->CreateSvxZoomDialog(&GetViewFrame()->GetWindow(), aSet)); + ScopedVclPtr<AbstractSvxZoomDialog> xDlg(pFact->CreateSvxZoomDialog(GetViewFrame()->GetWindow().GetFrameWeld(), aSet)); assert(xDlg); xDlg->SetLimits( MINZOOM, MAXZOOM ); if (xDlg->Execute() != RET_CANCEL) |