summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-08-12 15:48:50 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-08-12 19:46:30 -0400
commit1fd12981565dfc608620252c4abe3fbf8c1bddf2 (patch)
treee3802bc8a74a451307ec5bd5aa00ebaba79a8340 /sc/inc
parent2624788f23d265f0dfeda544f57b9d90a2ab2979 (diff)
We still need to update cell positions for non-top cells.
Change-Id: If967247ed5d916535e7b52af14b00090b7c9d0d2
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/formulacell.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index 3318dd2ffddc..2e7c724c7257 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -112,6 +112,8 @@ private:
};
void InterpretTail( ScInterpretTailParameter );
+ bool UpdatePosOnShift( const sc::RefUpdateContext& rCxt );
+
/**
* Update reference in response to cell insertion or deletion.
*/