Get the style color and number just once
[LibreOffice.git] / sd / qa / unit / data / odp / style-overflow-behavior-clip.fodp
blob29baf838f7245ed65bc00d0c555eb235da2dcb2a
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="gr1" style:family="graphic">
5 <style:graphic-properties style:overflow-behavior="clip"/>
6 </style:style>
7 </office:automatic-styles>
8 <office:body>
9 <office:presentation>
10 <draw:page>
11 <draw:rect draw:style-name="gr1" svg:width="25cm" svg:height="1cm" svg:x="1cm" svg:y="1cm">
12 <text:p>First line that is not clipped.</text:p>
13 <text:p>Second line that is clipped - but still shows up when editing</text:p>
14 </draw:rect>
15 </draw:page>
16 </office:presentation>
17 </office:body>
18 </office:document>