diff options
Diffstat (limited to 'sfx2/source/control/dispatch.cxx')
-rw-r--r-- | sfx2/source/control/dispatch.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx index 40c7652c1f42..b505412d3b4f 100644 --- a/sfx2/source/control/dispatch.cxx +++ b/sfx2/source/control/dispatch.cxx @@ -847,7 +847,7 @@ void SfxDispatcher::Execute_(SfxShell& rShell, const SfxSlot& rSlot, { if ( bool(eCallMode & SfxCallMode::RECORD) ) rReq.AllowRecording( true ); - xImp->xPoster->Post(o3tl::make_unique<SfxRequest>(rReq)); + xImp->xPoster->Post(std::make_unique<SfxRequest>(rReq)); return; } } |