1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir
3*cdf0e10cSrcweir<dialog xmlns="http://openoffice.org/2007/layout"
4*cdf0e10cSrcweir             xmlns:cnt="http://openoffice.org/2007/layout/container"
5*cdf0e10cSrcweir             title="Splitter Test" optimumsize="true" has_border="true" sizeable="true" moveable="true">
6*cdf0e10cSrcweir	<vbox>
7*cdf0e10cSrcweir		<hsplitter>
8*cdf0e10cSrcweir			<pushbutton label="Left" />
9*cdf0e10cSrcweir			<pushbutton label="Right" />
10*cdf0e10cSrcweir		</hsplitter>
11*cdf0e10cSrcweir		<okbutton cnt:expand="false" />
12*cdf0e10cSrcweir	</vbox>
13*cdf0e10cSrcweir</dialog>
14