1<?xml version="1.0" encoding="UTF-8"?>
2
3<dialog xmlns="http://openoffice.org/2007/layout"
4        xmlns:cnt="http://openoffice.org/2007/layout/container"
5        id="dialog" title="Paragraph test" optimumsize="true"
6        has_border="true" sizeable="true" moveable="true">
7	<vbox>
8		<listbox id="line-spacing-list" dropdown="true" cnt:expand="false"
9		         string-item-list="Single:1.5 lines:Double:Proportional" />
10	</vbox>
11</dialog>
12