summaryrefslogtreecommitdiff
path: root/include/svx/modctrl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-17 13:43:17 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-17 16:24:05 +0000
commit3744d8506ef231d642785faf6da4926cea64c6a0 (patch)
tree2d57ca5be9eda54aafb5065d7010bb50a37053ac /include/svx/modctrl.hxx
parent7a17c038a6f4c433a69c6c1ed04aca2e5c929027 (diff)
boost->std
Change-Id: I8371b942d915f777a29ca01cd0aed674db0ca853
Diffstat (limited to 'include/svx/modctrl.hxx')
-rw-r--r--include/svx/modctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/modctrl.hxx b/include/svx/modctrl.hxx
index 1febdbd53467..bb0bdc39513c 100644
--- a/include/svx/modctrl.hxx
+++ b/include/svx/modctrl.hxx
@@ -23,7 +23,7 @@
#include <sfx2/stbitem.hxx>
#include <svx/svxdllapi.h>
-#include <boost/shared_ptr.hpp>
+#include <memory>
// Forward declarations
class Timer;
@@ -50,7 +50,7 @@ private: // Functions
private:
struct ImplData;
- ::boost::shared_ptr<ImplData> mpImpl;
+ std::shared_ptr<ImplData> mxImpl;
};