xref: /trunk/main/sysui/desktop/macosx/Info.plist (revision 96eff784)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2cdf0e10cSrcweir<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
358d70080SAndrew Rist<!--***********************************************************
458d70080SAndrew Rist *
558d70080SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
658d70080SAndrew Rist * or more contributor license agreements.  See the NOTICE file
758d70080SAndrew Rist * distributed with this work for additional information
858d70080SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
958d70080SAndrew Rist * to you under the Apache License, Version 2.0 (the
1058d70080SAndrew Rist * "License"); you may not use this file except in compliance
1158d70080SAndrew Rist * with the License.  You may obtain a copy of the License at
1258d70080SAndrew Rist *
1358d70080SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1458d70080SAndrew Rist *
1558d70080SAndrew Rist * Unless required by applicable law or agreed to in writing,
1658d70080SAndrew Rist * software distributed under the License is distributed on an
1758d70080SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1858d70080SAndrew Rist * KIND, either express or implied.  See the License for the
1958d70080SAndrew Rist * specific language governing permissions and limitations
2058d70080SAndrew Rist * under the License.
2158d70080SAndrew Rist *
2258d70080SAndrew Rist ***********************************************************-->
23cdf0e10cSrcweir<plist version="1.0">
24cdf0e10cSrcweir<dict>
25ec4d4524SHerbert Dürr	<key>LSMinimumSystemVersion</key>
26ec4d4524SHerbert Dürr	<string>10.7.0</string>
27cdf0e10cSrcweir	<key>CFBundleDevelopmentRegion</key>
28cdf0e10cSrcweir	<string>English</string>
29cdf0e10cSrcweir	<!-- UTI declarations for OS X >= 10.4	-->
30cdf0e10cSrcweir	<key>UTExportedTypeDeclarations</key>
31cdf0e10cSrcweir	<array>
32cdf0e10cSrcweir		<!-- Writer documents -->
33cdf0e10cSrcweir		<dict>
34cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
35cdf0e10cSrcweir			<string>org.openoffice.text</string>
36cdf0e10cSrcweir			<key>UTTypeDescription</key>
37ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Text</string>
38cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
39cdf0e10cSrcweir			<array>
40cdf0e10cSrcweir				<string>public.data</string>
41cdf0e10cSrcweir				<string>public.content</string>
42cdf0e10cSrcweir			</array>
43cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
44cdf0e10cSrcweir			<dict>
45cdf0e10cSrcweir				<key>public.filename-extension</key>
46cdf0e10cSrcweir				<array>
47cdf0e10cSrcweir					<string>sxw</string>
48cdf0e10cSrcweir					<string>sdw</string>
49cdf0e10cSrcweir				</array>
50cdf0e10cSrcweir				<key>public.mime-type</key>
51cdf0e10cSrcweir				<array>
52cdf0e10cSrcweir					<string>application/vnd.sun.xml.writer</string>
53cdf0e10cSrcweir					<string>application/vnd.stardivision.writer</string>
54cdf0e10cSrcweir				</array>
55cdf0e10cSrcweir			</dict>
56cdf0e10cSrcweir		</dict>
57cdf0e10cSrcweir		<dict>
58cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
59cdf0e10cSrcweir			<string>org.oasis-open.opendocument.text</string>
60cdf0e10cSrcweir			<key>UTTypeDescription</key>
61cdf0e10cSrcweir			<string>OpenDocument Text</string>
62cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
63cdf0e10cSrcweir			<array>
64cdf0e10cSrcweir				<string>public.data</string>
65cdf0e10cSrcweir				<string>public.content</string>
66cdf0e10cSrcweir			</array>
67cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
68cdf0e10cSrcweir			<dict>
69cdf0e10cSrcweir				<key>public.filename-extension</key>
70cdf0e10cSrcweir				<array>
71cdf0e10cSrcweir					<string>odt</string>
72cdf0e10cSrcweir				</array>
73cdf0e10cSrcweir				<key>public.mime-type</key>
74cdf0e10cSrcweir				<array>
75cdf0e10cSrcweir					<string>application/vnd.oasis.opendocument.text</string>
76cdf0e10cSrcweir				</array>
77cdf0e10cSrcweir			</dict>
78cdf0e10cSrcweir		</dict>
79cdf0e10cSrcweir
80cdf0e10cSrcweir		<!-- Calc documents -->
81cdf0e10cSrcweir		<dict>
82cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
83cdf0e10cSrcweir			<string>org.openoffice.spreadsheet</string>
84cdf0e10cSrcweir			<key>UTTypeDescription</key>
85ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Spreadsheet</string>
86cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
87cdf0e10cSrcweir			<array>
88cdf0e10cSrcweir				<string>public.data</string>
89cdf0e10cSrcweir				<string>public.content</string>
90cdf0e10cSrcweir			</array>
91cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
92cdf0e10cSrcweir			<dict>
93cdf0e10cSrcweir				<key>public.filename-extension</key>
94cdf0e10cSrcweir				<array>
95cdf0e10cSrcweir					<string>sxc</string>
96cdf0e10cSrcweir					<string>sdc</string>
97cdf0e10cSrcweir				</array>
98cdf0e10cSrcweir				<key>public.mime-type</key>
99cdf0e10cSrcweir				<array>
100cdf0e10cSrcweir					<string>application/vnd.sun.xml.calc</string>
101cdf0e10cSrcweir					<string>application/vnd.stardivision.calc</string>
102cdf0e10cSrcweir				</array>
103cdf0e10cSrcweir			</dict>
104cdf0e10cSrcweir		</dict>
105cdf0e10cSrcweir		<dict>
106cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
107cdf0e10cSrcweir			<string>org.oasis-open.opendocument.spreadsheet</string>
108cdf0e10cSrcweir			<key>UTTypeDescription</key>
109cdf0e10cSrcweir			<string>OpenDocument Spreadsheet</string>
110cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
111cdf0e10cSrcweir			<array>
112cdf0e10cSrcweir				<string>public.data</string>
113cdf0e10cSrcweir				<string>public.content</string>
114cdf0e10cSrcweir			</array>
115cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
116cdf0e10cSrcweir			<dict>
117cdf0e10cSrcweir				<key>public.filename-extension</key>
118cdf0e10cSrcweir				<array>
119cdf0e10cSrcweir					<string>ods</string>
120cdf0e10cSrcweir				</array>
121cdf0e10cSrcweir				<key>public.mime-type</key>
122cdf0e10cSrcweir				<array>
123cdf0e10cSrcweir					<string>application/vnd.oasis.opendocument.spreadsheet</string>
124cdf0e10cSrcweir				</array>
125cdf0e10cSrcweir			</dict>
126cdf0e10cSrcweir		</dict>
127cdf0e10cSrcweir
128cdf0e10cSrcweir		<!-- Impress documents -->
129cdf0e10cSrcweir		<dict>
130cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
131cdf0e10cSrcweir			<string>org.openoffice.presentation</string>
132cdf0e10cSrcweir			<key>UTTypeDescription</key>
133ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Presentation</string>
134cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
135cdf0e10cSrcweir			<array>
136cdf0e10cSrcweir				<string>public.data</string>
137cdf0e10cSrcweir				<string>public.content</string>
138cdf0e10cSrcweir			</array>
139cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
140cdf0e10cSrcweir			<dict>
141cdf0e10cSrcweir				<key>public.filename-extension</key>
142cdf0e10cSrcweir				<array>
143cdf0e10cSrcweir					<string>sxi</string>
144cdf0e10cSrcweir					<string>sdd</string>
145cdf0e10cSrcweir					<string>sdp</string>
146cdf0e10cSrcweir				</array>
147cdf0e10cSrcweir				<key>public.mime-type</key>
148cdf0e10cSrcweir				<array>
149cdf0e10cSrcweir					<string>application/vnd.sun.xml.impress</string>
150cdf0e10cSrcweir					<string>application/vnd.stardivision.impress</string>
151cdf0e10cSrcweir					<string>application/vnd.stardivision.impress-packed</string>
152cdf0e10cSrcweir				</array>
153cdf0e10cSrcweir			</dict>
154cdf0e10cSrcweir		</dict>
155cdf0e10cSrcweir		<dict>
156cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
157cdf0e10cSrcweir			<string>org.oasis-open.opendocument.presentation</string>
158cdf0e10cSrcweir			<key>UTTypeDescription</key>
159cdf0e10cSrcweir			<string>OpenDocument Presentation</string>
160cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
161cdf0e10cSrcweir			<array>
162cdf0e10cSrcweir				<string>public.data</string>
163cdf0e10cSrcweir				<string>public.content</string>
164cdf0e10cSrcweir			</array>
165cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
166cdf0e10cSrcweir			<dict>
167cdf0e10cSrcweir				<key>public.filename-extension</key>
168cdf0e10cSrcweir				<array>
169cdf0e10cSrcweir					<string>odp</string>
170cdf0e10cSrcweir				</array>
171cdf0e10cSrcweir				<key>public.mime-type</key>
172cdf0e10cSrcweir				<array>
173cdf0e10cSrcweir					<string>application/vnd.oasis.opendocument.presentation</string>
174cdf0e10cSrcweir				</array>
175cdf0e10cSrcweir			</dict>
176cdf0e10cSrcweir		</dict>
177cdf0e10cSrcweir
178cdf0e10cSrcweir		<!-- Draw documents -->
179cdf0e10cSrcweir		<dict>
180cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
181cdf0e10cSrcweir			<string>org.openoffice.graphics</string>
182cdf0e10cSrcweir			<key>UTTypeDescription</key>
183ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Drawing</string>
184cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
185cdf0e10cSrcweir			<array>
186cdf0e10cSrcweir				<string>public.data</string>
187cdf0e10cSrcweir				<string>public.content</string>
188cdf0e10cSrcweir			</array>
189cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
190cdf0e10cSrcweir			<dict>
191cdf0e10cSrcweir				<key>public.filename-extension</key>
192cdf0e10cSrcweir				<array>
193cdf0e10cSrcweir					<string>sxd</string>
194cdf0e10cSrcweir					<string>sda</string>
195cdf0e10cSrcweir				</array>
196cdf0e10cSrcweir				<key>public.mime-type</key>
197cdf0e10cSrcweir				<array>
198cdf0e10cSrcweir					<string>application/vnd.sun.xml.draw</string>
199cdf0e10cSrcweir					<string>application/vnd.stardivision.draw</string>
200cdf0e10cSrcweir				</array>
201cdf0e10cSrcweir			</dict>
202cdf0e10cSrcweir		</dict>
203cdf0e10cSrcweir		<dict>
204cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
205cdf0e10cSrcweir			<string>org.oasis-open.opendocument.graphics</string>
206cdf0e10cSrcweir			<key>UTTypeDescription</key>
207cdf0e10cSrcweir			<string>OpenDocument Drawing</string>
208cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
209cdf0e10cSrcweir			<array>
210cdf0e10cSrcweir				<string>public.data</string>
211cdf0e10cSrcweir				<string>public.content</string>
212cdf0e10cSrcweir			</array>
213cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
214cdf0e10cSrcweir			<dict>
215cdf0e10cSrcweir				<key>public.filename-extension</key>
216cdf0e10cSrcweir				<array>
217cdf0e10cSrcweir					<string>odg</string>
218cdf0e10cSrcweir				</array>
219cdf0e10cSrcweir				<key>public.mime-type</key>
220cdf0e10cSrcweir				<array>
221cdf0e10cSrcweir					<string>application/vnd.oasis.opendocument.graphics</string>
222cdf0e10cSrcweir				</array>
223cdf0e10cSrcweir			</dict>
224cdf0e10cSrcweir		</dict>
225cdf0e10cSrcweir
226cdf0e10cSrcweir		<!-- Text master documents -->
227cdf0e10cSrcweir		<dict>
228cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
229cdf0e10cSrcweir			<string>org.openoffice.text-master</string>
230cdf0e10cSrcweir			<key>UTTypeDescription</key>
231ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Master</string>
232cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
233cdf0e10cSrcweir			<array>
234cdf0e10cSrcweir				<string>public.data</string>
235cdf0e10cSrcweir				<string>public.content</string>
236cdf0e10cSrcweir			</array>
237cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
238cdf0e10cSrcweir			<dict>
239cdf0e10cSrcweir				<key>public.filename-extension</key>
240cdf0e10cSrcweir				<array>
241cdf0e10cSrcweir					<string>sxg</string>
242cdf0e10cSrcweir				</array>
243cdf0e10cSrcweir				<key>public.mime-type</key>
244cdf0e10cSrcweir				<array>
245cdf0e10cSrcweir					<string>application/vnd.sun.xml.writer.global</string>
246cdf0e10cSrcweir				</array>
247cdf0e10cSrcweir			</dict>
248cdf0e10cSrcweir		</dict>
249cdf0e10cSrcweir		<dict>
250cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
251cdf0e10cSrcweir			<string>org.oasis-open.opendocument.text-master</string>
252cdf0e10cSrcweir			<key>UTTypeDescription</key>
253cdf0e10cSrcweir			<string>OpenDocument Master</string>
254cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
255cdf0e10cSrcweir			<array>
256cdf0e10cSrcweir				<string>public.data</string>
257cdf0e10cSrcweir				<string>public.content</string>
258cdf0e10cSrcweir			</array>
259cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
260cdf0e10cSrcweir			<dict>
261cdf0e10cSrcweir				<key>public.filename-extension</key>
262cdf0e10cSrcweir				<array>
263cdf0e10cSrcweir					<string>odm</string>
264cdf0e10cSrcweir				</array>
265cdf0e10cSrcweir				<key>public.mime-type</key>
266cdf0e10cSrcweir				<array>
267cdf0e10cSrcweir					<string>application/vnd.oasis.opendocument.text-master</string>
268cdf0e10cSrcweir				</array>
269cdf0e10cSrcweir			</dict>
270cdf0e10cSrcweir		</dict>
271cdf0e10cSrcweir
272cdf0e10cSrcweir		<!-- Math documents -->
273cdf0e10cSrcweir		<dict>
274cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
275cdf0e10cSrcweir			<string>org.openoffice.formula</string>
276cdf0e10cSrcweir			<key>UTTypeDescription</key>
277ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Formula</string>
278cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
279cdf0e10cSrcweir			<array>
280cdf0e10cSrcweir				<string>public.data</string>
281cdf0e10cSrcweir				<string>public.content</string>
282cdf0e10cSrcweir			</array>
283cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
284cdf0e10cSrcweir			<dict>
285cdf0e10cSrcweir				<key>public.filename-extension</key>
286cdf0e10cSrcweir				<array>
287cdf0e10cSrcweir					<string>sxm</string>
288cdf0e10cSrcweir					<string>smf</string>
289cdf0e10cSrcweir				</array>
290cdf0e10cSrcweir				<key>public.mime-type</key>
291cdf0e10cSrcweir				<array>
292cdf0e10cSrcweir					<string>application/vnd.sun.xml.math</string>
293cdf0e10cSrcweir					<string>application/vnd.stardivision.math</string>
294cdf0e10cSrcweir				</array>
295cdf0e10cSrcweir			</dict>
296cdf0e10cSrcweir		</dict>
297cdf0e10cSrcweir		<dict>
298cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
299cdf0e10cSrcweir			<string>org.oasis-open.opendocument.formula</string>
300cdf0e10cSrcweir			<key>UTTypeDescription</key>
301cdf0e10cSrcweir			<string>OpenDocument Formula</string>
302cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
303cdf0e10cSrcweir			<array>
304cdf0e10cSrcweir				<string>public.data</string>
305cdf0e10cSrcweir				<string>public.content</string>
306cdf0e10cSrcweir			</array>
307cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
308cdf0e10cSrcweir			<dict>
309cdf0e10cSrcweir				<key>public.filename-extension</key>
310cdf0e10cSrcweir				<array>
311cdf0e10cSrcweir					<string>odf</string>
312cdf0e10cSrcweir				</array>
313cdf0e10cSrcweir				<key>public.mime-type</key>
314cdf0e10cSrcweir				<array>
315cdf0e10cSrcweir					<string>application/vnd.oasis.opendocument.formula</string>
316cdf0e10cSrcweir				</array>
317cdf0e10cSrcweir			</dict>
318cdf0e10cSrcweir		</dict>
319cdf0e10cSrcweir
320cdf0e10cSrcweir		<!-- Text template documents -->
321cdf0e10cSrcweir		<dict>
322cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
323cdf0e10cSrcweir			<string>org.openoffice.text-template</string>
324cdf0e10cSrcweir			<key>UTTypeDescription</key>
325ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Text Template</string>
326cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
327cdf0e10cSrcweir			<array>
328cdf0e10cSrcweir				<string>public.data</string>
329cdf0e10cSrcweir				<string>public.content</string>
330cdf0e10cSrcweir			</array>
331cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
332cdf0e10cSrcweir			<dict>
333cdf0e10cSrcweir				<key>public.filename-extension</key>
334cdf0e10cSrcweir				<array>
335cdf0e10cSrcweir					<string>stw</string>
336cdf0e10cSrcweir				</array>
337cdf0e10cSrcweir				<key>public.mime-type</key>
338cdf0e10cSrcweir				<array>
339cdf0e10cSrcweir					<string>application/vnd.sun.xml.writer.template</string>
340cdf0e10cSrcweir				</array>
341cdf0e10cSrcweir			</dict>
342cdf0e10cSrcweir		</dict>
343cdf0e10cSrcweir		<dict>
344cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
345cdf0e10cSrcweir			<string>org.oasis-open.opendocument.text-template</string>
346cdf0e10cSrcweir			<key>UTTypeDescription</key>
347cdf0e10cSrcweir			<string>OpenDocument Text Template</string>
348cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
349cdf0e10cSrcweir			<array>
350cdf0e10cSrcweir				<string>public.data</string>
351cdf0e10cSrcweir				<string>public.content</string>
352cdf0e10cSrcweir			</array>
353cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
354cdf0e10cSrcweir			<dict>
355cdf0e10cSrcweir				<key>public.filename-extension</key>
356cdf0e10cSrcweir				<array>
357cdf0e10cSrcweir					<string>ott</string>
358cdf0e10cSrcweir				</array>
359cdf0e10cSrcweir				<key>public.mime-type</key>
360cdf0e10cSrcweir				<array>
361cdf0e10cSrcweir					<string>application/vnd.oasis.opendocument.text-template</string>
362cdf0e10cSrcweir				</array>
363cdf0e10cSrcweir			</dict>
364cdf0e10cSrcweir		</dict>
365cdf0e10cSrcweir
366cdf0e10cSrcweir		<!-- Spreadsheet template documents -->
367cdf0e10cSrcweir		<dict>
368cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
369cdf0e10cSrcweir			<string>org.openoffice.spreadsheet-template</string>
370cdf0e10cSrcweir			<key>UTTypeDescription</key>
371ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Spreadsheet Template</string>
372cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
373cdf0e10cSrcweir			<array>
374cdf0e10cSrcweir				<string>public.data</string>
375cdf0e10cSrcweir				<string>public.content</string>
376cdf0e10cSrcweir			</array>
377cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
378cdf0e10cSrcweir			<dict>
379cdf0e10cSrcweir				<key>public.filename-extension</key>
380cdf0e10cSrcweir				<array>
381cdf0e10cSrcweir					<string>stc</string>
382cdf0e10cSrcweir				</array>
383cdf0e10cSrcweir				<key>public.mime-type</key>
384cdf0e10cSrcweir				<array>
385cdf0e10cSrcweir					<string>application/vnd.sun.xml.calc.template</string>
386cdf0e10cSrcweir				</array>
387cdf0e10cSrcweir			</dict>
388cdf0e10cSrcweir		</dict>
389cdf0e10cSrcweir		<dict>
390cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
391cdf0e10cSrcweir			<string>org.oasis-open.opendocument.spreadsheet-template</string>
392cdf0e10cSrcweir			<key>UTTypeDescription</key>
393cdf0e10cSrcweir			<string>OpenDocument Spreadsheet Template</string>
394cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
395cdf0e10cSrcweir			<array>
396cdf0e10cSrcweir				<string>public.data</string>
397cdf0e10cSrcweir				<string>public.content</string>
398cdf0e10cSrcweir			</array>
399cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
400cdf0e10cSrcweir			<dict>
401cdf0e10cSrcweir				<key>public.filename-extension</key>
402cdf0e10cSrcweir				<array>
403cdf0e10cSrcweir					<string>ots</string>
404cdf0e10cSrcweir				</array>
405cdf0e10cSrcweir				<key>public.mime-type</key>
406cdf0e10cSrcweir				<array>
407cdf0e10cSrcweir					<string>application/vnd.oasis.opendocument.spreadsheet-template</string>
408cdf0e10cSrcweir				</array>
409cdf0e10cSrcweir			</dict>
410cdf0e10cSrcweir		</dict>
411cdf0e10cSrcweir
412cdf0e10cSrcweir		<!-- Presentation template documents -->
413cdf0e10cSrcweir		<dict>
414cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
415cdf0e10cSrcweir			<string>org.openoffice.presentation-template</string>
416cdf0e10cSrcweir			<key>UTTypeDescription</key>
417ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Presentation Template</string>
418cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
419cdf0e10cSrcweir			<array>
420cdf0e10cSrcweir				<string>public.data</string>
421cdf0e10cSrcweir				<string>public.content</string>
422cdf0e10cSrcweir			</array>
423cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
424cdf0e10cSrcweir			<dict>
425cdf0e10cSrcweir				<key>public.filename-extension</key>
426cdf0e10cSrcweir				<array>
427cdf0e10cSrcweir					<string>sti</string>
428cdf0e10cSrcweir				</array>
429cdf0e10cSrcweir				<key>public.mime-type</key>
430cdf0e10cSrcweir				<array>
431cdf0e10cSrcweir					<string>application/vnd.sun.xml.impress.template</string>
432cdf0e10cSrcweir				</array>
433cdf0e10cSrcweir			</dict>
434cdf0e10cSrcweir		</dict>
435cdf0e10cSrcweir		<dict>
436cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
437cdf0e10cSrcweir			<string>org.oasis-open.opendocument.presentation-template</string>
438cdf0e10cSrcweir			<key>UTTypeDescription</key>
439cdf0e10cSrcweir			<string>OpenDocument Presentation Template</string>
440cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
441cdf0e10cSrcweir			<array>
442cdf0e10cSrcweir				<string>public.data</string>
443cdf0e10cSrcweir				<string>public.content</string>
444cdf0e10cSrcweir			</array>
445cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
446cdf0e10cSrcweir			<dict>
447cdf0e10cSrcweir				<key>public.filename-extension</key>
448cdf0e10cSrcweir				<array>
449cdf0e10cSrcweir					<string>otp</string>
450cdf0e10cSrcweir				</array>
451cdf0e10cSrcweir				<key>public.mime-type</key>
452cdf0e10cSrcweir				<array>
453cdf0e10cSrcweir					<string>application/vnd.oasis.opendocument.presentation-template</string>
454cdf0e10cSrcweir				</array>
455cdf0e10cSrcweir			</dict>
456cdf0e10cSrcweir		</dict>
457cdf0e10cSrcweir
458cdf0e10cSrcweir		<!-- Drawing template documents -->
459cdf0e10cSrcweir		<dict>
460cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
461cdf0e10cSrcweir			<string>org.openoffice.graphics-template</string>
462cdf0e10cSrcweir			<key>UTTypeDescription</key>
463ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Drawing Template</string>
464cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
465cdf0e10cSrcweir			<array>
466cdf0e10cSrcweir				<string>public.data</string>
467cdf0e10cSrcweir				<string>public.content</string>
468cdf0e10cSrcweir			</array>
469cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
470cdf0e10cSrcweir			<dict>
471cdf0e10cSrcweir				<key>public.filename-extension</key>
472cdf0e10cSrcweir				<array>
473cdf0e10cSrcweir					<string>std</string>
474cdf0e10cSrcweir				</array>
475cdf0e10cSrcweir				<key>public.mime-type</key>
476cdf0e10cSrcweir				<array>
477cdf0e10cSrcweir					<string>application/vnd.sun.xml.draw.template</string>
478cdf0e10cSrcweir				</array>
479cdf0e10cSrcweir			</dict>
480cdf0e10cSrcweir		</dict>
481cdf0e10cSrcweir		<dict>
482cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
483cdf0e10cSrcweir			<string>org.oasis-open.opendocument.graphics-template</string>
484cdf0e10cSrcweir			<key>UTTypeDescription</key>
485cdf0e10cSrcweir			<string>OpenDocument Drawing Template</string>
486cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
487cdf0e10cSrcweir			<array>
488cdf0e10cSrcweir				<string>public.data</string>
489cdf0e10cSrcweir				<string>public.content</string>
490cdf0e10cSrcweir			</array>
491cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
492cdf0e10cSrcweir			<dict>
493cdf0e10cSrcweir				<key>public.filename-extension</key>
494cdf0e10cSrcweir				<array>
495cdf0e10cSrcweir					<string>otg</string>
496cdf0e10cSrcweir				</array>
497cdf0e10cSrcweir				<key>public.mime-type</key>
498cdf0e10cSrcweir				<array>
499cdf0e10cSrcweir					<string>application/vnd.oasis.opendocument.graphics-template</string>
500cdf0e10cSrcweir				</array>
501cdf0e10cSrcweir			</dict>
502cdf0e10cSrcweir		</dict>
503cdf0e10cSrcweir
504cdf0e10cSrcweir		<!-- Base documents -->
505cdf0e10cSrcweir		<dict>
506cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
507cdf0e10cSrcweir			<string>org.oasis-open.opendocument.database</string>
508cdf0e10cSrcweir			<key>UTTypeDescription</key>
509cdf0e10cSrcweir			<string>OpenDocument Database</string>
510cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
511cdf0e10cSrcweir			<array>
512cdf0e10cSrcweir				<string>public.data</string>
513cdf0e10cSrcweir				<string>public.content</string>
514cdf0e10cSrcweir			</array>
515cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
516cdf0e10cSrcweir			<dict>
517cdf0e10cSrcweir				<key>public.filename-extension</key>
518cdf0e10cSrcweir				<array>
519cdf0e10cSrcweir					<string>odb</string>
520cdf0e10cSrcweir				</array>
521cdf0e10cSrcweir				<key>public.mime-type</key>
522cdf0e10cSrcweir				<array>
523cdf0e10cSrcweir					<string>application/vnd.oasis.opendocument.database</string>
524cdf0e10cSrcweir				</array>
525cdf0e10cSrcweir			</dict>
526cdf0e10cSrcweir		</dict>
527cdf0e10cSrcweir
528cdf0e10cSrcweir		<!-- Extensions -->
529cdf0e10cSrcweir		<dict>
530cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
531cdf0e10cSrcweir			<string>org.openoffice.extension</string>
532cdf0e10cSrcweir			<key>UTTypeDescription</key>
533cdf0e10cSrcweir			<string>${PRODUCTNAME} Extension</string>
534cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
535cdf0e10cSrcweir			<array>
536cdf0e10cSrcweir				<string>public.data</string>
537cdf0e10cSrcweir				<string>public.content</string>
538cdf0e10cSrcweir			</array>
539cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
540cdf0e10cSrcweir			<dict>
541cdf0e10cSrcweir				<key>public.filename-extension</key>
542cdf0e10cSrcweir				<array>
543cdf0e10cSrcweir					<string>oxt</string>
544cdf0e10cSrcweir				</array>
545cdf0e10cSrcweir				<key>public.mime-type</key>
546cdf0e10cSrcweir				<array>
547cdf0e10cSrcweir					<string>application/vnd.openofficeorg.extension</string>
548cdf0e10cSrcweir				</array>
549cdf0e10cSrcweir			</dict>
550cdf0e10cSrcweir		</dict>
551cdf0e10cSrcweir	</array>
552cdf0e10cSrcweir
553cdf0e10cSrcweir	<key>UTImportedTypeDeclarations</key>
554cdf0e10cSrcweir	<array>
555cdf0e10cSrcweir		<!-- Microsoft Word XML -->
556cdf0e10cSrcweir		<dict>
557cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
558cdf0e10cSrcweir			<array>
559cdf0e10cSrcweir				<string>org.openxmlformats.openxml</string>
560cdf0e10cSrcweir				<string>public.composite-content</string>
561cdf0e10cSrcweir			</array>
562cdf0e10cSrcweir			<key>UTTypeDescription</key>
563cdf0e10cSrcweir			<string>Office Open XML word processing document</string>
564cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
565cdf0e10cSrcweir			<string>org.openxmlformats.wordprocessingml.document</string>
566cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
567cdf0e10cSrcweir			<dict>
568cdf0e10cSrcweir				<key>public.filename-extension</key>
569cdf0e10cSrcweir				<array>
570cdf0e10cSrcweir					<string>docx</string>
571cdf0e10cSrcweir				</array>
572cdf0e10cSrcweir				<key>public.mime-type</key>
573cdf0e10cSrcweir				<array>
574cdf0e10cSrcweir					<string>application/vnd.openxmlformats-officedocument.wordprocessingml.document</string>
575cdf0e10cSrcweir				</array>
576cdf0e10cSrcweir			</dict>
577cdf0e10cSrcweir		</dict>
578cdf0e10cSrcweir		<dict>
579cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
580cdf0e10cSrcweir			<array>
581cdf0e10cSrcweir				<string>org.openxmlformats.openxml</string>
582cdf0e10cSrcweir				<string>public.composite-content</string>
583cdf0e10cSrcweir				<string>public.executable</string>
584cdf0e10cSrcweir			</array>
585cdf0e10cSrcweir			<key>UTTypeDescription</key>
586cdf0e10cSrcweir			<string>Office Open XML word processing document (macros enabled)</string>
587cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
588cdf0e10cSrcweir			<string>org.openxmlformats.wordprocessingml.document.macroenabled</string>
589cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
590cdf0e10cSrcweir			<dict>
591cdf0e10cSrcweir				<key>public.filename-extension</key>
592cdf0e10cSrcweir				<array>
593cdf0e10cSrcweir					<string>docm</string>
594cdf0e10cSrcweir				</array>
595cdf0e10cSrcweir				<key>public.mime-type</key>
596cdf0e10cSrcweir				<array>
597cdf0e10cSrcweir					<string>application/vnd.ms-word.document.macroEnabled.12</string>
598cdf0e10cSrcweir				</array>
599cdf0e10cSrcweir			</dict>
600cdf0e10cSrcweir		</dict>
601cdf0e10cSrcweir		<dict>
602cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
603cdf0e10cSrcweir			<array>
604cdf0e10cSrcweir				<string>org.openxmlformats.openxml</string>
605cdf0e10cSrcweir				<string>public.composite-content</string>
606cdf0e10cSrcweir			</array>
607cdf0e10cSrcweir			<key>UTTypeDescription</key>
608cdf0e10cSrcweir			<string>Office Open XML word processing template</string>
609cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
610cdf0e10cSrcweir			<string>org.openxmlformats.wordprocessingml.template</string>
611cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
612cdf0e10cSrcweir			<dict>
613cdf0e10cSrcweir				<key>public.filename-extension</key>
614cdf0e10cSrcweir				<array>
615cdf0e10cSrcweir					<string>dotx</string>
616cdf0e10cSrcweir				</array>
617cdf0e10cSrcweir				<key>public.mime-type</key>
618cdf0e10cSrcweir				<array>
619cdf0e10cSrcweir					<string>application/vnd.openxmlformats-officedocument.wordprocessingml.template</string>
620cdf0e10cSrcweir				</array>
621cdf0e10cSrcweir			</dict>
622cdf0e10cSrcweir		</dict>
623cdf0e10cSrcweir		<dict>
624cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
625cdf0e10cSrcweir			<array>
626cdf0e10cSrcweir				<string>org.openxmlformats.openxml</string>
627cdf0e10cSrcweir				<string>public.composite-content</string>
628cdf0e10cSrcweir				<string>public.executable</string>
629cdf0e10cSrcweir			</array>
630cdf0e10cSrcweir			<key>UTTypeDescription</key>
631cdf0e10cSrcweir			<string>Office Open XML word processing template (macros enabled)</string>
632cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
633cdf0e10cSrcweir			<string>org.openxmlformats.wordprocessingml.template.macroenabled</string>
634cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
635cdf0e10cSrcweir			<dict>
636cdf0e10cSrcweir				<key>public.filename-extension</key>
637cdf0e10cSrcweir				<array>
638cdf0e10cSrcweir					<string>dotm</string>
639cdf0e10cSrcweir				</array>
640cdf0e10cSrcweir				<key>public.mime-type</key>
641cdf0e10cSrcweir				<array>
642cdf0e10cSrcweir					<string>application/vnd.ms-word.template.macroEnabled.12</string>
643cdf0e10cSrcweir				</array>
644cdf0e10cSrcweir			</dict>
645cdf0e10cSrcweir		</dict>
646cdf0e10cSrcweir
647cdf0e10cSrcweir		<!-- Microsoft Excel XML -->
648cdf0e10cSrcweir		<dict>
649cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
650cdf0e10cSrcweir			<array>
651cdf0e10cSrcweir				<string>org.openxmlformats.openxml</string>
652cdf0e10cSrcweir				<string>public.composite-content</string>
653cdf0e10cSrcweir			</array>
654cdf0e10cSrcweir			<key>UTTypeDescription</key>
655cdf0e10cSrcweir			<string>Office Open XML spreadsheet template</string>
656cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
657cdf0e10cSrcweir			<string>org.openxmlformats.spreadsheetml.template</string>
658cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
659cdf0e10cSrcweir			<dict>
660cdf0e10cSrcweir				<key>public.filename-extension</key>
661cdf0e10cSrcweir				<array>
662cdf0e10cSrcweir					<string>xltx</string>
663cdf0e10cSrcweir				</array>
664cdf0e10cSrcweir				<key>public.mime-type</key>
665cdf0e10cSrcweir				<array>
666cdf0e10cSrcweir					<string>application/vnd.openxmlformats-officedocument.spreadsheetml.template</string>
667cdf0e10cSrcweir				</array>
668cdf0e10cSrcweir			</dict>
669cdf0e10cSrcweir		</dict>
670cdf0e10cSrcweir		<dict>
671cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
672cdf0e10cSrcweir			<array>
673cdf0e10cSrcweir				<string>org.openxmlformats.openxml</string>
674cdf0e10cSrcweir				<string>public.composite-content</string>
675cdf0e10cSrcweir				<string>public.executable</string>
676cdf0e10cSrcweir			</array>
677cdf0e10cSrcweir			<key>UTTypeDescription</key>
678cdf0e10cSrcweir			<string>Office Open XML spreadsheet template (macros enabled)</string>
679cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
680cdf0e10cSrcweir			<string>org.openxmlformats.spreadsheetml.template.macroenabled</string>
681cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
682cdf0e10cSrcweir			<dict>
683cdf0e10cSrcweir				<key>public.filename-extension</key>
684cdf0e10cSrcweir				<array>
685cdf0e10cSrcweir					<string>xltm</string>
686cdf0e10cSrcweir				</array>
687cdf0e10cSrcweir				<key>public.mime-type</key>
688cdf0e10cSrcweir				<array>
689cdf0e10cSrcweir					<string>application/vnd.ms-excel.template.macroEnabled.12</string>
690cdf0e10cSrcweir				</array>
691cdf0e10cSrcweir			</dict>
692cdf0e10cSrcweir		</dict>
693cdf0e10cSrcweir		<dict>
694cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
695cdf0e10cSrcweir			<array>
696cdf0e10cSrcweir				<string>org.openxmlformats.openxml</string>
697cdf0e10cSrcweir				<string>public.composite-content</string>
698cdf0e10cSrcweir			</array>
699cdf0e10cSrcweir			<key>UTTypeDescription</key>
700cdf0e10cSrcweir			<string>Office Open XML spreadsheet</string>
701cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
702cdf0e10cSrcweir			<string>org.openxmlformats.spreadsheetml.sheet</string>
703cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
704cdf0e10cSrcweir			<dict>
705cdf0e10cSrcweir				<key>public.filename-extension</key>
706cdf0e10cSrcweir				<array>
707cdf0e10cSrcweir					<string>xlsx</string>
708cdf0e10cSrcweir				</array>
709cdf0e10cSrcweir				<key>public.mime-type</key>
710cdf0e10cSrcweir				<array>
711cdf0e10cSrcweir					<string>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</string>
712cdf0e10cSrcweir				</array>
713cdf0e10cSrcweir			</dict>
714cdf0e10cSrcweir		</dict>
715cdf0e10cSrcweir		<dict>
716cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
717cdf0e10cSrcweir			<array>
718cdf0e10cSrcweir				<string>public.zip-archive</string>
719cdf0e10cSrcweir				<string>public.composite-content</string>
720cdf0e10cSrcweir				<string>public.executable</string>
721cdf0e10cSrcweir			</array>
722cdf0e10cSrcweir			<key>UTTypeDescription</key>
723cdf0e10cSrcweir			<string>Microsoft Excel 2007 spreadsheet (macros enabled)</string>
724cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
725cdf0e10cSrcweir			<string>com.microsoft.excel.sheet.binary.macroenabled</string>
726cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
727cdf0e10cSrcweir			<dict>
728cdf0e10cSrcweir				<key>public.filename-extension</key>
729cdf0e10cSrcweir				<array>
730cdf0e10cSrcweir					<string>xlsb</string>
731cdf0e10cSrcweir				</array>
732cdf0e10cSrcweir				<key>public.mime-type</key>
733cdf0e10cSrcweir				<array>
734cdf0e10cSrcweir					<string>application/vnd.ms-excel.sheet.binary.macroEnabled.12</string>
735cdf0e10cSrcweir				</array>
736cdf0e10cSrcweir			</dict>
737cdf0e10cSrcweir		</dict>
738cdf0e10cSrcweir		<dict>
739cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
740cdf0e10cSrcweir			<array>
741cdf0e10cSrcweir				<string>org.openxmlformats.openxml</string>
742cdf0e10cSrcweir				<string>public.composite-content</string>
743cdf0e10cSrcweir				<string>public.executable</string>
744cdf0e10cSrcweir			</array>
745cdf0e10cSrcweir			<key>UTTypeDescription</key>
746cdf0e10cSrcweir			<string>Office Open XML spreadsheet (macros enabled)</string>
747cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
748cdf0e10cSrcweir			<string>org.openxmlformats.spreadsheetml.sheet.macroenabled</string>
749cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
750cdf0e10cSrcweir			<dict>
751cdf0e10cSrcweir				<key>public.filename-extension</key>
752cdf0e10cSrcweir				<array>
753cdf0e10cSrcweir					<string>xlsm</string>
754cdf0e10cSrcweir				</array>
755cdf0e10cSrcweir				<key>public.mime-type</key>
756cdf0e10cSrcweir				<array>
757cdf0e10cSrcweir					<string>application/vnd.ms-excel.sheet.macroEnabled.12</string>
758cdf0e10cSrcweir				</array>
759cdf0e10cSrcweir			</dict>
760cdf0e10cSrcweir		</dict>
761cdf0e10cSrcweir
762*96eff784Smseidel		<!-- Microsoft PowerPoint XML -->
763cdf0e10cSrcweir		<dict>
764cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
765cdf0e10cSrcweir			<array>
766cdf0e10cSrcweir				<string>org.openxmlformats.openxml</string>
767cdf0e10cSrcweir				<string>public.presentation</string>
768cdf0e10cSrcweir			</array>
769cdf0e10cSrcweir			<key>UTTypeDescription</key>
770cdf0e10cSrcweir			<string>Office Open XML presentation</string>
771cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
772cdf0e10cSrcweir			<string>org.openxmlformats.presentationml.presentation</string>
773cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
774cdf0e10cSrcweir			<dict>
775cdf0e10cSrcweir				<key>public.filename-extension</key>
776cdf0e10cSrcweir				<array>
777cdf0e10cSrcweir					<string>pptx</string>
778cdf0e10cSrcweir				</array>
779cdf0e10cSrcweir				<key>public.mime-type</key>
780cdf0e10cSrcweir				<array>
781cdf0e10cSrcweir					<string>application/vnd.openxmlformats-officedocument.presentationml.presentation</string>
782cdf0e10cSrcweir				</array>
783cdf0e10cSrcweir			</dict>
784cdf0e10cSrcweir		</dict>
785cdf0e10cSrcweir		<dict>
786cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
787cdf0e10cSrcweir			<array>
788cdf0e10cSrcweir				<string>org.openxmlformats.openxml</string>
789cdf0e10cSrcweir				<string>public.presentation</string>
790cdf0e10cSrcweir				<string>public.executable</string>
791cdf0e10cSrcweir			</array>
792cdf0e10cSrcweir			<key>UTTypeDescription</key>
793cdf0e10cSrcweir			<string>Office Open XML presentation (macros enabled)</string>
794cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
795cdf0e10cSrcweir			<string>org.openxmlformats.presentationml.presentation.macroenabled</string>
796cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
797cdf0e10cSrcweir			<dict>
798cdf0e10cSrcweir				<key>public.filename-extension</key>
799cdf0e10cSrcweir				<array>
800cdf0e10cSrcweir					<string>pptm</string>
801cdf0e10cSrcweir				</array>
802cdf0e10cSrcweir				<key>public.mime-type</key>
803cdf0e10cSrcweir				<array>
804cdf0e10cSrcweir					<string>application/vnd.ms-powerpoint.presentation.macroEnabled.12</string>
805cdf0e10cSrcweir				</array>
806cdf0e10cSrcweir			</dict>
807cdf0e10cSrcweir		</dict>
808cdf0e10cSrcweir		<dict>
809cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
810cdf0e10cSrcweir			<array>
811cdf0e10cSrcweir				<string>org.openxmlformats.openxml</string>
812cdf0e10cSrcweir				<string>public.presentation</string>
813cdf0e10cSrcweir				<string>public.executable</string>
814cdf0e10cSrcweir			</array>
815cdf0e10cSrcweir			<key>UTTypeDescription</key>
816cdf0e10cSrcweir			<string>Office Open XML presentation template</string>
817cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
818cdf0e10cSrcweir			<string>org.openxmlformats.presentationml.template</string>
819cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
820cdf0e10cSrcweir			<dict>
821cdf0e10cSrcweir				<key>public.filename-extension</key>
822cdf0e10cSrcweir				<array>
823cdf0e10cSrcweir					<string>potx</string>
824cdf0e10cSrcweir				</array>
825cdf0e10cSrcweir				<key>public.mime-type</key>
826cdf0e10cSrcweir				<array>
827cdf0e10cSrcweir					<string>application/vnd.openxmlformats-officedocument.presentationml.template</string>
828cdf0e10cSrcweir				</array>
829cdf0e10cSrcweir			</dict>
830cdf0e10cSrcweir		</dict>
831cdf0e10cSrcweir		<dict>
832cdf0e10cSrcweir			<key>UTTypeConformsTo</key>
833cdf0e10cSrcweir			<array>
834cdf0e10cSrcweir				<string>org.openxmlformats.openxml</string>
835cdf0e10cSrcweir				<string>public.presentation</string>
836cdf0e10cSrcweir				<string>public.executable</string>
837cdf0e10cSrcweir			</array>
838cdf0e10cSrcweir			<key>UTTypeDescription</key>
839cdf0e10cSrcweir			<string>Office Open XML presentation template (macros enabled)</string>
840cdf0e10cSrcweir			<key>UTTypeIdentifier</key>
841cdf0e10cSrcweir			<string>org.openxmlformats.presentationml.template.macroenabled</string>
842cdf0e10cSrcweir			<key>UTTypeTagSpecification</key>
843cdf0e10cSrcweir			<dict>
844cdf0e10cSrcweir				<key>public.filename-extension</key>
845cdf0e10cSrcweir				<array>
846cdf0e10cSrcweir					<string>potm</string>
847cdf0e10cSrcweir				</array>
848cdf0e10cSrcweir				<key>public.mime-type</key>
849cdf0e10cSrcweir				<array>
850cdf0e10cSrcweir					<string>application/vnd.ms-powerpoint.template.macroEnabled.12</string>
851cdf0e10cSrcweir				</array>
852cdf0e10cSrcweir			</dict>
853cdf0e10cSrcweir		</dict>
854cdf0e10cSrcweir	</array>
855cdf0e10cSrcweir
856cdf0e10cSrcweir	<!-- Document type declaration for OS X < 10.4 -->
857cdf0e10cSrcweir	<key>CFBundleDocumentTypes</key>
858cdf0e10cSrcweir	<array>
859cdf0e10cSrcweir		<dict>
860cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
861cdf0e10cSrcweir			<array>
862cdf0e10cSrcweir				<string>sxw</string>
863cdf0e10cSrcweir				<string>sdw</string>
864cdf0e10cSrcweir			</array>
865cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
866cdf0e10cSrcweir			<array>
867cdf0e10cSrcweir				<string>application/vnd.sun.xml.writer</string>
868cdf0e10cSrcweir				<string>application/vnd.stardivision.writer</string>
869cdf0e10cSrcweir			</array>
870cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
871cdf0e10cSrcweir			<string>text.icns</string>
872cdf0e10cSrcweir			<key>CFBundleTypeName</key>
873ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Text</string>
874cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
875cdf0e10cSrcweir			<string>Editor</string>
876cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
877cdf0e10cSrcweir			<true/>
878cdf0e10cSrcweir		</dict>
879cdf0e10cSrcweir		<dict>
880cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
881cdf0e10cSrcweir			<array>
882cdf0e10cSrcweir				<string>odt</string>
883cdf0e10cSrcweir			</array>
884cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
885cdf0e10cSrcweir			<array>
886cdf0e10cSrcweir				<string>application/vnd.oasis.opendocument.text</string>
887cdf0e10cSrcweir			</array>
888cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
889cdf0e10cSrcweir			<string>oasis-text.icns</string>
890cdf0e10cSrcweir			<key>CFBundleTypeName</key>
891cdf0e10cSrcweir			<string>OpenDocument Text</string>
892cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
893cdf0e10cSrcweir			<string>Editor</string>
894cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
895cdf0e10cSrcweir			<true/>
896cdf0e10cSrcweir		</dict>
897cdf0e10cSrcweir		<dict>
898cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
899cdf0e10cSrcweir			<array>
900cdf0e10cSrcweir				<string>sxc</string>
901cdf0e10cSrcweir				<string>sdc</string>
902cdf0e10cSrcweir			</array>
903cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
904cdf0e10cSrcweir			<array>
905cdf0e10cSrcweir				<string>application/vnd.sun.xml.calc</string>
906cdf0e10cSrcweir				<string>application/vnd.stardivision.calc</string>
907cdf0e10cSrcweir			</array>
908cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
909cdf0e10cSrcweir			<string>spreadsheet.icns</string>
910cdf0e10cSrcweir			<key>CFBundleTypeName</key>
911ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Spreadsheet</string>
912cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
913cdf0e10cSrcweir			<string>Editor</string>
914cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
915cdf0e10cSrcweir			<true/>
916cdf0e10cSrcweir		</dict>
917cdf0e10cSrcweir		<dict>
918cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
919cdf0e10cSrcweir			<array>
920cdf0e10cSrcweir				<string>ods</string>
921cdf0e10cSrcweir			</array>
922cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
923cdf0e10cSrcweir			<array>
924cdf0e10cSrcweir				<string>application/vnd.oasis.opendocument.spreadsheet</string>
925cdf0e10cSrcweir			</array>
926cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
927cdf0e10cSrcweir			<string>oasis-spreadsheet.icns</string>
928cdf0e10cSrcweir			<key>CFBundleTypeName</key>
929cdf0e10cSrcweir			<string>OpenDocument Spreadsheet</string>
930cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
931cdf0e10cSrcweir			<string>Editor</string>
932cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
933cdf0e10cSrcweir			<true/>
934cdf0e10cSrcweir		</dict>
935cdf0e10cSrcweir		<dict>
936cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
937cdf0e10cSrcweir			<array>
938cdf0e10cSrcweir				<string>sxi</string>
939cdf0e10cSrcweir				<string>sdd</string>
940cdf0e10cSrcweir				<string>sdp</string>
941cdf0e10cSrcweir			</array>
942cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
943cdf0e10cSrcweir			<array>
944cdf0e10cSrcweir				<string>application/vnd.sun.xml.impress</string>
945cdf0e10cSrcweir				<string>application/vnd.stardivision.impress</string>
946cdf0e10cSrcweir				<string>application/vnd.stardivision.impress-packed</string>
947cdf0e10cSrcweir			</array>
948cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
949cdf0e10cSrcweir			<string>presentation.icns</string>
950cdf0e10cSrcweir			<key>CFBundleTypeName</key>
951ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Presentation</string>
952cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
953cdf0e10cSrcweir			<string>Editor</string>
954cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
955cdf0e10cSrcweir			<true/>
956cdf0e10cSrcweir		</dict>
957cdf0e10cSrcweir		<dict>
958cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
959cdf0e10cSrcweir			<array>
960cdf0e10cSrcweir				<string>odp</string>
961cdf0e10cSrcweir			</array>
962cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
963cdf0e10cSrcweir			<array>
964cdf0e10cSrcweir				<string>application/vnd.oasis.opendocument.presentation</string>
965cdf0e10cSrcweir			</array>
966cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
967cdf0e10cSrcweir			<string>oasis-presentation.icns</string>
968cdf0e10cSrcweir			<key>CFBundleTypeName</key>
969cdf0e10cSrcweir			<string>OpenDocument Presentation</string>
970cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
971cdf0e10cSrcweir			<string>Editor</string>
972cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
973cdf0e10cSrcweir			<true/>
974cdf0e10cSrcweir		</dict>
975cdf0e10cSrcweir		<dict>
976cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
977cdf0e10cSrcweir			<array>
978cdf0e10cSrcweir				<string>sxd</string>
979cdf0e10cSrcweir				<string>sda</string>
980cdf0e10cSrcweir			</array>
981cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
982cdf0e10cSrcweir			<array>
983cdf0e10cSrcweir				<string>application/vnd.sun.xml.draw</string>
984cdf0e10cSrcweir				<string>application/vnd.stardivision.draw</string>
985cdf0e10cSrcweir			</array>
986cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
987cdf0e10cSrcweir			<string>drawing.icns</string>
988cdf0e10cSrcweir			<key>CFBundleTypeName</key>
989ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Drawing</string>
990cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
991cdf0e10cSrcweir			<string>Editor</string>
992cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
993cdf0e10cSrcweir			<true/>
994cdf0e10cSrcweir		</dict>
995cdf0e10cSrcweir		<dict>
996cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
997cdf0e10cSrcweir			<array>
998cdf0e10cSrcweir				<string>odg</string>
999cdf0e10cSrcweir			</array>
1000cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1001cdf0e10cSrcweir			<array>
1002cdf0e10cSrcweir				<string>application/vnd.oasis.opendocument.graphics</string>
1003cdf0e10cSrcweir			</array>
1004cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1005cdf0e10cSrcweir			<string>oasis-drawing.icns</string>
1006cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1007cdf0e10cSrcweir			<string>OpenDocument Drawing</string>
1008cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1009cdf0e10cSrcweir			<string>Editor</string>
1010cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1011cdf0e10cSrcweir			<true/>
1012cdf0e10cSrcweir		</dict>
1013cdf0e10cSrcweir		<dict>
1014cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1015cdf0e10cSrcweir			<array>
1016cdf0e10cSrcweir				<string>sxg</string>
1017cdf0e10cSrcweir			</array>
1018cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1019cdf0e10cSrcweir			<array>
1020cdf0e10cSrcweir				<string>application/vnd.sun.xml.writer.global</string>
1021cdf0e10cSrcweir			</array>
1022cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1023cdf0e10cSrcweir			<string>master-document.icns</string>
1024cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1025ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Master</string>
1026cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1027cdf0e10cSrcweir			<string>Editor</string>
1028cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1029cdf0e10cSrcweir			<true/>
1030cdf0e10cSrcweir		</dict>
1031cdf0e10cSrcweir		<dict>
1032cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1033cdf0e10cSrcweir			<array>
1034cdf0e10cSrcweir				<string>odm</string>
1035cdf0e10cSrcweir			</array>
1036cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1037cdf0e10cSrcweir			<array>
1038cdf0e10cSrcweir				<string>application/vnd.oasis.opendocument.text-master</string>
1039cdf0e10cSrcweir			</array>
1040cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1041cdf0e10cSrcweir			<string>oasis-master-document.icns</string>
1042cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1043cdf0e10cSrcweir			<string>OpenDocument Master</string>
1044cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1045cdf0e10cSrcweir			<string>Editor</string>
1046cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1047cdf0e10cSrcweir			<true/>
1048cdf0e10cSrcweir		</dict>
1049cdf0e10cSrcweir		<dict>
1050cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1051cdf0e10cSrcweir			<array>
1052cdf0e10cSrcweir				<string>sxm</string>
1053cdf0e10cSrcweir				<string>smf</string>
1054cdf0e10cSrcweir			</array>
1055cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1056cdf0e10cSrcweir			<array>
1057cdf0e10cSrcweir				<string>application/vnd.sun.xml.math</string>
1058cdf0e10cSrcweir				<string>application/vnd.stardivision.math</string>
1059cdf0e10cSrcweir			</array>
1060cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1061cdf0e10cSrcweir			<string>formula.icns</string>
1062cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1063ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Formula</string>
1064cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1065cdf0e10cSrcweir			<string>Editor</string>
1066cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1067cdf0e10cSrcweir			<true/>
1068cdf0e10cSrcweir		</dict>
1069cdf0e10cSrcweir		<dict>
1070cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1071cdf0e10cSrcweir			<array>
1072cdf0e10cSrcweir				<string>odf</string>
1073cdf0e10cSrcweir			</array>
1074cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1075cdf0e10cSrcweir			<array>
1076cdf0e10cSrcweir				<string>application/vnd.oasis.opendocument.formula</string>
1077cdf0e10cSrcweir			</array>
1078cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1079cdf0e10cSrcweir			<string>oasis-formula.icns</string>
1080cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1081cdf0e10cSrcweir			<string>OpenDocument Formula</string>
1082cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1083cdf0e10cSrcweir			<string>Editor</string>
1084cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1085cdf0e10cSrcweir			<true/>
1086cdf0e10cSrcweir		</dict>
1087cdf0e10cSrcweir		<dict>
1088cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1089cdf0e10cSrcweir			<array>
1090cdf0e10cSrcweir				<string>stw</string>
1091cdf0e10cSrcweir			</array>
1092cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1093cdf0e10cSrcweir			<array>
1094cdf0e10cSrcweir				<string>application/vnd.sun.xml.writer.template</string>
1095cdf0e10cSrcweir			</array>
1096cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1097cdf0e10cSrcweir			<string>text-template.icns</string>
1098cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1099ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Text Template</string>
1100cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1101cdf0e10cSrcweir			<string>Editor</string>
1102cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1103cdf0e10cSrcweir			<true/>
1104cdf0e10cSrcweir		</dict>
1105cdf0e10cSrcweir		<dict>
1106cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1107cdf0e10cSrcweir			<array>
1108cdf0e10cSrcweir				<string>ott</string>
1109cdf0e10cSrcweir			</array>
1110cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1111cdf0e10cSrcweir			<array>
1112cdf0e10cSrcweir				<string>application/vnd.oasis.opendocument.text-template</string>
1113cdf0e10cSrcweir			</array>
1114cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1115cdf0e10cSrcweir			<string>oasis-text-template.icns</string>
1116cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1117cdf0e10cSrcweir			<string>OpenDocument Text Template</string>
1118cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1119cdf0e10cSrcweir			<string>Editor</string>
1120cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1121cdf0e10cSrcweir			<true/>
1122cdf0e10cSrcweir		</dict>
1123cdf0e10cSrcweir		<dict>
1124cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1125cdf0e10cSrcweir			<array>
1126cdf0e10cSrcweir				<string>stc</string>
1127cdf0e10cSrcweir			</array>
1128cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1129cdf0e10cSrcweir			<array>
1130cdf0e10cSrcweir				<string>application/vnd.sun.xml.calc.template</string>
1131cdf0e10cSrcweir			</array>
1132cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1133cdf0e10cSrcweir			<string>spreadsheet-template.icns</string>
1134cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1135ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Spreadsheet Template</string>
1136cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1137cdf0e10cSrcweir			<string>Editor</string>
1138cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1139cdf0e10cSrcweir			<true/>
1140cdf0e10cSrcweir		</dict>
1141cdf0e10cSrcweir		<dict>
1142cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1143cdf0e10cSrcweir			<array>
1144cdf0e10cSrcweir				<string>ots</string>
1145cdf0e10cSrcweir			</array>
1146cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1147cdf0e10cSrcweir			<array>
1148cdf0e10cSrcweir				<string>application/vnd.oasis.opendocument.spreadsheet-template</string>
1149cdf0e10cSrcweir			</array>
1150cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1151cdf0e10cSrcweir			<string>oasis-spreadsheet-template.icns</string>
1152cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1153cdf0e10cSrcweir			<string>OpenDocument Spreadsheet Template</string>
1154cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1155cdf0e10cSrcweir			<string>Editor</string>
1156cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1157cdf0e10cSrcweir			<true/>
1158cdf0e10cSrcweir		</dict>
1159cdf0e10cSrcweir		<dict>
1160cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1161cdf0e10cSrcweir			<array>
1162cdf0e10cSrcweir				<string>sti</string>
1163cdf0e10cSrcweir			</array>
1164cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1165cdf0e10cSrcweir			<array>
1166cdf0e10cSrcweir				<string>application/vnd.sun.xml.impress.template</string>
1167cdf0e10cSrcweir			</array>
1168cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1169cdf0e10cSrcweir			<string>presentation-template.icns</string>
1170cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1171ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Presentation Template</string>
1172cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1173cdf0e10cSrcweir			<string>Editor</string>
1174cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1175cdf0e10cSrcweir			<true/>
1176cdf0e10cSrcweir		</dict>
1177cdf0e10cSrcweir		<dict>
1178cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1179cdf0e10cSrcweir			<array>
1180cdf0e10cSrcweir				<string>otp</string>
1181cdf0e10cSrcweir			</array>
1182cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1183cdf0e10cSrcweir			<array>
1184cdf0e10cSrcweir				<string>application/vnd.oasis.opendocument.presentation-template</string>
1185cdf0e10cSrcweir			</array>
1186cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1187cdf0e10cSrcweir			<string>oasis-presentation-template.icns</string>
1188cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1189cdf0e10cSrcweir			<string>OpenDocument Presentation Template</string>
1190cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1191cdf0e10cSrcweir			<string>Editor</string>
1192cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1193cdf0e10cSrcweir			<true/>
1194cdf0e10cSrcweir		</dict>
1195cdf0e10cSrcweir		<dict>
1196cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1197cdf0e10cSrcweir			<array>
1198cdf0e10cSrcweir				<string>std</string>
1199cdf0e10cSrcweir			</array>
1200cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1201cdf0e10cSrcweir			<array>
1202cdf0e10cSrcweir				<string>application/vnd.sun.xml.draw.template</string>
1203cdf0e10cSrcweir			</array>
1204cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1205cdf0e10cSrcweir			<string>drawing-template.icns</string>
1206cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1207ff3f4ebcSOliver-Rainer Wittmann			<string>${OOOXMLFILEFORMATNAME} ${OOOXMLFILEFORMATVERSION} Drawing Template</string>
1208cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1209cdf0e10cSrcweir			<string>Editor</string>
1210cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1211cdf0e10cSrcweir			<true/>
1212cdf0e10cSrcweir		</dict>
1213cdf0e10cSrcweir		<dict>
1214cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1215cdf0e10cSrcweir			<array>
1216cdf0e10cSrcweir				<string>otg</string>
1217cdf0e10cSrcweir			</array>
1218cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1219cdf0e10cSrcweir			<array>
1220cdf0e10cSrcweir				<string>application/vnd.oasis.opendocument.graphics-template</string>
1221cdf0e10cSrcweir			</array>
1222cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1223cdf0e10cSrcweir			<string>oasis-drawing-template.icns</string>
1224cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1225cdf0e10cSrcweir			<string>OpenDocument Drawing Template</string>
1226cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1227cdf0e10cSrcweir			<string>Editor</string>
1228cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1229cdf0e10cSrcweir			<true/>
1230cdf0e10cSrcweir		</dict>
1231cdf0e10cSrcweir		<dict>
1232cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1233cdf0e10cSrcweir			<array>
1234cdf0e10cSrcweir				<string>odb</string>
1235cdf0e10cSrcweir			</array>
1236cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1237cdf0e10cSrcweir			<array>
1238cdf0e10cSrcweir				<string>application/vnd.oasis.opendocument.database</string>
1239cdf0e10cSrcweir			</array>
1240cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1241cdf0e10cSrcweir			<string>oasis-database.icns</string>
1242cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1243cdf0e10cSrcweir			<string>OpenDocument Database</string>
1244cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1245cdf0e10cSrcweir			<string>Editor</string>
1246cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1247cdf0e10cSrcweir			<true/>
1248cdf0e10cSrcweir		</dict>
1249cdf0e10cSrcweir		<dict>
1250cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1251cdf0e10cSrcweir			<array>
1252cdf0e10cSrcweir				<string>doc</string>
1253cdf0e10cSrcweir				<string>dot</string>
1254cdf0e10cSrcweir				<string>rtf</string>
1255cdf0e10cSrcweir				<string>html</string>
1256cdf0e10cSrcweir				<string>htm</string>
1257cdf0e10cSrcweir				<string>pdb</string>
1258cdf0e10cSrcweir				<string>xml</string>
1259cdf0e10cSrcweir				<string>psw</string>
1260cdf0e10cSrcweir				<string>jtd</string>
1261cdf0e10cSrcweir				<string>jtt</string>
1262cdf0e10cSrcweir				<string>dif</string>
1263cdf0e10cSrcweir				<string>dbf</string>
1264cdf0e10cSrcweir				<string>xls</string>
1265cdf0e10cSrcweir				<string>xlw</string>
1266cdf0e10cSrcweir				<string>xlt</string>
1267cdf0e10cSrcweir				<string>slk</string>
1268cdf0e10cSrcweir				<string>csv</string>
1269cdf0e10cSrcweir				<string>wk1</string>
1270cdf0e10cSrcweir				<string>wk2</string>
1271cdf0e10cSrcweir				<string>123</string>
1272cdf0e10cSrcweir				<string>pxl</string>
1273cdf0e10cSrcweir				<string>ppt</string>
1274cdf0e10cSrcweir				<string>pps</string>
1275cdf0e10cSrcweir				<string>pot</string>
1276cdf0e10cSrcweir				<string>cgm</string>
1277cdf0e10cSrcweir				<string>dxf</string>
1278cdf0e10cSrcweir				<string>emf</string>
1279cdf0e10cSrcweir				<string>eps</string>
1280cdf0e10cSrcweir				<string>met</string>
1281cdf0e10cSrcweir				<string>pct</string>
1282cdf0e10cSrcweir				<string>sgf</string>
1283cdf0e10cSrcweir				<string>sgv</string>
1284cdf0e10cSrcweir				<string>svm</string>
1285cdf0e10cSrcweir				<string>wmf</string>
1286cdf0e10cSrcweir				<string>bmp</string>
1287cdf0e10cSrcweir				<string>gif</string>
1288cdf0e10cSrcweir				<string>jpg</string>
1289cdf0e10cSrcweir				<string>jpeg</string>
1290cdf0e10cSrcweir				<string>jfif</string>
1291cdf0e10cSrcweir				<string>jif</string>
1292cdf0e10cSrcweir				<string>jpe</string>
1293cdf0e10cSrcweir				<string>pbm</string>
1294cdf0e10cSrcweir				<string>pcx</string>
1295cdf0e10cSrcweir				<string>pgm</string>
1296cdf0e10cSrcweir				<string>png</string>
1297cdf0e10cSrcweir				<string>ppm</string>
1298cdf0e10cSrcweir				<string>psd</string>
1299cdf0e10cSrcweir				<string>ras</string>
1300cdf0e10cSrcweir				<string>tga</string>
1301cdf0e10cSrcweir				<string>tif</string>
1302cdf0e10cSrcweir				<string>tiff</string>
1303cdf0e10cSrcweir				<string>xbm</string>
1304cdf0e10cSrcweir				<string>xpm</string>
1305cdf0e10cSrcweir				<string>pcd</string>
1306cdf0e10cSrcweir				<string>oth</string>
1307cdf0e10cSrcweir				<string>mml</string>
1308cdf0e10cSrcweir			</array>
1309cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1310cdf0e10cSrcweir			<string>Editor</string>
1311cdf0e10cSrcweir		</dict>
1312cdf0e10cSrcweir		<dict>
1313cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1314cdf0e10cSrcweir			<array>
1315cdf0e10cSrcweir				<string>txt</string>
1316cdf0e10cSrcweir				<string>TXT</string>
1317cdf0e10cSrcweir				<string>text</string>
1318cdf0e10cSrcweir				<string>*</string>
1319cdf0e10cSrcweir			</array>
1320cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1321cdf0e10cSrcweir			<string>TEXT</string>
1322cdf0e10cSrcweir			<key>CFBundleTypeOSTypes</key>
1323cdf0e10cSrcweir			<array>
1324cdf0e10cSrcweir				<string>TEXT</string>
1325cdf0e10cSrcweir				<string>sEXT</string>
1326cdf0e10cSrcweir				<string>ttro</string>
1327cdf0e10cSrcweir			</array>
1328cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1329cdf0e10cSrcweir			<string>Editor</string>
1330cdf0e10cSrcweir		</dict>
1331cdf0e10cSrcweir		<dict>
1332cdf0e10cSrcweir			<key>LSItemContentTypes</key>
1333cdf0e10cSrcweir			<array>
1334cdf0e10cSrcweir				<string>org.openoffice.text</string>
1335cdf0e10cSrcweir				<string>org.oasis-open.opendocument.text</string>
1336cdf0e10cSrcweir				<string>org.openoffice.spreadsheet</string>
1337cdf0e10cSrcweir				<string>org.oasis-open.opendocument.spreadsheet</string>
1338cdf0e10cSrcweir				<string>org.openoffice.presentation</string>
1339cdf0e10cSrcweir				<string>org.oasis-open.opendocument.presentation</string>
1340cdf0e10cSrcweir				<string>org.openoffice.graphics</string>
1341cdf0e10cSrcweir				<string>org.oasis-open.opendocument.graphics</string>
1342cdf0e10cSrcweir				<string>org.openoffice.text-master</string>
1343cdf0e10cSrcweir				<string>org.oasis-open.opendocument.text-master</string>
1344cdf0e10cSrcweir				<string>org.openoffice.formula</string>
1345cdf0e10cSrcweir				<string>org.oasis-open.opendocument.formula</string>
1346cdf0e10cSrcweir				<string>org.openoffice.text-template</string>
1347cdf0e10cSrcweir				<string>org.oasis-open.opendocument.text-template</string>
1348cdf0e10cSrcweir				<string>org.openoffice.spreadsheet-template</string>
1349cdf0e10cSrcweir				<string>org.oasis-open.opendocument.spreadsheet-template</string>
1350cdf0e10cSrcweir				<string>org.openoffice.presentation-template</string>
1351cdf0e10cSrcweir				<string>org.oasis-open.opendocument.presentation-template</string>
1352cdf0e10cSrcweir				<string>org.openoffice.graphics-template</string>
1353cdf0e10cSrcweir				<string>org.oasis-open.opendocument.graphics-template</string>
1354cdf0e10cSrcweir				<string>org.oasis-open.opendocument.database</string>
1355cdf0e10cSrcweir				<string>org.oasis-open.opendocument.chart</string>
1356cdf0e10cSrcweir				<string>public.rtf</string>
1357cdf0e10cSrcweir				<string>public.html</string>
1358cdf0e10cSrcweir				<string>public.jpeg</string>
1359cdf0e10cSrcweir				<string>public.tiff</string>
1360cdf0e10cSrcweir				<string>public.png</string>
1361cdf0e10cSrcweir				<string>public.xbitmap-image</string>
1362cdf0e10cSrcweir				<string>com.adobe.encapsulated-postscript</string>
1363cdf0e10cSrcweir				<string>com.microsoft.bmp</string>
1364cdf0e10cSrcweir				<string>com.microsoft.word.doc</string>
1365cdf0e10cSrcweir				<string>com.microsoft.excel.xls</string>
1366cdf0e10cSrcweir				<string>com.microsoft.powerpoint.ppt</string>
1367cdf0e10cSrcweir				<string>org.openxmlformats.wordprocessingml.document</string>
1368cdf0e10cSrcweir				<string>org.openxmlformats.wordprocessingml.document.macroenabled</string>
1369cdf0e10cSrcweir				<string>org.openxmlformats.wordprocessingml.template</string>
1370cdf0e10cSrcweir				<string>org.openxmlformats.wordprocessingml.template.macroenabled</string>
1371cdf0e10cSrcweir				<string>org.openxmlformats.spreadsheetml.sheet</string>
1372cdf0e10cSrcweir				<string>org.openxmlformats.spreadsheetml.sheet.macroenabled</string>
1373cdf0e10cSrcweir				<string>com.microsoft.excel.sheet.binary.macroenabled</string>
1374cdf0e10cSrcweir				<string>org.openxmlformats.spreadsheetml.template</string>
1375cdf0e10cSrcweir				<string>org.openxmlformats.spreadsheetml.template.macroenabled</string>
1376cdf0e10cSrcweir				<string>org.openxmlformats.presentationml.presentation</string>
1377cdf0e10cSrcweir				<string>org.openxmlformats.presentationml.presentation.macroenabled</string>
1378cdf0e10cSrcweir				<string>org.openxmlformats.presentationml.template</string>
1379cdf0e10cSrcweir				<string>org.openxmlformats.presentationml.template.macroenabled</string>
1380cdf0e10cSrcweir			</array>
1381cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1382cdf0e10cSrcweir			<string>Editor</string>
1383cdf0e10cSrcweir		</dict>
1384cdf0e10cSrcweir		<dict>
1385cdf0e10cSrcweir			<key>CFBundleTypeExtensions</key>
1386cdf0e10cSrcweir			<array>
1387cdf0e10cSrcweir				<string>oxt</string>
1388cdf0e10cSrcweir			</array>
1389cdf0e10cSrcweir			<key>CFBundleTypeMIMETypes</key>
1390cdf0e10cSrcweir			<array>
1391cdf0e10cSrcweir				<string>application/vnd.openofficeorg.extension</string>
1392cdf0e10cSrcweir			</array>
1393cdf0e10cSrcweir			<key>CFBundleTypeIconFile</key>
1394cdf0e10cSrcweir			<string>extension.icns</string>
1395cdf0e10cSrcweir			<key>CFBundleTypeName</key>
1396cdf0e10cSrcweir			<string>${PRODUCTNAME} Extension</string>
1397cdf0e10cSrcweir			<key>CFBundleTypeRole</key>
1398cdf0e10cSrcweir			<string>Viewer</string>
1399cdf0e10cSrcweir			<key>LSIsAppleDefaultForType</key>
1400cdf0e10cSrcweir			<true/>
1401cdf0e10cSrcweir		</dict>
1402cdf0e10cSrcweir	</array>
1403cdf0e10cSrcweir	<key>CFBundleExecutable</key>
1404cdf0e10cSrcweir	<string>%EXECUTABLE</string>
1405cdf0e10cSrcweir	<key>CFBundleGetInfoString</key>
1406cdf0e10cSrcweir	<string>${PRODUCTNAME} ${ABOUTBOXPRODUCTVERSION} ${BUILDIDCWS}</string>
1407cdf0e10cSrcweir	<key>CFBundleIconFile</key>
1408cdf0e10cSrcweir	<string>main.icns</string>
1409cdf0e10cSrcweir	<key>CFBundleShortVersionString</key>
1410cdf0e10cSrcweir	<string>${ABOUTBOXPRODUCTVERSION}</string>
1411cdf0e10cSrcweir	<key>CFBundleIdentifier</key>
1412cdf0e10cSrcweir	<string>org.openoffice.script</string>
1413cdf0e10cSrcweir	<key>CFBundleInfoDictionaryVersion</key>
1414cdf0e10cSrcweir	<string>6.0</string>
1415cdf0e10cSrcweir	<key>CFBundleName</key>
1416cdf0e10cSrcweir	<string>${PRODUCTNAME}</string>
1417cdf0e10cSrcweir	<key>CFBundlePackageType</key>
1418cdf0e10cSrcweir	<string>APPL</string>
1419cdf0e10cSrcweir	<key>CFBundleSignature</key>
1420cdf0e10cSrcweir	<string>OOo2</string>
1421cdf0e10cSrcweir	<key>LSRequiresCarbon</key>
1422cdf0e10cSrcweir	<string>1</string>
1423cdf0e10cSrcweir	<key>NSPrincipalClass</key>
1424cdf0e10cSrcweir	<string>VCL_NSApplication</string>
1425cdf0e10cSrcweir</dict>
1426cdf0e10cSrcweir</plist>
1427cdf0e10cSrcweir
1428