summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/configuration/ConfigurationUpdater.cxx')
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationUpdater.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
index 9d110e15b00f..060727fbc1fc 100644
--- a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
@@ -65,7 +65,7 @@ ConfigurationUpdater::ConfigurationUpdater (
const Reference<XControllerManager>& rxControllerManager)
: mxControllerManager(),
mpBroadcaster(rpBroadcaster),
- mxCurrentConfiguration(Reference<XConfiguration>(new Configuration(NULL, false))),
+ mxCurrentConfiguration(Reference<XConfiguration>(new Configuration(nullptr, false))),
mxRequestedConfiguration(),
mbUpdatePending(false),
mbUpdateBeingProcessed(false),
@@ -283,7 +283,7 @@ void ConfigurationUpdater::CheckPureAnchors (
// Get a list of all resources in the configuration.
Sequence<Reference<XResourceId> > aResources(
rxConfiguration->getResources(
- NULL, OUString(), AnchorBindingMode_INDIRECT));
+ nullptr, OUString(), AnchorBindingMode_INDIRECT));
sal_Int32 nCount (aResources.getLength());
// Prepare the list of pure anchors that have to be deactivated.