Drop some needless mappings to identical strings
[LibreOffice.git] / xmloff / qa / unit / data / list-id.fodt
blob377dbcbd6473ebf46e0be54acae0a9245c3b23fd
1 <?xml version='1.0' encoding='UTF-8'?>
2 <office:document xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
3 <office:automatic-styles>
4 <text:list-style style:name="L1">
5 <text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1"/>
6 </text:list-style>
7 </office:automatic-styles>
8 <office:body>
9 <office:text>
10 <text:list text:style-name="L1">
11 <text:list-item>
12 <text:p>First</text:p>
13 </text:list-item>
14 <text:list-item>
15 <text:p>Second</text:p>
16 </text:list-item>
17 <text:list-item>
18 <text:p>Third</text:p>
19 </text:list-item>
20 </text:list>
21 </office:text>
22 </office:body>
23 </office:document>