summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-03-10 23:51:59 +0100
committerEike Rathke <erack@redhat.com>2015-03-10 23:58:15 +0100
commita408811fb5519d55c0fcf943bfc08325682e0399 (patch)
treecd2ba80a8efaf1c376cb8d5519cf66d12ded660b /sc/source
parent71b630e5b683b3761af9d6bdce56f13f20da84c1 (diff)
virtual ScTableRefToken::SetIndex(); of course..
Change-Id: I4a43ea664e9db2bb44e0e7f089a71abf6f572b1e
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/tool/token.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 203f3783f31e..eab3f8f43560 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -851,6 +851,11 @@ sal_uInt16 ScTableRefToken::GetIndex() const
return mnIndex;
}
+void ScTableRefToken::SetIndex( sal_uInt16 n )
+{
+ mnIndex = n;
+}
+
ScTableRefToken::Item ScTableRefToken::GetItem() const
{
return meItem;