summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx')
-rw-r--r--sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx
index e278b6817c0d..debdc348acf1 100644
--- a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx
+++ b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx
@@ -152,7 +152,7 @@ void ChangeRequestQueueProcessor::ProcessOneEvent()
SAL_INFO("sd.fwk", OSL_THIS_FUNC << ": All requests are processed");
// The queue is empty so tell the ConfigurationManager to update
// its state.
- if (mpConfigurationUpdater.get() != nullptr)
+ if (mpConfigurationUpdater != nullptr)
{
#if DEBUG_SD_CONFIGURATION_TRACE
ConfigurationTracer::TraceConfiguration (