summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx
index 9b2f8c9da7c6..c90b10458ea7 100644
--- a/sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx
@@ -73,7 +73,7 @@ void SelectionObserver::NotifyPageEvent (const SdrPage* pSdrPage)
return;
const SdPage* pPage = dynamic_cast<const SdPage*>(pSdrPage);
- if (pPage == NULL)
+ if (pPage == nullptr)
return;
if (pPage->IsInserted())