1*79afff86SAndrew Rist<!--*********************************************************** 2*79afff86SAndrew Rist * 3*79afff86SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*79afff86SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*79afff86SAndrew Rist * distributed with this work for additional information 6*79afff86SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*79afff86SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*79afff86SAndrew Rist * "License"); you may not use this file except in compliance 9*79afff86SAndrew Rist * with the License. You may obtain a copy of the License at 10*79afff86SAndrew Rist * 11*79afff86SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*79afff86SAndrew Rist * 13*79afff86SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*79afff86SAndrew Rist * software distributed under the License is distributed on an 15*79afff86SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*79afff86SAndrew Rist * KIND, either express or implied. See the License for the 17*79afff86SAndrew Rist * specific language governing permissions and limitations 18*79afff86SAndrew Rist * under the License. 19*79afff86SAndrew Rist * 20*79afff86SAndrew Rist ***********************************************************--> 21*79afff86SAndrew Rist 22cdf0e10cSrcweir<?xml version='1.0' encoding='UTF-8'?> 23cdf0e10cSrcweir 24cdf0e10cSrcweir<oor:component-data oor:name="Addons" oor:package="org.openoffice.Office" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 25cdf0e10cSrcweir <node oor:name="AddonUI"> 26cdf0e10cSrcweir <node oor:name="OfficeHelp"> 27cdf0e10cSrcweir <node oor:name="UpdateCheckJob" oor:op="replace"> 28cdf0e10cSrcweir <prop oor:name="URL" oor:type="xs:string"> 29cdf0e10cSrcweir <value>vnd.sun.star.job:alias=UpdateCheck</value> 30cdf0e10cSrcweir </prop> 31cdf0e10cSrcweir <prop oor:name="ImageIdentifier" oor:type="xs:string"> 32cdf0e10cSrcweir <value/> 33cdf0e10cSrcweir </prop> 34cdf0e10cSrcweir <prop oor:name="Title" oor:type="xs:string"> 35cdf0e10cSrcweir <value xml:lang="en-US">Check for ~Updates...</value> 36cdf0e10cSrcweir </prop> 37cdf0e10cSrcweir <prop oor:name="Target" oor:type="xs:string"> 38cdf0e10cSrcweir <value>_self</value> 39cdf0e10cSrcweir </prop> 40cdf0e10cSrcweir <prop oor:name="Context" oor:type="xs:string"> 41cdf0e10cSrcweir <value/> 42cdf0e10cSrcweir </prop> 43cdf0e10cSrcweir </node> 44cdf0e10cSrcweir </node> 45cdf0e10cSrcweir </node> 46cdf0e10cSrcweir</oor:component-data> 47cdf0e10cSrcweir 48