summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/NavigatorChildWindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/NavigatorChildWindow.cxx')
-rw-r--r--sd/source/ui/dlg/NavigatorChildWindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/NavigatorChildWindow.cxx b/sd/source/ui/dlg/NavigatorChildWindow.cxx
index 3dd4c0188ef0..480a5f74e0e7 100644
--- a/sd/source/ui/dlg/NavigatorChildWindow.cxx
+++ b/sd/source/ui/dlg/NavigatorChildWindow.cxx
@@ -39,7 +39,7 @@ void RequestNavigatorUpdate (SfxBindings* pBindings)
SfxBoolItem aItem (SID_NAVIGATOR_INIT, true);
pBindings->GetDispatcher()->Execute(
SID_NAVIGATOR_INIT,
- SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD,
+ SfxCallMode::ASYNCHRON | SfxCallMode::RECORD,
&aItem,
0L);
}