1*7ee6e2e2SAndrew Rist<!--***********************************************************
2*7ee6e2e2SAndrew Rist *
3*7ee6e2e2SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*7ee6e2e2SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*7ee6e2e2SAndrew Rist * distributed with this work for additional information
6*7ee6e2e2SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*7ee6e2e2SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*7ee6e2e2SAndrew Rist * "License"); you may not use this file except in compliance
9*7ee6e2e2SAndrew Rist * with the License.  You may obtain a copy of the License at
10*7ee6e2e2SAndrew Rist *
11*7ee6e2e2SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*7ee6e2e2SAndrew Rist *
13*7ee6e2e2SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*7ee6e2e2SAndrew Rist * software distributed under the License is distributed on an
15*7ee6e2e2SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7ee6e2e2SAndrew Rist * KIND, either express or implied.  See the License for the
17*7ee6e2e2SAndrew Rist * specific language governing permissions and limitations
18*7ee6e2e2SAndrew Rist * under the License.
19*7ee6e2e2SAndrew Rist *
20*7ee6e2e2SAndrew Rist ***********************************************************-->
21*7ee6e2e2SAndrew Rist
22cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
23cdf0e10cSrcweir<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
24cdf0e10cSrcweir<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.TypeDetection" oor:name="Types">
25cdf0e10cSrcweir	<node oor:name="Types">
26cdf0e10cSrcweir	<node oor:name="pdf_Portable_Document_Format" oor:op="replace" >
27cdf0e10cSrcweir		<prop oor:name="DetectService"><value>com.sun.star.comp.documents.PDFDetector</value></prop>
28cdf0e10cSrcweir		<prop oor:name="URLPattern"/>
29cdf0e10cSrcweir		<prop oor:name="Extensions"><value>pdf</value></prop>
30cdf0e10cSrcweir		<prop oor:name="MediaType"><value>application/pdf</value></prop>
31cdf0e10cSrcweir		<prop oor:name="Preferred"><value>true</value></prop>
32cdf0e10cSrcweir		<prop oor:name="PreferredFilter"><value>draw_pdf_import</value></prop>
33cdf0e10cSrcweir		<prop oor:name="UIName">
34cdf0e10cSrcweir			<value>PDF - Portable Document Format (Draw)</value>
35cdf0e10cSrcweir		</prop>
36cdf0e10cSrcweir		<prop oor:name="ClipboardFormat"/>
37cdf0e10cSrcweir	</node>
38cdf0e10cSrcweir	</node>
39cdf0e10cSrcweir</oor:component-data>
40