summaryrefslogtreecommitdiffstats
path: root/include/sfx2/dispatch.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-15 20:41:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-16 12:54:44 +0000
commita1ceacc17e3f30d5e9c06b3218ad8ec26ca2f1b9 (patch)
tree56a29f66f75f326a0a677ab1697ce28f1bc9fcbf /include/sfx2/dispatch.hxx
parentRemove old icons. (diff)
downloadcore-a1ceacc17e3f30d5e9c06b3218ad8ec26ca2f1b9.tar.gz
core-a1ceacc17e3f30d5e9c06b3218ad8ec26ca2f1b9.zip
boost::foo_ptr->std::foo_ptr
Change-Id: I9219619b538b6530a89f5932ac51eb3b62eb396a
Diffstat (limited to 'include/sfx2/dispatch.hxx')
-rw-r--r--include/sfx2/dispatch.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/dispatch.hxx b/include/sfx2/dispatch.hxx
index 3b1476c3a0e2..c32ec1faf0a3 100644
--- a/include/sfx2/dispatch.hxx
+++ b/include/sfx2/dispatch.hxx
@@ -27,7 +27,6 @@
#include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx>
-#include <boost/scoped_ptr.hpp>
class SfxSlotServer;
class SfxShell;
@@ -72,7 +71,7 @@ enum SfxSlotFilterState
class SFX2_DLLPUBLIC SfxDispatcher
{
- boost::scoped_ptr<SfxDispatcher_Impl> pImp;
+ std::unique_ptr<SfxDispatcher_Impl> xImp;
private:
// Search for temporary evaluated Todos