summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table3.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-06 17:53:50 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-07 15:15:09 +0100
commitbea018a7040c36e91487b27c7b59c6c8a970bf5f (patch)
tree2be44b6a0cf132808d8e463c2f3ec0023f699b3d /sc/source/core/data/table3.cxx
parentdb5cdd9cb29e315df5aa5b30bfdf0262d7ee36d7 (diff)
there should be no need any more for this check
Diffstat (limited to 'sc/source/core/data/table3.cxx')
-rw-r--r--sc/source/core/data/table3.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index 613bd6de01a3..d740a304c9ff 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -385,14 +385,10 @@ short ScTable::CompareCell( sal_uInt16 nSort,
if (pCell1)
{
eType1 = pCell1->GetCellType();
- if (eType1 == CELLTYPE_NOTE)
- pCell1 = NULL;
}
if (pCell2)
{
eType2 = pCell2->GetCellType();
- if (eType2 == CELLTYPE_NOTE)
- pCell2 = NULL;
}
if (pCell1)