summaryrefslogtreecommitdiff
path: root/sc/inc/tokenarray.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-25 21:19:51 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-30 23:49:54 -0400
commit407a677409707f017db464105aac51684126db44 (patch)
treef5758625eea9653f201fc46ad0e3988cc6933dc8 /sc/inc/tokenarray.hxx
parent11e64bb4a39eb92f81ead995940ae3953f8ad386 (diff)
Re-implement sheet reference adjustment on sheet move.
Change-Id: I24e93e0bbc51c7f9a1f1ea0c126a1399ace84a9e
Diffstat (limited to 'sc/inc/tokenarray.hxx')
-rw-r--r--sc/inc/tokenarray.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx
index 1e8ced1f10fd..b3fb5ef375da 100644
--- a/sc/inc/tokenarray.hxx
+++ b/sc/inc/tokenarray.hxx
@@ -145,6 +145,8 @@ public:
bool AdjustReferenceOnInsertedTab( SCTAB nInsPos, SCTAB nSheets, const ScAddress& rOldPos );
+ void AdjustReferenceOnMovedTab( SCTAB nOldPos, SCTAB nNewPos, const ScAddress& rOldPos );
+
#if DEBUG_FORMULA_COMPILER
void Dump() const;
#endif