summaryrefslogtreecommitdiffstats
path: root/sc/inc/tokenarray.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-20 14:43:53 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-22 21:49:17 -0400
commit76c0e26b2d2906ca2199e4294d7433533c78f8e3 (patch)
tree14464fd71fca02fe52facc61ad6b8c8878acc103 /sc/inc/tokenarray.hxx
parentConvert some of ScDocFunc::PutCell() to SetValueCell(). (diff)
downloadcore-76c0e26b2d2906ca2199e4294d7433533c78f8e3.tar.gz
core-76c0e26b2d2906ca2199e4294d7433533c78f8e3.zip
Let's use ScTokenArray instead of ScFormulaCell.
Because we may move away from ScFormulaCell too. Change-Id: Iafafe3c864efa73330fb8ecbb713caa903e23db5
Diffstat (limited to 'sc/inc/tokenarray.hxx')
-rw-r--r--sc/inc/tokenarray.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx
index 2449074532c5..32a266d91fc7 100644
--- a/sc/inc/tokenarray.hxx
+++ b/sc/inc/tokenarray.hxx
@@ -44,7 +44,7 @@ public:
ScTokenArray();
/// Assignment with references to ScToken entries (not copied!)
ScTokenArray( const ScTokenArray& );
- virtual ~ScTokenArray();
+ virtual ~ScTokenArray();
ScTokenArray* Clone() const; /// True copy!
void GenHash();