summaryrefslogtreecommitdiff
path: root/sc/inc/chartlis.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/chartlis.hxx')
-rw-r--r--sc/inc/chartlis.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx
index b634b91602e9..8b29b9933d26 100644
--- a/sc/inc/chartlis.hxx
+++ b/sc/inc/chartlis.hxx
@@ -27,11 +27,12 @@
#include "token.hxx"
#include "externalrefmgr.hxx"
+#include <vector>
+
+#include <boost/scoped_ptr.hpp>
#include <boost/ptr_container/ptr_map.hpp>
-#include <memory>
#include <unordered_map>
#include <unordered_set>
-#include <vector>
class ScDocument;
class ScChartUnoData;
@@ -61,8 +62,8 @@ public:
private:
- std::unique_ptr<ExternalRefListener> mpExtRefListener;
- std::unique_ptr<std::vector<ScTokenRef> > mpTokens;
+ boost::scoped_ptr<ExternalRefListener> mpExtRefListener;
+ boost::scoped_ptr<std::vector<ScTokenRef> > mpTokens;
OUString maName;
ScChartUnoData* pUnoData;