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, 11 insertions, 0 deletions
diff --git a/math/sc-im/files/patch-xls.c b/math/sc-im/files/patch-xls.c
new file mode 100644
index 000000000000..599af12ec4c9
--- /dev/null
+++ b/math/sc-im/files/patch-xls.c
@@ -0,0 +1,11 @@
+--- 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;