summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
index 6f66ccd60261..e8577b918a57 100644
--- a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
@@ -411,7 +411,7 @@ bool SelectionFunction::KeyInput (const KeyEvent& rEvent)
{
pViewShell->GetDispatcher()->Execute(
SID_INSERTPAGE,
- SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD);
+ SfxCallMode::ASYNCHRON | SfxCallMode::RECORD);
}
bResult = true;
}
@@ -1133,7 +1133,7 @@ bool NormalModeHandler::ProcessButtonDownEvent (
mrSlideSorter.GetViewShell()->GetDispatcher()->Execute(
SID_INSERTPAGE,
- SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD);
+ SfxCallMode::ASYNCHRON | SfxCallMode::RECORD);
break;
}