summaryrefslogtreecommitdiff
path: root/sd/source/ui/table/tableobjectbar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/table/tableobjectbar.cxx')
-rw-r--r--sd/source/ui/table/tableobjectbar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/table/tableobjectbar.cxx b/sd/source/ui/table/tableobjectbar.cxx
index 2f60f0882376..9f460238b042 100644
--- a/sd/source/ui/table/tableobjectbar.cxx
+++ b/sd/source/ui/table/tableobjectbar.cxx
@@ -130,7 +130,7 @@ void TableObjectBar::Execute( SfxRequest& rReq )
vcl::Window* pWin = mpView->GetViewShell()->GetParentWindow();
VclPtr<SvxAbstractInsRowColDlg> pDlg( pFact->CreateSvxInsRowColDlg(pWin ? pWin->GetFrameWeld() : nullptr,
nSlotId == SID_TABLE_INSERT_COL_DLG,
- SD_MOD()->GetSlotPool()->GetSlot(nSlotId)->GetCommand()) );
+ SdModule::get()->GetSlotPool()->GetSlot(nSlotId)->GetCommand()) );
pDlg->StartExecuteAsync(
[pDlg, xRequest=std::move(xRequest), nSlotId, xController, pBindings] (sal_Int32 nResult) mutable ->void
{