summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_DataSource.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-29 18:36:53 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-29 20:26:06 +0200
commitf77dedbc97cdddcc0c6dec2e8721049e9041b72f (patch)
tree4f6d818468206eeaaefe782e0b8f011ac28dcacf /chart2/source/controller/dialogs/tp_DataSource.hxx
parent00669d59762347d1ccdc34be0fa15cf8444715ef (diff)
remove a few more auto_ptr
Change-Id: I316d5c91bf80ab46f8f29f4986295d48fc4427e7
Diffstat (limited to 'chart2/source/controller/dialogs/tp_DataSource.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_DataSource.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_DataSource.hxx b/chart2/source/controller/dialogs/tp_DataSource.hxx
index c83e86cdd773..2fcdecea30f9 100644
--- a/chart2/source/controller/dialogs/tp_DataSource.hxx
+++ b/chart2/source/controller/dialogs/tp_DataSource.hxx
@@ -44,7 +44,6 @@
#include <utility>
#include <vector>
-#include <memory>
#include "RangeSelectionListener.hxx"
#include "RangeSelectionButton.hxx"
@@ -129,7 +128,7 @@ protected:
private:
FixedText m_aFT_CAPTION;
FixedText m_aFT_SERIES;
- ::std::auto_ptr< SvTreeListBox > m_apLB_SERIES;
+ boost::scoped_ptr< SvTreeListBox > m_apLB_SERIES;
PushButton m_aBTN_ADD;
PushButton m_aBTN_REMOVE;
PushButton m_aBTN_UP;