1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*7fced07dSAndrew Rist<!--***********************************************************
3cdf0e10cSrcweir *
4*7fced07dSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5*7fced07dSAndrew Rist * or more contributor license agreements.  See the NOTICE file
6*7fced07dSAndrew Rist * distributed with this work for additional information
7*7fced07dSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8*7fced07dSAndrew Rist * to you under the Apache License, Version 2.0 (the
9*7fced07dSAndrew Rist * "License"); you may not use this file except in compliance
10*7fced07dSAndrew Rist * with the License.  You may obtain a copy of the License at
11*7fced07dSAndrew Rist *
12*7fced07dSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13*7fced07dSAndrew Rist *
14*7fced07dSAndrew Rist * Unless required by applicable law or agreed to in writing,
15*7fced07dSAndrew Rist * software distributed under the License is distributed on an
16*7fced07dSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*7fced07dSAndrew Rist * KIND, either express or implied.  See the License for the
18*7fced07dSAndrew Rist * specific language governing permissions and limitations
19*7fced07dSAndrew Rist * under the License.
20*7fced07dSAndrew Rist *
21*7fced07dSAndrew Rist ***********************************************************-->
22*7fced07dSAndrew Rist
23*7fced07dSAndrew Rist
24cdf0e10cSrcweir<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="ReportCommands" oor:package="org.openoffice.Office.UI" xml:lang="en-US">
25cdf0e10cSrcweir    <info>
26cdf0e10cSrcweir		<author>OJ</author>
27cdf0e10cSrcweir		<desc>Contains general information and about actions based on office commands.</desc>
28cdf0e10cSrcweir	</info>
29cdf0e10cSrcweir	<import oor:component="org.openoffice.Office.UI.Commands"/>
30cdf0e10cSrcweir	<uses oor:component="org.openoffice.Office.UI.Commands"/>
31cdf0e10cSrcweir	<templates/>
32cdf0e10cSrcweir	<component>
33cdf0e10cSrcweir		<group oor:name="UserInterface">
34cdf0e10cSrcweir		    <info>
35cdf0e10cSrcweir		        <desc>Contains user interface data for Office commands and identifiers that are used by the user interface."</desc>
36cdf0e10cSrcweir		    </info>
37cdf0e10cSrcweir		    <set oor:name="Commands" oor:node-type="LabelType" oor:component="org.openoffice.Office.UI.Commands">
38cdf0e10cSrcweir		        <info>
39cdf0e10cSrcweir		            <desc>Contains label text for Office commands and identifiers that are used by the user interface."</desc>
40cdf0e10cSrcweir		        </info>
41cdf0e10cSrcweir            </set>
42cdf0e10cSrcweir            <set oor:name="Popups" oor:node-type="LabelType" oor:component="org.openoffice.Office.UI.Commands">
43cdf0e10cSrcweir                <info>
44cdf0e10cSrcweir		            <desc>Contains label text for popup menus identifiers that are used by the user interface."</desc>
45cdf0e10cSrcweir                </info>
46cdf0e10cSrcweir            </set>
47cdf0e10cSrcweir		</group>
48cdf0e10cSrcweir	</component>
49cdf0e10cSrcweir</oor:component-schema>
50