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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/NavigatorChildWindow.cxx b/sd/source/ui/dlg/NavigatorChildWindow.cxx
index e1b8306e7170..12662aff5d3b 100644
--- a/sd/source/ui/dlg/NavigatorChildWindow.cxx
+++ b/sd/source/ui/dlg/NavigatorChildWindow.cxx
@@ -33,8 +33,8 @@ SFX_IMPL_CHILDWINDOWCONTEXT(NavigatorChildWindow, SID_NAVIGATOR)
void RequestNavigatorUpdate (SfxBindings* pBindings)
{
- if (pBindings != NULL
- && pBindings->GetDispatcher() != NULL)
+ if (pBindings != nullptr
+ && pBindings->GetDispatcher() != nullptr)
{
SfxBoolItem aItem (SID_NAVIGATOR_INIT, true);
pBindings->GetDispatcher()->Execute(