aboutsummaryrefslogtreecommitdiff
path: root/src/odf/odf.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/odf/odf.ml')
-rwxr-xr-xsrc/odf/odf.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odf/odf.ml b/src/odf/odf.ml
index 176e70a..1db9d4b 100755
--- a/src/odf/odf.ml
+++ b/src/odf/odf.ml
@@ -210,7 +210,7 @@ let save sheet file = begin
Xmlm.output output (`El_start (NS.table_node, []));
Xmlm.output output (`El_start (NS.table_row_node, []));
- ignore (Sheet.Raw.fold (f output) (1,1) sheet);
+ ignore (Sheet.fold (f output) (1,1) sheet);
Xmlm.output output `El_end;
Xmlm.output output `El_end;