summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/module/SlideSorterModule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/module/SlideSorterModule.cxx')
-rw-r--r--sd/source/ui/framework/module/SlideSorterModule.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/framework/module/SlideSorterModule.cxx b/sd/source/ui/framework/module/SlideSorterModule.cxx
index 93a2420d22a4..fcf643711d62 100644
--- a/sd/source/ui/framework/module/SlideSorterModule.cxx
+++ b/sd/source/ui/framework/module/SlideSorterModule.cxx
@@ -49,7 +49,7 @@ SlideSorterModule::SlideSorterModule (
{
if (mxConfigurationController.is())
{
- UpdateViewTabBar(NULL);
+ UpdateViewTabBar(nullptr);
if (SvtSlideSorterBarOptions().GetVisibleImpressView())
AddActiveMainView(FrameworkHelper::msImpressViewURL);
@@ -105,7 +105,7 @@ void SAL_CALL SlideSorterModule::notifyConfigurationChange (
{
// Update the view tab bar because the view in the center pane
// has changed.
- UpdateViewTabBar(NULL);
+ UpdateViewTabBar(nullptr);
}
}
else