Bump version to 6.4-15
[LibreOffice.git] / writerperfect / qa / unit / data / writer / epubexport / outline-level.fodt
blob11cbf3dc22a1f5e009090539fcfc44f726668fc0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <office:document office:mimetype="application/vnd.oasis.opendocument.text" office:version="1.2" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0">
3 <office:body>
4 <office:text>
5 <text:h text:outline-level="1">Chapter 1</text:h>
6 <text:p>foo</text:p>
7 <text:h text:outline-level="2">Chapter 1.1</text:h>
8 <text:p>foo</text:p>
9 <text:h text:outline-level="1">Chapter 2</text:h>
10 <text:p>bar</text:p>
11 <text:h text:outline-level="2">Chapter 2.1</text:h>
12 <text:p>bar</text:p>
13 </office:text>
14 </office:body>
15 </office:document>