summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/AccessibleChartView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/AccessibleChartView.hxx')
-rw-r--r--chart2/source/controller/inc/AccessibleChartView.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/inc/AccessibleChartView.hxx b/chart2/source/controller/inc/AccessibleChartView.hxx
index 049347f3297b..940c6092d853 100644
--- a/chart2/source/controller/inc/AccessibleChartView.hxx
+++ b/chart2/source/controller/inc/AccessibleChartView.hxx
@@ -32,7 +32,7 @@
#include <com/sun/star/view/XSelectionChangeListener.hpp>
#include <com/sun/star/awt/XWindow.hpp>
-#include <boost/shared_ptr.hpp>
+#include <memory>
namespace accessibility
{
@@ -128,7 +128,7 @@ private: // members
::com::sun::star::uno::WeakReference<
::com::sun::star::accessibility::XAccessible > m_xParent;
- ::boost::shared_ptr< ObjectHierarchy > m_spObjectHierarchy;
+ std::shared_ptr< ObjectHierarchy > m_spObjectHierarchy;
AccessibleUniqueId m_aCurrentSelectionOID;
SdrView* m_pSdrView;
::accessibility::IAccessibleViewForwarder* m_pViewForwarder;