bump product version to 4.1.6.2
[LibreOffice.git] / sdext / source / pdfimport / pdfimport.component
blobed5d32dccb2d244d382d82e32d745b211feea161
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 -->
10 <component xmlns="http://openoffice.org/2010/uno-components"
11 loader="com.sun.star.loader.SharedLibrary"
12 prefix="pdfimport">
13 <implementation name="org.libreoffice.comp.documents.HybridPDFImport">
14 <service name="com.sun.star.document.ImportFilter"/>
15 </implementation>
16 <implementation name="org.libreoffice.comp.documents.WriterPDFImport">
17 <service name="com.sun.star.document.ImportFilter"/>
18 </implementation>
19 <implementation name="org.libreoffice.comp.documents.DrawPDFImport">
20 <service name="com.sun.star.document.ImportFilter"/>
21 </implementation>
22 <implementation name="org.libreoffice.comp.documents.ImpressPDFImport">
23 <service name="com.sun.star.document.ImportFilter"/>
24 </implementation>
25 <implementation name="org.libreoffice.comp.documents.PDFDetector">
26 <service name="com.sun.star.document.ImportFilter"/>
27 </implementation>
28 </component>