summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuconuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fuconuno.cxx')
-rw-r--r--sd/source/ui/func/fuconuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuconuno.cxx b/sd/source/ui/func/fuconuno.cxx
index 65a09c5824f9..ae6ee9706997 100644
--- a/sd/source/ui/func/fuconuno.cxx
+++ b/sd/source/ui/func/fuconuno.cxx
@@ -113,7 +113,7 @@ bool FuConstructUnoControl::MouseButtonUp(const MouseEvent& rMEvt)
bReturn = (FuConstruct::MouseButtonUp(rMEvt) || bReturn);
if (!bPermanent)
- mpViewShell->GetViewFrame()->GetDispatcher()->Execute(SID_OBJECT_SELECT, SFX_CALLMODE_ASYNCHRON);
+ mpViewShell->GetViewFrame()->GetDispatcher()->Execute(SID_OBJECT_SELECT, SfxCallMode::ASYNCHRON);
return (bReturn);
}