summaryrefslogtreecommitdiff
path: root/sc/inc/tokenarray.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-03-25 22:34:18 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-03-25 22:37:10 -0400
commit003a27a14d5cf65fe0b528b6d6015e37a64dbb8e (patch)
treeca799c7a0462525af093db17a93e46170c21c1d6 /sc/inc/tokenarray.hxx
parent3edc49d11765372fa54c52b71b49bf52675f4dda (diff)
fdo#74322: Handle moving of named ranges correctly.
But named ranges are adjusted if and only if the references are absolute. Change-Id: I6c5287b413884b045f1a798c6c6683aa17863f24
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 eb68997b8cad..e8b96cc54e20 100644
--- a/sc/inc/tokenarray.hxx
+++ b/sc/inc/tokenarray.hxx
@@ -163,6 +163,8 @@ public:
*/
sc::RefUpdateResult AdjustReferenceInName( const sc::RefUpdateContext& rCxt, const ScAddress& rPos );
+ sc::RefUpdateResult AdjustReferenceInMovedName( const sc::RefUpdateContext& rCxt, const ScAddress& rPos );
+
/**
* Adjust all references on sheet deletion.
*