Drop some needless mappings to identical strings
[LibreOffice.git] / xmloff / qa / unit / data / differentListStylesInOneList.fodt
blob5f90135fbb2351f0b54f77a45a3e49abec0da5e4
1 <?xml version="1.0" encoding="UTF-8"?>
3 <office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
4 <office:styles>
5 <text:list-style style:name="ListStyleOne">
6 <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
7 <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
8 <style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-1cm" fo:margin-left="1cm"/>
9 </style:list-level-properties>
10 </text:list-level-style-number>
11 </text:list-style>
12 <text:list-style style:name="ListStyleAnother">
13 <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="1">
14 <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
15 <style:list-level-label-alignment text:label-followed-by="listtab" fo:text-indent="-1cm" fo:margin-left="1cm"/>
16 </style:list-level-properties>
17 </text:list-level-style-number>
18 </text:list-style>
19 </office:styles>
20 <office:body>
21 <office:text>
22 <text:list xml:id="list1" text:style-name="ListStyleOne">
23 <text:list-item>
24 <text:p>Item1 (ListStyleOne)</text:p>
25 </text:list-item>
26 </text:list>
27 <text:p/>
28 <text:list xml:id="list2" text:continue-numbering="true" text:style-name="ListStyleOne">
29 <text:list-item>
30 <text:p>Item2 (ListStyleOne)</text:p>
31 </text:list-item>
32 </text:list>
33 <text:p/>
34 <text:list xml:id="list3" text:continue-list="list2" text:style-name="ListStyleAnother">
35 <text:list-item>
36 <text:p>Item3 (ListStyleAnother)</text:p>
37 </text:list-item>
38 </text:list>
39 <text:p/>
40 <text:list xml:id="list4" text:continue-list="list3" text:style-name="ListStyleOne">
41 <text:list-item>
42 <text:p>Item4 (ListStyleOne)</text:p>
43 </text:list-item>
44 </text:list>
45 </office:text>
46 </office:body>
47 </office:document>