blob: 823133fd67297eed26fe7bb49fce7b1b58aeecc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<?xml version="1.0"?>
<office:document xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" office:mimetype="application/vnd.oasis.opendocument.graphics" office:version="1.0">
<office:settings>
<config:config-item-set config:name="ooo:view-settings">
<config:config-item config:name="VisibleAreaTop" config:type="int">0</config:config-item>
<config:config-item config:name="VisibleAreaLeft" config:type="int">0</config:config-item>
<config:config-item config:name="VisibleAreaWidth" config:type="int">20995</config:config-item>
<config:config-item config:name="VisibleAreaHeight" config:type="int">29697</config:config-item>
</config:config-item-set>
</office:settings>
<office:font-face-decls>
<style:font-face style:font-charset="x-symbol" style:name="StarSymbol" svg:font-family="StarSymbol"/>
</office:font-face-decls>
<office:styles/>
<office:automatic-styles>
<style:page-layout style:name="PL0">
<style:page-layout-properties style:footnote-max-height="0.0000in" style:print-orientation="portrait" style:writing-mode="lr-tb" fo:page-height="11.6920in" fo:page-width="8.2660in">
<style:footnote-sep/>
</style:page-layout-properties>
</style:page-layout>
<style:style style:family="drawing-page" style:name="DP1">
<style:drawing-page-properties draw:fill="none"/>
</style:style>
</office:automatic-styles>
<office:master-styles>
<style:master-page draw:style-name="DP1" style:name="PM0" style:page-layout-name="PL0"/>
</office:master-styles>
<office:body>
<office:drawing>
<draw:page draw:master-page-name="PM0" draw:name="page1" draw:style-name="DP1"/>
</office:drawing>
</office:body>
</office:document>
|