summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-03-04 20:55:17 +0100
committerEike Rathke <erack@redhat.com>2015-03-05 11:45:00 +0100
commit338d006c9da54ecdd211144dbfe76a076fe20b27 (patch)
treecd003487cfde11b79a0c9edcef59d9cef9f198b6 /sc/inc/compiler.hxx
parent20e95bcd836baba16909149ded5b54f978b70ce3 (diff)
use ScTableRefToken in ScRawToken::CreateToken()
Change-Id: I895f142667a593bc5fc4f33f2417cbee991e503a
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index f1b83d90126c..acfdad69fcdb 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -137,6 +137,9 @@ public:
sal_uInt16 nIndex;
} name;
struct {
+ sal_uInt16 nIndex;
+ } table;
+ struct {
rtl_uString* mpData;
rtl_uString* mpDataIgnoreCase;
} sharedstring;