1 cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2 67a4c099SAndrew Rist<!--*********************************************************** 3 67a4c099SAndrew Rist * 4 67a4c099SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 5 67a4c099SAndrew Rist * or more contributor license agreements. See the NOTICE file 6 67a4c099SAndrew Rist * distributed with this work for additional information 7 67a4c099SAndrew Rist * regarding copyright ownership. The ASF licenses this file 8 67a4c099SAndrew Rist * to you under the Apache License, Version 2.0 (the 9 67a4c099SAndrew Rist * "License"); you may not use this file except in compliance 10 67a4c099SAndrew Rist * with the License. You may obtain a copy of the License at 11 67a4c099SAndrew Rist * 12 67a4c099SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 13 67a4c099SAndrew Rist * 14 67a4c099SAndrew Rist * Unless required by applicable law or agreed to in writing, 15 67a4c099SAndrew Rist * software distributed under the License is distributed on an 16 67a4c099SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17 67a4c099SAndrew Rist * KIND, either express or implied. See the License for the 18 67a4c099SAndrew Rist * specific language governing permissions and limitations 19 67a4c099SAndrew Rist * under the License. 20 67a4c099SAndrew Rist * 21 67a4c099SAndrew Rist ***********************************************************--> 22 67a4c099SAndrew Rist 23 67a4c099SAndrew Rist 24 cdf0e10cSrcweir 25 cdf0e10cSrcweir<component loader="com.sun.star.loader.Java2" 26 cdf0e10cSrcweir xmlns="http://openoffice.org/2010/uno-components"> 27 cdf0e10cSrcweir <implementation name="com.sun.star.help.HelpIndexer"> 28 cdf0e10cSrcweir <service name="com.sun.star.help.HelpIndexer"/> 29 cdf0e10cSrcweir </implementation> 30 cdf0e10cSrcweir <implementation name="com.sun.star.help.HelpSearch$_HelpSearch"> 31 cdf0e10cSrcweir <service name="com.sun.star.help.HelpSearch"/> 32 cdf0e10cSrcweir </implementation> 33 cdf0e10cSrcweir</component> 34