Dépôt officiel du code source de l'ERP OpenConcerto
/trunk/OpenConcerto/src/org/openconcerto/openoffice/spreadsheet/Lines.java |
---|
97,7 → 97,7 |
public Lines(final ODDocument doc, final String text) { |
super(); |
this.doc = doc; |
this.xml = OOXML.get(doc.getFormatVersion(), false); |
this.xml = doc.getFormatVersion().getXML(); |
this.lines = new LinkedList<String>(); |
this.separators = new LinkedList<Sep>(); |
this.parse(text, isCalc()); |