summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterToolBar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterToolBar.hxx')
-rw-r--r--sdext/source/presenter/PresenterToolBar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterToolBar.hxx b/sdext/source/presenter/PresenterToolBar.hxx
index c76a62bf6253..81bf00c39136 100644
--- a/sdext/source/presenter/PresenterToolBar.hxx
+++ b/sdext/source/presenter/PresenterToolBar.hxx
@@ -165,7 +165,7 @@ private:
css::uno::Reference<css::uno::XComponentContext> mxComponentContext;
class ElementContainerPart;
- typedef ::boost::shared_ptr<ElementContainerPart> SharedElementContainerPart;
+ typedef std::shared_ptr<ElementContainerPart> SharedElementContainerPart;
typedef ::std::vector<SharedElementContainerPart> ElementContainer;
ElementContainer maElementContainer;
SharedElementContainerPart mpCurrentContainerPart;