diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-03 17:24:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-03 22:13:26 +0100 |
commit | 1d9c7ec1f1bfe527fe83edb6afd3c924d0243328 (patch) | |
tree | 911f5ca86738f366e069f1bc467d566577375788 /sc | |
parent | def5287c1e77bce18d9a403527c23d754a1ada33 (diff) |
weld SvxMacroAssignDlg
and SvxEventConfigPage, SvxMacroTabPage_, SvxMacroTabPage
Change-Id: I98a2e71794f098015927dc7cd7ec4e258f56e703
Reviewed-on: https://gerrit.libreoffice.org/68649
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/tabvwshf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwshf.cxx b/sc/source/ui/view/tabvwshf.cxx index 8c2f733dd32b..afd197f0f2d6 100644 --- a/sc/source/ui/view/tabvwshf.cxx +++ b/sc/source/ui/view/tabvwshf.cxx @@ -834,7 +834,7 @@ void ScTabViewShell::ExecuteTable( SfxRequest& rReq ) uno::Reference<frame::XFrame> xFrame = GetViewFrame()->GetFrame().GetFrameInterface(); SvxAbstractDialogFactory* pDlgFactory = SvxAbstractDialogFactory::Create(); ScopedVclPtr<VclAbstractDialog> pDialog( pDlgFactory->CreateSvxMacroAssignDlg( - GetDialogParent(), xFrame, false, xEvents, 0 ) ); + GetFrameWeld(), xFrame, false, xEvents, 0 ) ); if ( pDialog->Execute() == RET_OK ) { // the dialog modifies the settings directly |