summaryrefslogtreecommitdiff
path: root/sc/inc/tokenarray.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-25 15:59:00 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-30 23:49:53 -0400
commit11e64bb4a39eb92f81ead995940ae3953f8ad386 (patch)
tree363cef76706d8cf33d9940c50625227a5d14e6ac /sc/inc/tokenarray.hxx
parent0008af4697579a806cfb9149dc7cfc5b7bc69b9c (diff)
Re-work reference update on sheet insertion & fix one bug on sheet deletion.
Change-Id: I1405eb54c3c530e2c22be1f1d7728fa0d84ad447
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 2ae6c90e72f9..1e8ced1f10fd 100644
--- a/sc/inc/tokenarray.hxx
+++ b/sc/inc/tokenarray.hxx
@@ -143,6 +143,8 @@ public:
*/
bool AdjustReferenceOnDeletedTab( SCTAB nDelPos, SCTAB nSheets, const ScAddress& rOldPos );
+ bool AdjustReferenceOnInsertedTab( SCTAB nInsPos, SCTAB nSheets, const ScAddress& rOldPos );
+
#if DEBUG_FORMULA_COMPILER
void Dump() const;
#endif