summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-06-21 20:11:08 +0200
committerAndras Timar <andras.timar@collabora.com>2015-08-06 12:23:38 +0200
commit7fc6ec74aff85e4c420effd916ddd11f1fea73e5 (patch)
tree2eb85568a456ac2ec1bed8077b858b1129ffcf18 /sc/inc
parenta7580593daad79520c04426ca39c851bd85fbf97 (diff)
TableRef: make ThisRow work in named expressions
... including reference update as named expressions don't hold RPN. Change-Id: Ieea19e24f1dcf71d489ff0249bc7d3644e4f0d2b (cherry picked from commit 37464e3fdaea201900408f7c2395f9bec6184f72)
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/token.hxx2
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: