Drop some needless mappings to identical strings
[LibreOffice.git] / xmloff / qa / unit / data / paragraph-tab-stop-distance.fodp
blobf51e75b7969967f7ec1a0c8bc4e6ef5f5dc06f84
1 <?xml version="1.0" encoding="UTF-8"?>
2 <office:document xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.presentation">
3 <office:automatic-styles>
4 <style:style style:name="P1" style:family="paragraph">
5 <style:paragraph-properties loext:tab-stop-distance="10cm"/>
6 </style:style>
7 </office:automatic-styles>
8 <office:body>
9 <office:presentation>
10 <draw:page>
11 <draw:frame svg:width="25cm" svg:height="1cm" svg:x="1cm" svg:y="1cm">
12 <draw:text-box>
13 <text:p text:style-name="P1">start<text:tab/>tab1<text:tab/>tab2<text:tab/>tab4</text:p>
14 </draw:text-box>
15 </draw:frame>
16 </draw:page>
17 </office:presentation>
18 </office:body>
19 </office:document>