summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/MasterPageContainerQueue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/MasterPageContainerQueue.hxx')
-rw-r--r--sd/source/ui/sidebar/MasterPageContainerQueue.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/sidebar/MasterPageContainerQueue.hxx b/sd/source/ui/sidebar/MasterPageContainerQueue.hxx
index b60d2c03147c..de0c4c25e921 100644
--- a/sd/source/ui/sidebar/MasterPageContainerQueue.hxx
+++ b/sd/source/ui/sidebar/MasterPageContainerQueue.hxx
@@ -23,8 +23,8 @@
#include "MasterPageContainer.hxx"
#include "MasterPageDescriptor.hxx"
+#include <memory>
#include <boost/scoped_ptr.hpp>
-#include <boost/weak_ptr.hpp>
namespace sd { namespace sidebar {
@@ -50,7 +50,7 @@ public:
};
static MasterPageContainerQueue* Create (
- const ::boost::weak_ptr<ContainerAdapter>& rpContainer);
+ const std::weak_ptr<ContainerAdapter>& rpContainer);
virtual ~MasterPageContainerQueue();
/** This method is typically called for entries in the container for
@@ -78,7 +78,7 @@ public:
void ProcessAllRequests();
private:
- ::boost::weak_ptr<ContainerAdapter> mpWeakContainer;
+ std::weak_ptr<ContainerAdapter> mpWeakContainer;
class PreviewCreationRequest;
class RequestQueue;
::boost::scoped_ptr<RequestQueue> mpRequestQueue;
@@ -115,7 +115,7 @@ private:
*/
static sal_uInt32 snWaitForMoreRequestsCount;
- MasterPageContainerQueue (const ::boost::weak_ptr<ContainerAdapter>& rpContainer);
+ MasterPageContainerQueue (const std::weak_ptr<ContainerAdapter>& rpContainer);
void LateInit();
/** Calculate the priority that defines the order in which requests