Kaydet (Commit) 08215556 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

broadcaster cells are empty, fdo#54553

Change-Id: Ie7c251b7eaee248c97f4f931175bc26539acb22a
üst 61f6bfca
...@@ -264,6 +264,9 @@ void ScBaseCell::Delete() ...@@ -264,6 +264,9 @@ void ScBaseCell::Delete()
bool ScBaseCell::IsBlank() const bool ScBaseCell::IsBlank() const
{ {
if(eCellType == CELLTYPE_NOTE)
return true;
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment