summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xihelper.hxx
diff options
context:
space:
mode:
authorNigel Hawkins <n.hawkins@gmx.com>2010-12-14 14:36:30 +0000
committerKohei Yoshida <kyoshida@novell.com>2010-12-20 22:43:23 -0500
commitb0c7b368254a52fa7dbf4f594a50fcec0d95aace (patch)
tree7f605a6e778bb35c1399b58fb62bdf458d30426f /sc/source/filter/inc/xihelper.hxx
parentf4e8599bb22dbf7c7f3424b6e4cb208d826d81a9 (diff)
Remove ScfDelList in xihelper
Diffstat (limited to 'sc/source/filter/inc/xihelper.hxx')
-rw-r--r--sc/source/filter/inc/xihelper.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xihelper.hxx b/sc/source/filter/inc/xihelper.hxx
index 06aac7dba70d..278d601f13ac 100644
--- a/sc/source/filter/inc/xihelper.hxx
+++ b/sc/source/filter/inc/xihelper.hxx
@@ -32,6 +32,7 @@
#include <editeng/editdata.hxx>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
+#include <boost/ptr_container/ptr_vector.hpp>
#include "scmatrix.hxx"
#include "xladdress.hxx"
#include "xiroot.hxx"
@@ -347,7 +348,7 @@ public:
ScMatrixRef CreateScMatrix() const;
private:
- typedef ScfDelList< XclImpCachedValue > XclImpValueList;
+ typedef boost::ptr_vector< XclImpCachedValue > XclImpValueList;
XclImpValueList maValueList; /// List of cached cell values.
SCSIZE mnScCols; /// Number of cached columns.