summaryrefslogtreecommitdiff
path: root/sc/inc/documentimport.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-05-24 11:52:18 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-06-24 16:51:25 -0400
commitc008dc483f8c6840803983e7e351cec6fdd32070 (patch)
tree7c88eeabde57ea4a3c1a760d1c02ea2fd37bd721 /sc/inc/documentimport.hxx
parent75dec25730c88bdb8eb5e2a3f92689460fa89d29 (diff)
Switch to using multi_type_vector for cell storage.
The old style cell storage is no more. Currently the code is buildable, but crashes during unit test. Change-Id: Ie688e22e95c7fb02b9e97b23df0fc1883a97945f
Diffstat (limited to 'sc/inc/documentimport.hxx')
-rw-r--r--sc/inc/documentimport.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/documentimport.hxx b/sc/inc/documentimport.hxx
index afd954bf93d5..9fddf2b86282 100644
--- a/sc/inc/documentimport.hxx
+++ b/sc/inc/documentimport.hxx
@@ -20,7 +20,6 @@
class ScDocument;
class ScAddress;
class ScTokenArray;
-class ScBaseCell;
struct ScDocumentImportImpl;
/**
@@ -62,9 +61,6 @@ public:
void setFormulaCell(const ScAddress& rPos, const ScTokenArray& rArray);
void finalize();
-
-private:
- void insertCell(const ScAddress& rPos, ScBaseCell* pCell);
};
#endif