summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/ChartDocumentWrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/ChartDocumentWrapper.hxx')
-rw-r--r--chart2/source/controller/inc/ChartDocumentWrapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/inc/ChartDocumentWrapper.hxx b/chart2/source/controller/inc/ChartDocumentWrapper.hxx
index 60467da74edc..691171b5ace2 100644
--- a/chart2/source/controller/inc/ChartDocumentWrapper.hxx
+++ b/chart2/source/controller/inc/ChartDocumentWrapper.hxx
@@ -33,7 +33,7 @@
#include <unotools/eventlisteneradapter.hxx>
#include <comphelper/uno3.hxx>
-#include <boost/shared_ptr.hpp>
+#include <memory>
namespace chart
{
@@ -203,7 +203,7 @@ private: //methods
void impl_resetAddIn();
private: //member
- ::boost::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
+ std::shared_ptr< Chart2ModelContact > m_spChart2ModelContact;
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xDelegator;