[PATCH 23/31] Replace ScfRef with boost in xistream.hxx
Nigel Hawkins
n.hawkins at gmx.com
Thu Nov 18 12:14:30 PST 2010
---
sc/source/filter/inc/xistream.hxx | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/sc/source/filter/inc/xistream.hxx b/sc/source/filter/inc/xistream.hxx
index ee7319b..3fc31fa 100644
--- a/sc/source/filter/inc/xistream.hxx
+++ b/sc/source/filter/inc/xistream.hxx
@@ -31,6 +31,7 @@
#include <comphelper/docpasswordhelper.hxx>
#include <filter/msfilter/mscodec.hxx>
+#include <boost/shared_ptr.hpp>
#include "xlstream.hxx"
#include "xlconst.hxx"
@@ -48,7 +49,7 @@ Input stream class for Excel import
// ============================================================================
class XclImpDecrypter;
-typedef ScfRef< XclImpDecrypter > XclImpDecrypterRef;
+typedef boost::shared_ptr< XclImpDecrypter > XclImpDecrypterRef;
/** Base class for BIFF stream decryption. */
class XclImpDecrypter : public ::comphelper::IDocPasswordVerifier
--
1.7.0.4
--=-qLwfU1BKYMIcJNs5pkFI
Content-Disposition: attachment; filename="0024-Replace-ScfRef-with-boost-in-xistyle.hxx.patch"
Content-Type: text/x-patch; name="0024-Replace-ScfRef-with-boost-in-xistyle.hxx.patch"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
More information about the LibreOffice
mailing list