summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx')
-rw-r--r--sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx b/sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx
index 4260f07d06a4..ebc0b4d5173a 100644
--- a/sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx
+++ b/sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx
@@ -29,8 +29,7 @@
#include <sfx2/viewfac.hxx>
#include <sfx2/dockwin.hxx>
-#include <boost/shared_ptr.hpp>
-#include <boost/scoped_ptr.hpp>
+#include <memory>
class PopupMenu;
@@ -86,7 +85,7 @@ public:
private:
::boost::scoped_ptr< ToolPanelViewShell_Impl > mpImpl;
- ::boost::shared_ptr<TaskPaneShellManager> mpSubShellManager;
+ std::shared_ptr<TaskPaneShellManager> mpSubShellManager;
/** The id of the menu in the menu bar/tool box of the parent docking
window.