[PATCH 05/31] Replace ScfRef with boost in imp_op.hxx
Nigel Hawkins
n.hawkins at gmx.com
Thu Nov 18 09:49:50 PST 2010
---
sc/source/filter/inc/imp_op.hxx | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/sc/source/filter/inc/imp_op.hxx b/sc/source/filter/inc/imp_op.hxx
index b403ea5..f45d580 100644
--- a/sc/source/filter/inc/imp_op.hxx
+++ b/sc/source/filter/inc/imp_op.hxx
@@ -39,6 +39,7 @@
#include "otlnbuff.hxx"
#include "colrowst.hxx"
#include "excdefs.hxx"
+#include <boost/shared_ptr.hpp>
class SfxItemSet;
@@ -78,8 +79,8 @@ public:
void Convert();
private:
- typedef ScfRef< XclImpOutlineBuffer > XclImpOutlineBfrRef;
- typedef ScfRef< XclImpColRowSettings > XclImpColRowSettRef;
+ typedef boost::shared_ptr< XclImpOutlineBuffer > XclImpOutlineBfrRef;
+ typedef boost::shared_ptr< XclImpColRowSettings > XclImpColRowSettRef;
XclImpOutlineBfrRef mxColOutlineBuff;
XclImpOutlineBfrRef mxRowOutlineBuff;
--
1.7.0.4
--=-qLwfU1BKYMIcJNs5pkFI
Content-Disposition: attachment; filename="0006-Replace-ScfRef-with-boost-in-xechart.hxx.patch"
Content-Type: text/x-patch; name="0006-Replace-ScfRef-with-boost-in-xechart.hxx.patch"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
More information about the LibreOffice
mailing list