[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Sep 18 07:00:38 PDT 2012
sc/source/core/data/cell.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit db2a4f4032db854a2a028d4ed136cfd4c63ae082
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Tue Sep 18 09:00:29 2012 +0200
broadcaster cells are empty, fdo#54553
Change-Id: Ie7c251b7eaee248c97f4f931175bc26539acb22a
Signed-off-by: Kohei Yoshida <kohei.yoshida at gmail.com>
diff --git a/sc/source/core/data/cell.cxx b/sc/source/core/data/cell.cxx
index 2a3d807..b6f40ca 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;
}
More information about the Libreoffice-commits
mailing list