From 731146fc6d66497a51616f195c110092a90f01f5 Mon Sep 17 00:00:00 2001 From: Henry Castro Date: Tue, 4 Apr 2017 22:50:56 -0400 Subject: lok: notify cell note removes before erasing storage Change-Id: I6181b27b6a969d94789c42ea0914b17328c5c8d5 Reviewed-on: https://gerrit.libreoffice.org/36109 Reviewed-by: Jan Holesovsky Tested-by: Jan Holesovsky (cherry picked from commit f27f4dd900b50f15427f44f6d448e8e8e49ec2d5) Reviewed-on: https://gerrit.libreoffice.org/36143 Tested-by: Jenkins --- sc/inc/column.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc/column.hxx') diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index ae911e688c88..e7a81e877f13 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -699,6 +699,7 @@ private: * Call this only from those methods where maCells is modified directly. */ void CellStorageModified(); + void CellNotesDeleting(SCROW nRow1, SCROW nRow2, bool bForgetCaptionOwnership ); void CopyCellTextAttrsToDocument(SCROW nRow1, SCROW nRow2, ScColumn& rDestCol) const; -- cgit