[PATCH 19/31] Replace ScfRef with boost in xiformula.hxx

Nigel Hawkins n.hawkins at gmx.com
Thu Nov 18 12:10:12 PST 2010


---
 sc/source/filter/inc/xiformula.hxx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/sc/source/filter/inc/xiformula.hxx b/sc/source/filter/inc/xiformula.hxx
index 7dc5e48..8e4db0a 100644
--- a/sc/source/filter/inc/xiformula.hxx
+++ b/sc/source/filter/inc/xiformula.hxx
@@ -31,6 +31,7 @@
 
 #include "xlformula.hxx"
 #include "xiroot.hxx"
+#include <boost/shared_ptr.hpp>
 
 // Formula compiler ===========================================================
 
@@ -59,7 +60,7 @@ public:
     const ScTokenArray* CreateFormula( XclFormulaType eType, const XclTokenArray& rXclTokArr );
 
 private:
-    typedef ScfRef< XclImpFmlaCompImpl > XclImpFmlaCompImplRef;
+    typedef boost::shared_ptr< XclImpFmlaCompImpl > XclImpFmlaCompImplRef;
     XclImpFmlaCompImplRef mxImpl;
 };
 
-- 
1.7.0.4


--=-qLwfU1BKYMIcJNs5pkFI
Content-Disposition: attachment; filename="0020-Replace-ScfRef-with-boost-in-xihelper.hxx.patch"
Content-Type: text/x-patch; name="0020-Replace-ScfRef-with-boost-in-xihelper.hxx.patch"; charset="UTF-8"
Content-Transfer-Encoding: 7bit



More information about the LibreOffice mailing list