summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xihelper.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-10-09 22:12:12 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-11 12:14:26 -0400
commit7c6848845f10dbac392bfc3dccf405d8e8e969fc (patch)
tree244be09abf7382fd404e70ea111b0792a0167a14 /sc/source/filter/inc/xihelper.hxx
parentf793daf81c64690dcca0772ece07d9ead96d0d0b (diff)
Properly intern strings going into matrix objects.
Change-Id: Ieb8befa4f19ebc31f4afa1370c924b469aa77382
Diffstat (limited to 'sc/source/filter/inc/xihelper.hxx')
-rw-r--r--sc/source/filter/inc/xihelper.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xihelper.hxx b/sc/source/filter/inc/xihelper.hxx
index fa8aac7ffd06..2474a9365cb4 100644
--- a/sc/source/filter/inc/xihelper.hxx
+++ b/sc/source/filter/inc/xihelper.hxx
@@ -31,6 +31,12 @@
class ScRangeList;
+namespace svl {
+
+class SharedStringPool;
+
+}
+
// Excel->Calc cell address/range conversion ==================================
/** Provides functions to convert Excel cell addresses to Calc cell addresses. */
@@ -326,7 +332,7 @@ public:
~XclImpCachedMatrix();
/** Creates a new ScMatrix object and fills it with the contained values. */
- ScMatrixRef CreateScMatrix() const;
+ ScMatrixRef CreateScMatrix( svl::SharedStringPool& rPool ) const;
private:
typedef boost::ptr_vector< XclImpCachedValue > XclImpValueList;