summaryrefslogtreecommitdiff
path: root/sc/inc/importfilterdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/importfilterdata.hxx')
-rw-r--r--sc/inc/importfilterdata.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/importfilterdata.hxx b/sc/inc/importfilterdata.hxx
index 8ea1473114f8..089f427d2bfc 100644
--- a/sc/inc/importfilterdata.hxx
+++ b/sc/inc/importfilterdata.hxx
@@ -13,7 +13,7 @@
#include "address.hxx"
#include <boost/noncopyable.hpp>
-#include <memory>
+#include <boost/scoped_ptr.hpp>
namespace sc {
@@ -39,7 +39,7 @@ struct ImportPostProcessData : boost::noncopyable
DataStream();
};
- std::unique_ptr<DataStream> mpDataStream;
+ boost::scoped_ptr<DataStream> mpDataStream;
};
}