joerg 2003/05/16 18:27:15
Modified: src/documentation/xdocs/userdocs/serializers
xls-serializer.xml
Log:
fixed word repetition
Revision Changes Path
1.3 +3 -4
cocoon-2.1/src/documentation/xdocs/userdocs/serializers/xls-serializer.xml
Index: xls-serializer.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/serializers/xls-serializer.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xls-serializer.xml 2 Apr 2003 04:27:29 -0000 1.2
+++ xls-serializer.xml 17 May 2003 01:27:15 -0000 1.3
@@ -166,10 +166,9 @@
<code>gmr:Content</code> - Defines the start of the
value contained
in the cell. This is obsolete as of Gnumeric 1.03. It's
not
recommended to use it, because it may not be supported
in future
- versions. In the release 1.5.1 I used I didn't use
- <code>gmr:Content</code>, but I had to specify '10' as
- <code>ValueType</code> of empty cells. Otherwise I got
strange
- output.
+ versions. With POI release 1.5.1 I didn't use
<code>gmr:Content</code>,
+ but I had to specify '10' as <code>ValueType</code> on
empty cells.
+ Otherwise I got strange output.
</li>
<li>
<code>gmr:Styles</code> - Required if you want to use
styles.