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.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationController.cxx b/sd/source/ui/framework/configuration/ConfigurationController.cxx
index 1dab1de52722..54f526ebab8b 100644
--- a/sd/source/ui/framework/configuration/ConfigurationController.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationController.cxx
@@ -58,7 +58,7 @@ public:
/** The Broadcaster class implements storing and calling of listeners.
*/
- std::shared_ptr<ConfigurationControllerBroadcaster> mpBroadcaster;
+ ::boost::shared_ptr<ConfigurationControllerBroadcaster> mpBroadcaster;
/** The requested configuration which is modified (asynchronously) by
calls to requestResourceActivation() and
@@ -70,18 +70,18 @@ public:
ViewShellBase* mpBase;
- std::shared_ptr<ResourceFactoryManager> mpResourceFactoryContainer;
+ ::boost::shared_ptr<ResourceFactoryManager> mpResourceFactoryContainer;
- std::shared_ptr<ConfigurationControllerResourceManager> mpResourceManager;
+ ::boost::shared_ptr<ConfigurationControllerResourceManager> mpResourceManager;
- std::shared_ptr<ConfigurationUpdater> mpConfigurationUpdater;
+ ::boost::shared_ptr<ConfigurationUpdater> mpConfigurationUpdater;
/** The queue processor ownes the queue of configuration change request
objects and processes the objects.
*/
- std::unique_ptr<ChangeRequestQueueProcessor> mpQueueProcessor;
+ ::boost::scoped_ptr<ChangeRequestQueueProcessor> mpQueueProcessor;
- std::shared_ptr<ConfigurationUpdaterLock> mpConfigurationUpdaterLock;
+ ::boost::shared_ptr<ConfigurationUpdaterLock> mpConfigurationUpdaterLock;
sal_Int32 mnLockCount;
};
@@ -420,7 +420,7 @@ void SAL_CALL ConfigurationController::restoreConfiguration (
// We will probably be making a couple of activation and deactivation
// requests so lock the configuration controller and let it later update
// all changes at once.
- std::shared_ptr<ConfigurationUpdaterLock> pLock (
+ ::boost::shared_ptr<ConfigurationUpdaterLock> pLock (
mpImplementation->mpConfigurationUpdater->GetLock());
// Get lists of resources that are to be activated or deactivated.