xref: /AOO41X/main/odk/examples/cpp/custompanel/Factories.xcu (revision 760d135f8afd19fcd0a7a5c129fd5c6aca7fe70f)
1*760d135fSAriel Constenla-Haile<?xml version='1.0' encoding='UTF-8'?>
2*760d135fSAriel Constenla-Haile<!--***********************************************************
3*760d135fSAriel Constenla-Haile *
4*760d135fSAriel Constenla-Haile * Licensed to the Apache Software Foundation (ASF) under one
5*760d135fSAriel Constenla-Haile * or more contributor license agreements.  See the NOTICE file
6*760d135fSAriel Constenla-Haile * distributed with this work for additional information
7*760d135fSAriel Constenla-Haile * regarding copyright ownership.  The ASF licenses this file
8*760d135fSAriel Constenla-Haile * to you under the Apache License, Version 2.0 (the
9*760d135fSAriel Constenla-Haile * "License"); you may not use this file except in compliance
10*760d135fSAriel Constenla-Haile * with the License.  You may obtain a copy of the License at
11*760d135fSAriel Constenla-Haile *
12*760d135fSAriel Constenla-Haile *   http://www.apache.org/licenses/LICENSE-2.0
13*760d135fSAriel Constenla-Haile *
14*760d135fSAriel Constenla-Haile * Unless required by applicable law or agreed to in writing,
15*760d135fSAriel Constenla-Haile * software distributed under the License is distributed on an
16*760d135fSAriel Constenla-Haile * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*760d135fSAriel Constenla-Haile * KIND, either express or implied.  See the License for the
18*760d135fSAriel Constenla-Haile * specific language governing permissions and limitations
19*760d135fSAriel Constenla-Haile * under the License.
20*760d135fSAriel Constenla-Haile *
21*760d135fSAriel Constenla-Haile ***********************************************************-->
22*760d135fSAriel Constenla-Haile
23*760d135fSAriel Constenla-Haile<oor:component-data oor:name="Factories" oor:package="org.openoffice.Office.UI" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
24*760d135fSAriel Constenla-Haile  <node oor:name="Registered">
25*760d135fSAriel Constenla-Haile    <node oor:name="UIElementFactories">
26*760d135fSAriel Constenla-Haile      <node oor:name="org.openoffice.example.CustomToolPanel" oor:op="replace">
27*760d135fSAriel Constenla-Haile        <prop oor:name="Type">
28*760d135fSAriel Constenla-Haile          <value>toolpanel</value>
29*760d135fSAriel Constenla-Haile        </prop>
30*760d135fSAriel Constenla-Haile        <prop oor:name="Name">
31*760d135fSAriel Constenla-Haile          <value>org.openoffice.example.colorpanel</value>
32*760d135fSAriel Constenla-Haile        </prop>
33*760d135fSAriel Constenla-Haile        <prop oor:name="Module">
34*760d135fSAriel Constenla-Haile          <value/>
35*760d135fSAriel Constenla-Haile        </prop>
36*760d135fSAriel Constenla-Haile        <prop oor:name="FactoryImplementation">
37*760d135fSAriel Constenla-Haile          <value>org.openoffice.example.colorpanel.ToolPanelFactory</value>
38*760d135fSAriel Constenla-Haile        </prop>
39*760d135fSAriel Constenla-Haile      </node>
40*760d135fSAriel Constenla-Haile    </node>
41*760d135fSAriel Constenla-Haile  </node>
42*760d135fSAriel Constenla-Haile</oor:component-data>
43