Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / odk / examples / python / toolpanel / CalcWindowState.xcu
blob9abb827d8fd4216b6b630c570db2e110699aed72
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 -->
10 <oor:component-data
11 oor:name="CalcWindowState"
12 oor:package="org.openoffice.Office.UI"
13 xmlns:install="http://openoffice.org/2004/installation"
14 xmlns:oor="http://openoffice.org/2001/registry"
15 xmlns:xs="http://www.w3.org/2001/XMLSchema"
16 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
17 <node oor:name="UIElements">
18 <node oor:name="States">
19 <node oor:name="private:resource/toolpanel/myToolPanelPoc" oor:op="replace">
20 <prop oor:name="UIName" oor:type="xs:string">
21 <value> ToolPanel Proof of Concept</value>
22 </prop>
23 <prop oor:name="Visible" oor:type="xs:boolean">
24 <value>true</value>
25 </prop>
26 </node>
27 </node>
28 </node>
29 </oor:component-data>