1c57ddf0eSAndrew Rist<!--***********************************************************
2*909a32bcSmseidel *
3c57ddf0eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4c57ddf0eSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5c57ddf0eSAndrew Rist * distributed with this work for additional information
6c57ddf0eSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7c57ddf0eSAndrew Rist * to you under the Apache License, Version 2.0 (the
8c57ddf0eSAndrew Rist * "License"); you may not use this file except in compliance
9c57ddf0eSAndrew Rist * with the License.  You may obtain a copy of the License at
10*909a32bcSmseidel *
11c57ddf0eSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*909a32bcSmseidel *
13c57ddf0eSAndrew Rist * Unless required by applicable law or agreed to in writing,
14c57ddf0eSAndrew Rist * software distributed under the License is distributed on an
15c57ddf0eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16c57ddf0eSAndrew Rist * KIND, either express or implied.  See the License for the
17c57ddf0eSAndrew Rist * specific language governing permissions and limitations
18c57ddf0eSAndrew Rist * under the License.
19*909a32bcSmseidel *
20c57ddf0eSAndrew Rist ***********************************************************-->
21c57ddf0eSAndrew Rist
22*909a32bcSmseidel	<node oor:name="writer_StarOffice_XML_Writer" oor:op="replace">
23cdf0e10cSrcweir		<prop oor:name="DetectService"><value>com.sun.star.text.FormatDetector</value></prop>
24cdf0e10cSrcweir		<prop oor:name="URLPattern"/>
25cdf0e10cSrcweir		<prop oor:name="Extensions"><value>sxw</value></prop>
26cdf0e10cSrcweir		<prop oor:name="MediaType"><value>application/vnd.sun.xml.writer</value></prop>
27cdf0e10cSrcweir		<prop oor:name="Preferred"><value>false</value></prop>
28cdf0e10cSrcweir		<prop oor:name="PreferredFilter"><value>StarOffice XML (Writer)</value></prop>
29cdf0e10cSrcweir		<prop oor:name="UIName">
30*909a32bcSmseidel			<value>Writer 6.0 Text Document</value>
31cdf0e10cSrcweir		</prop>
32cdf0e10cSrcweir		<prop oor:name="ClipboardFormat"><value>Writer 6.0</value></prop>
33cdf0e10cSrcweir	</node>
34