diff options
author | Eike Rathke <erack@redhat.com> | 2015-06-21 20:11:08 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-06-21 20:14:20 +0200 |
commit | 37464e3fdaea201900408f7c2395f9bec6184f72 (patch) | |
tree | 0c74a52bf89ed909333712cf5c922950abf3f580 /sc/inc | |
parent | e0e285574244e855fd148ab7320b1aeb5914655a (diff) |
TableRef: make ThisRow work in named expressions
... including reference update as named expressions don't hold RPN.
Change-Id: Ieea19e24f1dcf71d489ff0249bc7d3644e4f0d2b
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/token.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index 63584c70aa43..3e4f7f88542f 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -237,7 +237,7 @@ public: Item GetItem() const; void AddItem( Item ); void SetAreaRefRPN( formula::FormulaToken* pToken ); - const formula::FormulaToken* GetAreaRefRPN() const; + formula::FormulaToken* GetAreaRefRPN() const; private: |