summaryrefslogtreecommitdiff
path: root/math/sc-im/files/patch-xls.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/sc-im/files/patch-xls.c')
-rw-r--r--math/sc-im/files/patch-xls.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/sc-im/files/patch-xls.c b/math/sc-im/files/patch-xls.c
deleted file mode 100644
index 599af12ec4c9..000000000000
--- a/math/sc-im/files/patch-xls.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- xls.c.orig 2016-11-28 12:29:27 UTC
-+++ xls.c
-@@ -60,7 +60,7 @@ int open_xls(char * fname, char * encodi
- for (c = 0; c <= pWS->rows.lastcol; c++) { // cols
- xlsCell * cell = xls_cell(pWS, r, c);
- //if ((! cell) || (cell->isHidden)) continue;
-- if ((! cell) || (cell->ishiden)) continue; // Unfortunately libxls spells this "ishiden"
-+ if ((! cell) || (cell->isHidden)) continue; // Unfortunately libxls spells this "ishiden"
-
- // TODO enable rowspan ?
- //if (cell->rowspan > 1) continue;