diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-19 15:39:36 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-24 23:29:33 -0400 |
commit | 50c70948d05d8485e058af7fd90be1d61052afe7 (patch) | |
tree | bdfad7a9df4badd9547288ed4a34b7d876bd3896 /sc/inc/refupdatecontext.hxx | |
parent | cbd61576667358413f391bc5d106d44375342f91 (diff) |
Handle range reference expansion on insertion.
Change-Id: I128ed26b6d6319a7e227885801e0683b517eb439
Diffstat (limited to 'sc/inc/refupdatecontext.hxx')
-rw-r--r-- | sc/inc/refupdatecontext.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/refupdatecontext.hxx b/sc/inc/refupdatecontext.hxx index 2f337675f4a3..91607ea66f9f 100644 --- a/sc/inc/refupdatecontext.hxx +++ b/sc/inc/refupdatecontext.hxx @@ -40,7 +40,8 @@ struct RefUpdateContext RefUpdateContext(); - bool hasDelta() const; + bool isInserted() const; + bool isDeleted() const; }; struct RefUpdateResult |