summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-03-13 17:58:59 +0000
committerEike Rathke <erack@redhat.com>2015-03-13 18:32:33 +0000
commit7dcaa806b8583224cb24d4a37ddf855b9c02150d (patch)
tree30102c4a5579f890b06e95c1f61f8302897494e3 /sc/inc/token.hxx
parentd1c9e5ee53f8609092ea026639c8f28afec1d36a (diff)
add ScTableRefToken::AddItem()
Change-Id: Iab74e027d9929bc100ad92c2126c17fca1e2e46a
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r--sc/inc/token.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index 6f6cd4bb9091..899d1630c64a 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -237,6 +237,7 @@ public:
virtual FormulaToken* Clone() const SAL_OVERRIDE { return new ScTableRefToken(*this); }
Item GetItem() const;
+ void AddItem( Item );
private: