summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r--sc/inc/token.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index 6dfb23622160..4662074ce089 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -236,9 +236,12 @@ public:
Item GetItem() const;
void AddItem( Item );
+ void SetAreaRefRPN( formula::FormulaToken* pToken );
+ const formula::FormulaToken* GetAreaRefRPN() const;
private:
+ formula::FormulaTokenRef mxAreaRefRPN; ///< resulting RPN area
sal_uInt16 mnIndex; ///< index into table / database range collection
Item meItem;