1cdf0e10cSrcweir<?xml version='1.0' encoding='UTF-8'?>
254befb6bSJürgen Schmidt<!--***********************************************************
3*5bf47815SAriel Constenla-Haile *
454befb6bSJürgen Schmidt * Licensed to the Apache Software Foundation (ASF) under one
554befb6bSJürgen Schmidt * or more contributor license agreements.  See the NOTICE file
654befb6bSJürgen Schmidt * distributed with this work for additional information
754befb6bSJürgen Schmidt * regarding copyright ownership.  The ASF licenses this file
854befb6bSJürgen Schmidt * to you under the Apache License, Version 2.0 (the
954befb6bSJürgen Schmidt * "License"); you may not use this file except in compliance
1054befb6bSJürgen Schmidt * with the License.  You may obtain a copy of the License at
11*5bf47815SAriel Constenla-Haile *
1254befb6bSJürgen Schmidt *   http://www.apache.org/licenses/LICENSE-2.0
13*5bf47815SAriel Constenla-Haile *
1454befb6bSJürgen Schmidt * Unless required by applicable law or agreed to in writing,
1554befb6bSJürgen Schmidt * software distributed under the License is distributed on an
1654befb6bSJürgen Schmidt * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1754befb6bSJürgen Schmidt * KIND, either express or implied.  See the License for the
1854befb6bSJürgen Schmidt * specific language governing permissions and limitations
1954befb6bSJürgen Schmidt * under the License.
20*5bf47815SAriel Constenla-Haile *
2154befb6bSJürgen Schmidt ***********************************************************-->
22cdf0e10cSrcweir<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Addons" oor:package="org.openoffice.Office">
23*5bf47815SAriel Constenla-Haile    <node oor:name="AddonUI">
24*5bf47815SAriel Constenla-Haile        <node oor:name="OfficeToolBar">
25*5bf47815SAriel Constenla-Haile            <node oor:name="org.openoffice.Office.addon.Inspector" oor:op="replace">
26*5bf47815SAriel Constenla-Haile                <prop oor:name="Title" oor:type="xs:string">
27*5bf47815SAriel Constenla-Haile                    <value xml:lang="en-US">Object Inspector</value>
28*5bf47815SAriel Constenla-Haile                </prop>
29*5bf47815SAriel Constenla-Haile                <node oor:name="ToolBarItems">
30*5bf47815SAriel Constenla-Haile                    <node oor:name="toolBar_Inspector" oor:op="replace">
31*5bf47815SAriel Constenla-Haile                        <prop oor:name="URL" oor:type="xs:string">
32*5bf47815SAriel Constenla-Haile                            <value>org.openoffice.Office.addon.Inspector:inspect</value>
33*5bf47815SAriel Constenla-Haile                        </prop>
34*5bf47815SAriel Constenla-Haile                        <prop oor:name="Title" oor:type="xs:string">
35*5bf47815SAriel Constenla-Haile                            <value xml:lang="en-US">Object Inspector</value>
36*5bf47815SAriel Constenla-Haile                        </prop>
37*5bf47815SAriel Constenla-Haile                        <prop oor:name="Target" oor:type="xs:string">
38*5bf47815SAriel Constenla-Haile                            <value>_self</value>
39*5bf47815SAriel Constenla-Haile                        </prop>
40*5bf47815SAriel Constenla-Haile                        <prop oor:name="Context" oor:type="xs:string">
41*5bf47815SAriel Constenla-Haile                            <value></value>
42*5bf47815SAriel Constenla-Haile                        </prop>
43*5bf47815SAriel Constenla-Haile                    </node>
44*5bf47815SAriel Constenla-Haile                </node>
45*5bf47815SAriel Constenla-Haile            </node>
46*5bf47815SAriel Constenla-Haile        </node>
47*5bf47815SAriel Constenla-Haile    </node>
48cdf0e10cSrcweir</oor:component-data>
49