summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/module/ResourceManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/module/ResourceManager.cxx')
-rw-r--r--sd/source/ui/framework/module/ResourceManager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/framework/module/ResourceManager.cxx b/sd/source/ui/framework/module/ResourceManager.cxx
index a3255c9fd763..b3cb41442d4a 100644
--- a/sd/source/ui/framework/module/ResourceManager.cxx
+++ b/sd/source/ui/framework/module/ResourceManager.cxx
@@ -105,7 +105,7 @@ void SAL_CALL ResourceManager::disposing()
if (mxConfigurationController.is())
{
mxConfigurationController->removeConfigurationChangeListener(this);
- mxConfigurationController = NULL;
+ mxConfigurationController = nullptr;
}
}
@@ -235,7 +235,7 @@ void SAL_CALL ResourceManager::disposing (
{
SaveResourceState();
// Without the configuration controller this class can do nothing.
- mxConfigurationController = NULL;
+ mxConfigurationController = nullptr;
dispose();
}
}