summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow/PaneHider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slideshow/PaneHider.cxx')
-rw-r--r--sd/source/ui/slideshow/PaneHider.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slideshow/PaneHider.cxx b/sd/source/ui/slideshow/PaneHider.cxx
index bcef62055eb3..09094687b3d5 100644
--- a/sd/source/ui/slideshow/PaneHider.cxx
+++ b/sd/source/ui/slideshow/PaneHider.cxx
@@ -45,7 +45,7 @@ PaneHider::PaneHider (const ViewShell& rViewShell, SlideshowImpl* pSlideShow)
{
// Hide the left and right pane windows when a slideshow exists and is
// not full screen.
- if (pSlideShow!=NULL && !pSlideShow->isFullScreen()) try
+ if (pSlideShow!=nullptr && !pSlideShow->isFullScreen()) try
{
Reference<XControllerManager> xControllerManager (
mrViewShell.GetViewShellBase().GetController(), UNO_QUERY_THROW);
@@ -59,7 +59,7 @@ PaneHider::PaneHider (const ViewShell& rViewShell, SlideshowImpl* pSlideShow)
// Iterate over the resources and deactivate the panes.
Sequence<Reference<XResourceId> > aResources (
mxConfiguration->getResources(
- NULL,
+ nullptr,
framework::FrameworkHelper::msPaneURLPrefix,
AnchorBindingMode_DIRECT));
for (sal_Int32 nIndex=0; nIndex<aResources.getLength(); ++nIndex)