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