diff options
Diffstat (limited to 'sdext/source/presenter/PresenterToolBar.hxx')
-rw-r--r-- | sdext/source/presenter/PresenterToolBar.hxx | 2 |
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; |