Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / odk / examples / python / toolpanel / Factory.xcu
blobbc9b5feef139a603c99b2749f01ae58b51d754ec
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="Factories"
12 oor:package="org.openoffice.Office.UI"
13 xmlns:oor="http://openoffice.org/2001/registry"
14 xmlns:xs="http://www.w3.org/2001/XMLSchema"
15 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
16 <node oor:name="Registered">
17 <node oor:name="UIElementFactories">
18 <node oor:name="org.libreoffice.example.sdk.CustomToolPanel" oor:op="replace">
19 <prop oor:name="Type">
20 <value>toolpanel</value>
21 </prop>
22 <prop oor:name="Name">
23 <value>myToolPanelPoc</value>
24 </prop>
25 <prop oor:name="Module">
26 <value/>
27 </prop>
28 <prop oor:name="FactoryImplementation">
29 <value>org.libreoffice.example.toolpanel.pocFactory</value>
30 </prop>
31 </node>
32 </node>
33 </node>
34 </oor:component-data>