blob: a14b75c2f0c5f710093745ad1f59830676ad411b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
--- plugins/psiconv/psiconv-read.c.orig Sun Sep 19 16:43:32 2004
+++ plugins/psiconv/psiconv-read.c Sun Sep 19 16:44:35 2004
@@ -301,7 +301,7 @@
/* case psiconv_formula_mark_opend: */
default:
/* kind = -1; */
- /* break; */
+ break;
}
if (kind == -1) {
@@ -336,6 +336,7 @@
v = value_new_cellrange(cr1,cr2,1,1);
break;
default:
+ break;
}
if (!v)
return NULL;
@@ -407,6 +408,7 @@
return NULL;
return parse_subexpr(psi_form1);
default:
+ break;
}
}
|