[PATCH 03/31] Replace ScfRef with boost in excrecds.hxx

Nigel Hawkins n.hawkins at gmx.com
Thu Nov 18 09:45:28 PST 2010


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

diff --git a/sc/source/filter/inc/excrecds.hxx b/sc/source/filter/inc/excrecds.hxx
index dfd2e56..36b0b33 100644
--- a/sc/source/filter/inc/excrecds.hxx
+++ b/sc/source/filter/inc/excrecds.hxx
@@ -47,6 +47,7 @@
 #include "root.hxx"
 #include "excdefs.hxx"
 #include "cell.hxx"
+#include <boost/shared_ptr.hpp>
 
 //------------------------------------------------------------------ Forwards -
 
@@ -500,7 +501,7 @@ public:
 private:
     using               XclExpRoot::CreateRecord;
 
-    typedef ScfRef< ExcAutoFilterRecs >             XclExpTabFilterRef;
+    typedef boost::shared_ptr< ExcAutoFilterRecs >  XclExpTabFilterRef;
     typedef ::std::map< SCTAB, XclExpTabFilterRef > XclExpTabFilterMap;
 
     XclExpTabFilterMap  maFilterMap;
-- 
1.7.0.4


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



More information about the LibreOffice mailing list