[PATCH 28/31] Replace ScfRef with boost in xlview.hxx

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


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

diff --git a/sc/source/filter/inc/xlview.hxx b/sc/source/filter/inc/xlview.hxx
index 0aeb34a..a9a409f 100644
--- a/sc/source/filter/inc/xlview.hxx
+++ b/sc/source/filter/inc/xlview.hxx
@@ -33,6 +33,7 @@
 #include <tools/color.hxx>
 #include "ftools.hxx"
 #include "xladdress.hxx"
+#include <boost/shared_ptr.hpp>
 
 // Constants and enumerations =================================================
 
@@ -122,7 +123,7 @@ struct XclSelectionData
     inline explicit     XclSelectionData() : mnCursorIdx( 0 ) {}
 };
 
-typedef ScfRef< XclSelectionData > XclSelectionDataRef;
+typedef boost::shared_ptr< XclSelectionData > XclSelectionDataRef;
 
 // ----------------------------------------------------------------------------
 
-- 
1.7.0.4


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



More information about the LibreOffice mailing list