summaryrefslogtreecommitdiff
path: root/sc/inc/refupdatecontext.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-18 17:30:10 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-24 23:29:30 -0400
commit53e899b563828a1fb45cc0006e4e1fa0657095d4 (patch)
treebab56b7d6216ef65b0f904bde8c1158e3b630916 /sc/inc/refupdatecontext.hxx
parent8e59e77a72824c517918f4ea3cc71c7e1ba09a6b (diff)
Mark formula cells dirty when a referenced range gets partially shifted.
Change-Id: I5d97cb0e325c0168fdae57f8ec39f62c85bec524
Diffstat (limited to 'sc/inc/refupdatecontext.hxx')
-rw-r--r--sc/inc/refupdatecontext.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/refupdatecontext.hxx b/sc/inc/refupdatecontext.hxx
index 7192ec70a7fd..2f337675f4a3 100644
--- a/sc/inc/refupdatecontext.hxx
+++ b/sc/inc/refupdatecontext.hxx
@@ -49,6 +49,7 @@ struct RefUpdateResult
bool mbRangeSizeModified;
RefUpdateResult();
+ RefUpdateResult(const RefUpdateResult& r);
};
}