summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-09-25 13:30:43 +0200
committerEike Rathke <erack@redhat.com>2017-09-25 13:39:41 +0200
commit1015e1f6f0fc14ce988e7b2e8c8eab5c397c00ab (patch)
tree294f61d914355330d7aacfa8cb4c8ee9866924c7 /sc/inc
parentClarify comment of "copy"-ctor and operator=() (diff)
downloadcore-1015e1f6f0fc14ce988e7b2e8c8eab5c397c00ab.tar.gz
core-1015e1f6f0fc14ce988e7b2e8c8eab5c397c00ab.zip
FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overrides
A sliced Clear()/ClearScTokenArray() was never intended. Change-Id: I25df3fa8829f6bc8f1dee6ef0d27b28491d6a5c3
Diffstat (limited to 'sc/inc')
-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 145972986cba..72039c856a41 100644
--- a/sc/inc/tokenarray.hxx
+++ b/sc/inc/tokenarray.hxx
@@ -59,7 +59,7 @@ public:
(not copied!) */
ScTokenArray( const ScTokenArray& );
virtual ~ScTokenArray() override;
- void ClearScTokenArray();
+ virtual void Clear();
ScTokenArray* Clone() const; /// True copy!
void GenHash();