summaryrefslogtreecommitdiff
path: root/sc/inc/refdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2017-03-22 21:21:31 -0400
committerKohei Yoshida <libreoffice@kohei.us>2017-03-24 12:21:27 +0000
commit749405af4fc38e0c16dc7e860d23a13dfceb4e40 (patch)
tree606aaef199666340a4ae9aee4334e3fca8cfc6a5 /sc/inc/refdata.hxx
parentc4c40632f1de6f64f0f903943d76d5c3cad0fc22 (diff)
tdf#105908: restore previously deleted range references upon undo.
Change-Id: If1932a5eb10da4c50fbcc3329af75f2e7a0a5137 Reviewed-on: https://gerrit.libreoffice.org/35607 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'sc/inc/refdata.hxx')
-rw-r--r--sc/inc/refdata.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/refdata.hxx b/sc/inc/refdata.hxx
index 277056971286..8a7cc81b67e0 100644
--- a/sc/inc/refdata.hxx
+++ b/sc/inc/refdata.hxx
@@ -190,6 +190,8 @@ struct ScComplexRefData
@return TRUE if changed. */
bool IncEndRowSticky( SCROW nDelta, const ScAddress& rPos );
+ bool IsDeleted() const;
+
#if DEBUG_FORMULA_COMPILER
void Dump( int nIndent = 0 ) const;
#endif