sc/source/core/data/cell.cxx | 3 +++ 1 file changed, 3 insertions(+) New commits: commit db2a4f4032db854a2a028d4ed136cfd4c63ae082 Author: Markus Mohrhard <markus.mohrh...@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.yosh...@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; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits