summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ElementSelector.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/main/ElementSelector.hxx')
-rw-r--r--chart2/source/controller/main/ElementSelector.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/main/ElementSelector.hxx b/chart2/source/controller/main/ElementSelector.hxx
index e5db87e4d3d5..ed4714da39dc 100644
--- a/chart2/source/controller/main/ElementSelector.hxx
+++ b/chart2/source/controller/main/ElementSelector.hxx
@@ -28,7 +28,7 @@
#include <vcl/lstbox.hxx>
#include <cppuhelper/weakref.hxx>
-#include <memory>
+#include <boost/scoped_ptr.hpp>
namespace chart
{
@@ -100,7 +100,7 @@ private:
private:
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext> m_xCC;
- ::std::auto_ptr< SelectorListBox > m_apSelectorListBox;
+ boost::scoped_ptr< SelectorListBox > m_apSelectorListBox;
};
} //namespace chart