From 774d204051a898cd399bca12d4d52d784c61dc5f Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 18 Sep 2012 09:00:29 +0200 Subject: broadcaster cells are empty, fdo#54553 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie7c251b7eaee248c97f4f931175bc26539acb22a Signed-off-by: Fridrich Štrba --- sc/source/core/data/cell.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sc/source/core/data/cell.cxx b/sc/source/core/data/cell.cxx index 2a3d80717248..b6f40ca25ca3 100644 --- a/sc/source/core/data/cell.cxx +++ b/sc/source/core/data/cell.cxx @@ -267,6 +267,9 @@ void ScBaseCell::Delete() bool ScBaseCell::IsBlank() const { + if(eCellType == CELLTYPE_NOTE) + return true; + return false; } -- cgit v1.2.3