1cdf0e10cSrcweir<?xml version='1.0' encoding='UTF-8'?>
2*54befb6bSJürgen Schmidt<!--***********************************************************
3*54befb6bSJürgen Schmidt *
4*54befb6bSJürgen Schmidt * Licensed to the Apache Software Foundation (ASF) under one
5*54befb6bSJürgen Schmidt * or more contributor license agreements.  See the NOTICE file
6*54befb6bSJürgen Schmidt * distributed with this work for additional information
7*54befb6bSJürgen Schmidt * regarding copyright ownership.  The ASF licenses this file
8*54befb6bSJürgen Schmidt * to you under the Apache License, Version 2.0 (the
9*54befb6bSJürgen Schmidt * "License"); you may not use this file except in compliance
10*54befb6bSJürgen Schmidt * with the License.  You may obtain a copy of the License at
11*54befb6bSJürgen Schmidt *
12*54befb6bSJürgen Schmidt *   http://www.apache.org/licenses/LICENSE-2.0
13*54befb6bSJürgen Schmidt *
14*54befb6bSJürgen Schmidt * Unless required by applicable law or agreed to in writing,
15*54befb6bSJürgen Schmidt * software distributed under the License is distributed on an
16*54befb6bSJürgen Schmidt * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*54befb6bSJürgen Schmidt * KIND, either express or implied.  See the License for the
18*54befb6bSJürgen Schmidt * specific language governing permissions and limitations
19*54befb6bSJürgen Schmidt * under the License.
20*54befb6bSJürgen Schmidt *
21*54befb6bSJürgen Schmidt ***********************************************************-->
22cdf0e10cSrcweir<oor:component-data oor:name="Jobs" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
23cdf0e10cSrcweir	<node oor:name="Jobs">
24cdf0e10cSrcweir        <node oor:name="AsyncJob" oor:op="replace">
25cdf0e10cSrcweir            <prop oor:name="Service" oor:type="xs:string">
26cdf0e10cSrcweir                <value>com.sun.star.comp.framework.java.services.AsyncJob</value>
27cdf0e10cSrcweir			</prop>
28cdf0e10cSrcweir            <node oor:name="Arguments">
29cdf0e10cSrcweir                <prop oor:name="arg_1" oor:type="xs:string">
30cdf0e10cSrcweir					<value>val_1</value>
31cdf0e10cSrcweir				</prop>
32cdf0e10cSrcweir			</node>
33cdf0e10cSrcweir		</node>
34cdf0e10cSrcweir	</node>
35cdf0e10cSrcweir    <node oor:name="Events">
36cdf0e10cSrcweir        <node oor:name="onFirstVisibleTask" oor:op="modify">
37cdf0e10cSrcweir            <node oor:name="JobList">
38cdf0e10cSrcweir                <node oor:name="AsyncJob" oor:op="replace"/>
39cdf0e10cSrcweir            </node>
40cdf0e10cSrcweir        </node>
41cdf0e10cSrcweir        <node oor:name="onMyOwnJobEvent" oor:op="replace">
42cdf0e10cSrcweir            <node oor:name="JobList">
43cdf0e10cSrcweir                <node oor:name="AsyncJob" oor:op="replace"/>
44cdf0e10cSrcweir            </node>
45cdf0e10cSrcweir        </node>
46cdf0e10cSrcweir    </node>
47cdf0e10cSrcweir</oor:component-data>
48