summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/imp_op.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/imp_op.hxx')
-rw-r--r--sc/source/filter/inc/imp_op.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/imp_op.hxx b/sc/source/filter/inc/imp_op.hxx
index 090189df385a..87fd1446ecf6 100644
--- a/sc/source/filter/inc/imp_op.hxx
+++ b/sc/source/filter/inc/imp_op.hxx
@@ -32,8 +32,8 @@
#include "excdefs.hxx"
#include <rtl/ref.hxx>
+#include <boost/shared_ptr.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
-#include <memory>
#include <unordered_map>
class SvStream;
@@ -68,8 +68,8 @@ public:
void Convert();
private:
- typedef std::shared_ptr< XclImpOutlineBuffer > XclImpOutlineBfrRef;
- typedef std::shared_ptr< XclImpColRowSettings > XclImpColRowSettRef;
+ typedef boost::shared_ptr< XclImpOutlineBuffer > XclImpOutlineBfrRef;
+ typedef boost::shared_ptr< XclImpColRowSettings > XclImpColRowSettRef;
XclImpOutlineBfrRef mxColOutlineBuff;
XclImpOutlineBfrRef mxRowOutlineBuff;