summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-05-03 22:24:31 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-05-09 13:34:33 -0400
commitb1c4f952223aa208067636936a7fbc00c51eeb14 (patch)
treedde2b1bc96b3aeabc3cc75e39e119c08abff3ec1 /sc/inc
parent2cf33119ab461befc7226cc532593a5435ab3167 (diff)
With the removal of CELLTYPE_NOTE, IsBlank() is now always false.
Let's remove this. Change-Id: Ica92ea41e104a3f0e97b717ff2e4e115682ce33f
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/cell.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx
index ef7c2f731b21..909c89d6f777 100644
--- a/sc/inc/cell.hxx
+++ b/sc/inc/cell.hxx
@@ -65,10 +65,6 @@ public:
inline CellType GetCellType() const { return (CellType)eCellType; }
- /** Returns true, if the cell is empty (neither value nor formula nor cell note).
- Returns false for formula cells returning nothing, use HasEmptyData() for that. */
- bool IsBlank() const;
-
/** ScFormulaCell with formula::svEmptyCell result, or ScNoteCell (may have been
created due to reference to empty cell). */
bool HasEmptyData() const;