[PATCH 11/31] Replace ScfRef with boost in xename.hxx

Nigel Hawkins n.hawkins at gmx.com
Thu Nov 18 11:57:40 PST 2010


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

diff --git a/sc/source/filter/inc/xename.hxx b/sc/source/filter/inc/xename.hxx
index 7fd7dd9..e888230 100644
--- a/sc/source/filter/inc/xename.hxx
+++ b/sc/source/filter/inc/xename.hxx
@@ -33,6 +33,7 @@
 #include "xlname.hxx"
 #include "xlformula.hxx"
 #include "xeroot.hxx"
+#include <boost/shared-ptr.hpp>
 
 // ============================================================================
 
@@ -80,7 +81,7 @@ public:
     virtual void        SaveXml( XclExpXmlStream& rStrm );
 
 private:
-    typedef ScfRef< XclExpNameManagerImpl > XclExpNameMgrImplRef;
+    typedef boost::shared_ptr< XclExpNameManagerImpl > XclExpNameMgrImplRef;
     XclExpNameMgrImplRef mxImpl;
 };
 
-- 
1.7.0.4


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



More information about the LibreOffice mailing list