summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-03-04 14:05:42 +0100
committerEike Rathke <erack@redhat.com>2015-03-05 11:44:59 +0100
commiteaf5a24b1ea7f6f37a7d59e3cdd4b8ba949a4f4f (patch)
treea241668f361e00511c3c89d4c57531dac5cb3be2 /sc/inc/compiler.hxx
parent40a3cec85f91709e302c08626b59fee0381ef261 (diff)
add HandleTableRef()
Change-Id: I95e80bfa11177e1a52f3215d27448f4642091bad
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 5838a5a2fd73..f1b83d90126c 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -453,6 +453,7 @@ private:
virtual bool HandleRange() SAL_OVERRIDE;
virtual bool HandleColRowName() SAL_OVERRIDE;
virtual bool HandleDbData() SAL_OVERRIDE;
+ virtual bool HandleTableRef() SAL_OVERRIDE;
virtual formula::FormulaTokenRef ExtendRangeReference( formula::FormulaToken & rTok1, formula::FormulaToken & rTok2, bool bReuseDoubleRef ) SAL_OVERRIDE;
virtual void CreateStringFromExternal(OUStringBuffer& rBuffer, formula::FormulaToken* pTokenP) const SAL_OVERRIDE;