| commit | 2cf33119ab461befc7226cc532593a5435ab3167 | [log] |
|---|---|---|
| author | Kohei Yoshida <kohei.yoshida@gmail.com> | Fri May 03 20:23:53 2013 -0400 |
| committer | Kohei Yoshida <kohei.yoshida@gmail.com> | Thu May 09 13:34:33 2013 -0400 |
| tree | b3bf25b8de3da5d502bb3cddf5170c0f50acd4b9 | |
| parent | 62f119b5d1c786203448c3a208fd2a2ffd26b835 [diff] |
Add this back. This was removed by accident. Change-Id: I9efa8dad078ca4f0bf1d338a5aab72ff7e65980f
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx index a668a2c..d1ef841f 100644 --- a/sc/source/core/data/table3.cxx +++ b/sc/source/core/data/table3.cxx
@@ -377,6 +377,10 @@ short ScTable::CompareCell( sal_uInt16 nSort, short nRes = 0; CellType eType1 = CELLTYPE_NONE, eType2 = CELLTYPE_NONE; if (pCell1) eType1 = pCell1->GetCellType(); if (pCell2) eType2 = pCell2->GetCellType(); if (pCell1) {