diff options
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 |