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