summaryrefslogtreecommitdiff
path: root/sc/inc/cell.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-16 10:35:22 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-16 10:35:22 +0200
commitfbf28ef12b3087bd1df7b79645685955d60ba911 (patch)
tree492417136dfefefda53b5fbecf4b402c3b943724 /sc/inc/cell.hxx
parentd8bb8c4fb850b9de762567ed7d337972467470d6 (diff)
calc-jump-on-formula-ref-sc.diff: Migrated
n#464359, i#101018 allow ctrl-[ and ctrl-] to jump to references used in a formula expression.
Diffstat (limited to 'sc/inc/cell.hxx')
-rw-r--r--sc/inc/cell.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx
index fcedbbb06335..b4c5ebb44057 100644
--- a/sc/inc/cell.hxx
+++ b/sc/inc/cell.hxx
@@ -549,6 +549,7 @@ private:
public:
ScDetectiveRefIter( ScFormulaCell* pCell );
BOOL GetNextRef( ScRange& rRange );
+ ScToken* GetNextRefToken();
};
// ============================================================================