summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excrecds.hxx
diff options
context:
space:
mode:
authorNigel Hawkins <nigel.hawkins@inmail24.com>2010-11-19 20:20:07 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-11-19 20:20:07 -0500
commitd765db020b580086edb2b1068c9995c442a1ad91 (patch)
treebc683c7ce451ba2e957b94164546d61ebf124728 /sc/source/filter/inc/excrecds.hxx
parent0bb4da6d7d988d98b466db23fae2061e47226d39 (diff)
Replace ScfRef with boost::shared_ptr in calc filter code.
Diffstat (limited to 'sc/source/filter/inc/excrecds.hxx')
-rw-r--r--sc/source/filter/inc/excrecds.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/filter/inc/excrecds.hxx b/sc/source/filter/inc/excrecds.hxx
index a450fb00f368..7e1ce313c26b 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;