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 title="Splitter Test" optimumsize="true" has_border="true" sizeable="true" moveable="true"> 6 <vbox> 7 <hsplitter> 8 <pushbutton label="Left" /> 9 <pushbutton label="Right" /> 10 </hsplitter> 11 <okbutton cnt:expand="false" /> 12 </vbox> 13</dialog> 14