<?xml version="1.0" encoding="UTF-8"?>
<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0"
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0"
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"
office:version="1.2">
<office:scripts/>


<office:automatic-styles>
<style:style style:name="Tab1" style:family="table">
<style:table-properties style:width="8cm"  table:align="center"/>
</style:style>

<style:style style:name="Col1" style:family="table-column">
<style:table-column-properties style:column-width="4cm" />
</style:style>


<style:style style:name="Cel1" style:family="table-cell">
<style:table-cell-properties fo:padding="0.2cm" fo:border-left="0.05cm solid" fo:border-right="0.05cm solid" fo:border-top="0.05cm solid" fo:border-bottom="0.05cm solid"/>
</style:style>
</office:automatic-styles>

<office:body>
<office:text>



<table:table table:name="Table1" table:style-name="Tab1">
<table:table-column table:style-name="Col1" table:number-columns-repeated="2"/>
<table:table-row>
<table:table-cell table:style-name="Cel1" >
<text:p> test1 </text:p>
</table:table-cell>
<table:table-cell table:style-name="Cel1" >
<text:p> 4 </text:p>
</table:table-cell>

</table:table-row>
<table:table-row>

<table:table-cell table:style-name="Cel1" >
<text:p> 5 </text:p>
</table:table-cell>
<table:table-cell table:style-name="Cel1" >
<text:p> 7 </text:p>
</table:table-cell>
</table:table-row>

</table:table>
</office:text>
</office:body>
</office:document-content>