From 0d1f9ff76aa6df3f17edd2d73c76ab444fec8528 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 2 Jan 2017 17:56:04 +0100 Subject: Corrected some issues with odf documents --- scTypes.mli | 2 -- 1 file changed, 2 deletions(-) (limited to 'scTypes.mli') diff --git a/scTypes.mli b/scTypes.mli index deef1a0..1d8fe54 100755 --- a/scTypes.mli +++ b/scTypes.mli @@ -10,8 +10,6 @@ type types = | Num of Num.num * (UTF8.t option) (** A number *) | Str of UTF8.t (** A string *) | Date of Num.num (** A date in julian day *) - - | Undefined (** The content is not defined *) | Bool of bool (** A boolean *) type refs = -- cgit v1.2.3