diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-22 19:55:09 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-24 23:29:36 -0400 |
commit | c9511b92dcd8405ccfbdf2f5628a3a2eaaa9cbdd (patch) | |
tree | 6b925dcf8fdc3221066975c76898b27e16d9fd00 /sc/inc/refupdatecontext.hxx | |
parent | 3ed4796949d184a14b0df979bdb84012d6611e2c (diff) |
Flag cell state modified when a reference points to a different position.
This fixes testStreamValid() test failure.
Change-Id: Ife406957a723930efb419ba8c566485f4b089d97
Diffstat (limited to 'sc/inc/refupdatecontext.hxx')
-rw-r--r-- | sc/inc/refupdatecontext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/refupdatecontext.hxx b/sc/inc/refupdatecontext.hxx index 8067c3b4fdf2..af478510d89e 100644 --- a/sc/inc/refupdatecontext.hxx +++ b/sc/inc/refupdatecontext.hxx @@ -51,7 +51,7 @@ struct RefUpdateContext struct RefUpdateResult { bool mbValueChanged; - bool mbRangeSizeModified; + bool mbReferenceModified; RefUpdateResult(); RefUpdateResult(const RefUpdateResult& r); |