summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration/ConfigurationController.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/configuration/ConfigurationController.cxx')
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationController.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationController.cxx b/sd/source/ui/framework/configuration/ConfigurationController.cxx
index b2ec80bdee68..0a40bc8bc3f8 100644
--- a/sd/source/ui/framework/configuration/ConfigurationController.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationController.cxx
@@ -103,7 +103,6 @@ ConfigurationController::Lock::~Lock()
ConfigurationController::ConfigurationController() noexcept
: ConfigurationControllerInterfaceBase(MutexOwner::maMutex)
- , mpImplementation()
, mbIsDisposed(false)
{
}
@@ -522,7 +521,6 @@ ConfigurationController::Implementation::Implementation (
mpConfigurationUpdater(
std::make_shared<ConfigurationUpdater>(mpBroadcaster, mpResourceManager,mxControllerManager)),
mpQueueProcessor(new ChangeRequestQueueProcessor(mpConfigurationUpdater)),
- mpConfigurationUpdaterLock(),
mnLockCount(0)
{
mpQueueProcessor->SetConfiguration(mxRequestedConfiguration);