summaryrefslogtreecommitdiff
path: root/misc/openoffice/PLIST.common
blob: 8f11fd163eca3a9e6ee47c4bb2501860c04a951c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
@comment $NetBSD: PLIST.common,v 1.4 2005/10/03 16:03:19 mrauch Exp $
${OPENOFFICE_VERSION}/LICENSE
${OPENOFFICE_VERSION}/LICENSE.html
${OPENOFFICE_VERSION}/README
${OPENOFFICE_VERSION}/README.html
${OPENOFFICE_VERSION}/THIRDPARTYLICENSEREADME.html
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/common.jar
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/common.tree
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/custom.css
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/default.css
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/err.html
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/highcontrast1.css
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/highcontrast2.css
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/highcontrastblack.css
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/highcontrastwhite.css
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/picture.db
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/picture.jar
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.cfg
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.db
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.ht
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.idx/CONTEXTS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.idx/DICTIONARY
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.idx/DOCS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.idx/DOCS.TAB
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.idx/EDGE
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.idx/LINKNAMES
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.idx/OFFSETS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.idx/POSITIONS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.idx/SCHEMA
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.jar
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.key
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sbasic.tree
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.cfg
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.db
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.ht
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.idx/CONTEXTS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.idx/DICTIONARY
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.idx/DOCS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.idx/DOCS.TAB
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.idx/EDGE
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.idx/LINKNAMES
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.idx/OFFSETS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.idx/POSITIONS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.idx/SCHEMA
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.jar
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.key
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/scalc.tree
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/schart.jar
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/schart.tree
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.cfg
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.db
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.ht
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.idx/CONTEXTS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.idx/DICTIONARY
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.idx/DOCS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.idx/DOCS.TAB
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.idx/EDGE
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.idx/LINKNAMES
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.idx/OFFSETS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.idx/POSITIONS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.idx/SCHEMA
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.jar
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.key
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/sdraw.tree
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.cfg
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.db
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.ht
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.idx/CONTEXTS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.idx/DICTIONARY
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.idx/DOCS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.idx/DOCS.TAB
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.idx/EDGE
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.idx/LINKNAMES
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.idx/OFFSETS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.idx/POSITIONS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.idx/SCHEMA
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.jar
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.key
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/simpress.tree
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.cfg
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.db
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.ht
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.idx/CONTEXTS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.idx/DICTIONARY
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.idx/DOCS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.idx/DOCS.TAB
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.idx/EDGE
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.idx/LINKNAMES
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.idx/OFFSETS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.idx/POSITIONS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.idx/SCHEMA
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.jar
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.key
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/smath.tree
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.cfg
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.db
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.ht
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.idx/CONTEXTS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.idx/DICTIONARY
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.idx/DOCS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.idx/DOCS.TAB
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.idx/EDGE
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.idx/LINKNAMES
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.idx/OFFSETS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.idx/POSITIONS
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.idx/SCHEMA
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.jar
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.key
${OPENOFFICE_VERSION}/help/${OPENOFFICE_HELPCODE}/swriter.tree
${OPENOFFICE_VERSION}/help/main_transform.xsl
${OPENOFFICE_VERSION}/program/acceptor.uno.so
${OPENOFFICE_VERSION}/program/bootstraprc
${OPENOFFICE_VERSION}/program/bridgefac.uno.so
${OPENOFFICE_VERSION}/program/component.reg
${OPENOFFICE_VERSION}/program/components/libaddrbook.so
${OPENOFFICE_VERSION}/program/components/libchrome.so
${OPENOFFICE_VERSION}/program/components/libgkcontent.so
${OPENOFFICE_VERSION}/program/components/libhtmlpars.so
${OPENOFFICE_VERSION}/program/components/libimglib2.so
${OPENOFFICE_VERSION}/program/components/libmork.so
${OPENOFFICE_VERSION}/program/components/libmozldap.so
${OPENOFFICE_VERSION}/program/components/libnecko.so
${OPENOFFICE_VERSION}/program/components/libnslocale.so
${OPENOFFICE_VERSION}/program/components/libpref.so
${OPENOFFICE_VERSION}/program/components/libprofile.so
${OPENOFFICE_VERSION}/program/components/librdf.so
${OPENOFFICE_VERSION}/program/components/libstrres.so
${OPENOFFICE_VERSION}/program/components/libuconv.so
${OPENOFFICE_VERSION}/program/components/libucvcn.so
${OPENOFFICE_VERSION}/program/components/libucvibm.so
${OPENOFFICE_VERSION}/program/components/libucvja.so
${OPENOFFICE_VERSION}/program/components/libucvko.so
${OPENOFFICE_VERSION}/program/components/libucvlatin.so
${OPENOFFICE_VERSION}/program/components/libucvtw.so
${OPENOFFICE_VERSION}/program/components/libucvtw2.so
${OPENOFFICE_VERSION}/program/components/libunicharutil.so
${OPENOFFICE_VERSION}/program/components/liburiloader.so
${OPENOFFICE_VERSION}/program/components/libvcard.so
${OPENOFFICE_VERSION}/program/components/libxpconnect.so
${OPENOFFICE_VERSION}/program/components/necko_dns.xpt
${OPENOFFICE_VERSION}/program/components/xpcom_base.xpt
${OPENOFFICE_VERSION}/program/components/xpcom_components.xpt
${OPENOFFICE_VERSION}/program/components/xpcom_ds.xpt
${OPENOFFICE_VERSION}/program/components/xpcom_io.xpt
${OPENOFFICE_VERSION}/program/components/xpcom_threads.xpt
${OPENOFFICE_VERSION}/program/components/xpcom_xpti.xpt
${OPENOFFICE_VERSION}/program/components/xpti.dat
${OPENOFFICE_VERSION}/program/configmgrrc
${OPENOFFICE_VERSION}/program/connector.uno.so
${OPENOFFICE_VERSION}/program/corereflection.uno.so
${OPENOFFICE_VERSION}/program/defaults/pref/all.js
${OPENOFFICE_VERSION}/program/defaults/pref/config.js
${OPENOFFICE_VERSION}/program/defaults/pref/editor.js
${OPENOFFICE_VERSION}/program/defaults/pref/initpref.js
${OPENOFFICE_VERSION}/program/defaults/pref/inspector.js
${OPENOFFICE_VERSION}/program/defaults/pref/mailnews.js
${OPENOFFICE_VERSION}/program/defaults/pref/mdn.js
${OPENOFFICE_VERSION}/program/defaults/pref/security-prefs.js
${OPENOFFICE_VERSION}/program/defaults/pref/smime.js
${OPENOFFICE_VERSION}/program/defaults/pref/unix.js
${OPENOFFICE_VERSION}/program/defaults/pref/xpinstall.js
${OPENOFFICE_VERSION}/program/filter/libegi645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libeme645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libemp645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libepb645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libepg645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libepn645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libepp645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libeps645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libept645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libera645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libeti645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libexp645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libicd645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libicg645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libidx645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libime645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libipb645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libipd645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libips645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libipt645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libipx645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libira645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libitg645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/filter/libiti645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/fromtemplate
${OPENOFFICE_VERSION}/program/getstyle-gnome
${OPENOFFICE_VERSION}/program/gnomeint
${OPENOFFICE_VERSION}/program/implreg.uno.so
${OPENOFFICE_VERSION}/program/instdb.ins
${OPENOFFICE_VERSION}/program/introspection.uno.so
${OPENOFFICE_VERSION}/program/invocadapt.uno.so
${OPENOFFICE_VERSION}/program/invocation.uno.so
${OPENOFFICE_VERSION}/program/libabp645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libadabas2.so
${OPENOFFICE_VERSION}/program/libanalysis645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libbasctl645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libbib645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libcached1.so
${OPENOFFICE_VERSION}/program/libcalc645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libcfgmgr2.so
${OPENOFFICE_VERSION}/program/libcmdmail.so
${OPENOFFICE_VERSION}/program/libcnt645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libcomphelp3gcc3.so
${OPENOFFICE_VERSION}/program/libcppu.so
${OPENOFFICE_VERSION}/program/libcppu.so.3
${OPENOFFICE_VERSION}/program/libcppu.so.3.1.0
${OPENOFFICE_VERSION}/program/libcppuhelper3gcc3.so
${OPENOFFICE_VERSION}/program/libcppuhelpergcc3.so
${OPENOFFICE_VERSION}/program/libcppuhelpergcc3.so.3
${OPENOFFICE_VERSION}/program/libcppuhelpergcc3.so.3.1.0
${OPENOFFICE_VERSION}/program/libctl645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libcurl.so
${OPENOFFICE_VERSION}/program/libdate645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libdb-4.2.so
${OPENOFFICE_VERSION}/program/libdba645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libdbase645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libdbi645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libdbp645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libdbpool2.so
${OPENOFFICE_VERSION}/program/libdbtools2.so
${OPENOFFICE_VERSION}/program/libdbu645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libdict_ja.so
${OPENOFFICE_VERSION}/program/libdict_zh.so
${OPENOFFICE_VERSION}/program/libdtransX11645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libevoab1.so
${OPENOFFICE_VERSION}/program/libevtatt.so
${OPENOFFICE_VERSION}/program/libfile645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libfileacc.so
${OPENOFFICE_VERSION}/program/libflash645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libflat645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libfreetype.so.9
${OPENOFFICE_VERSION}/program/libfrm645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libfwe645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libfwi645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libfwk645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libfwl645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libgcc3_uno.so
${OPENOFFICE_VERSION}/program/libgkgfx.so
${OPENOFFICE_VERSION}/program/libgo645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libhyphen645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libi18n645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libi18npool645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libi18nregexpgcc3.so
${OPENOFFICE_VERSION}/program/libi18nsearch.so
${OPENOFFICE_VERSION}/program/libi18nutilgcc3.so
${OPENOFFICE_VERSION}/program/libicudata.so
${OPENOFFICE_VERSION}/program/libicudata.so.22
${OPENOFFICE_VERSION}/program/libicudata.so.22.0
${OPENOFFICE_VERSION}/program/libicui18n.so
${OPENOFFICE_VERSION}/program/libicui18n.so.22
${OPENOFFICE_VERSION}/program/libicui18n.so.22.0
${OPENOFFICE_VERSION}/program/libicule.so
${OPENOFFICE_VERSION}/program/libicule.so.22
${OPENOFFICE_VERSION}/program/libicule.so.22.0
${OPENOFFICE_VERSION}/program/libicuuc.so
${OPENOFFICE_VERSION}/program/libicuuc.so.22
${OPENOFFICE_VERSION}/program/libicuuc.so.22.0
${OPENOFFICE_VERSION}/program/libj645${OPENOFFICE_DLLSUFFIX}_g.so
${OPENOFFICE_VERSION}/program/libldap50.so
${OPENOFFICE_VERSION}/program/liblng645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/liblocaledata_en.so
${OPENOFFICE_VERSION}/program/liblocaledata_es.so
${OPENOFFICE_VERSION}/program/liblocaledata_euro.so
${OPENOFFICE_VERSION}/program/liblocaledata_others.so
${OPENOFFICE_VERSION}/program/liblth645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libmcnttype.so
${OPENOFFICE_VERSION}/program/libmozab2.so
${OPENOFFICE_VERSION}/program/libmozabdrv2.so
${OPENOFFICE_VERSION}/program/libmozjs.so
${OPENOFFICE_VERSION}/program/libmozz.so
${OPENOFFICE_VERSION}/program/libmsgbaseutil.so
${OPENOFFICE_VERSION}/program/libmysql2.so
${OPENOFFICE_VERSION}/program/libnspr4.so
${OPENOFFICE_VERSION}/program/libodbc2.so
${OPENOFFICE_VERSION}/program/libodbcbase2.so
${OPENOFFICE_VERSION}/program/libofa645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/liboffacc645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libpackage2.so
${OPENOFFICE_VERSION}/program/libpcr645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libpdffilter645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libpk645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libpkgchk645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libpl645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libplaceware${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libplc4.so
${OPENOFFICE_VERSION}/program/libplds4.so
${OPENOFFICE_VERSION}/program/libpreload645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libprldap50.so
${OPENOFFICE_VERSION}/program/libproxyset.so
${OPENOFFICE_VERSION}/program/libpsp645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libpython.so
${OPENOFFICE_VERSION}/program/libpython.so.2
${OPENOFFICE_VERSION}/program/libpython.so.2.2.2
${OPENOFFICE_VERSION}/program/libpyuno.so
${OPENOFFICE_VERSION}/program/libreg.so
${OPENOFFICE_VERSION}/program/libreg.so.3
${OPENOFFICE_VERSION}/program/libreg.so.3.1.0
${OPENOFFICE_VERSION}/program/libregmimetypes645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libres645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/librmcxt.so
${OPENOFFICE_VERSION}/program/librmcxt.so.3
${OPENOFFICE_VERSION}/program/librmcxt.so.3.1.0
${OPENOFFICE_VERSION}/program/libsal.so
${OPENOFFICE_VERSION}/program/libsal.so.3
${OPENOFFICE_VERSION}/program/libsal.so.3.1.0
${OPENOFFICE_VERSION}/program/libsalhelper3gcc3.so
${OPENOFFICE_VERSION}/program/libsalhelpergcc3.so
${OPENOFFICE_VERSION}/program/libsalhelpergcc3.so.3
${OPENOFFICE_VERSION}/program/libsalhelpergcc3.so.3.1.0
${OPENOFFICE_VERSION}/program/libsb645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libsc645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libsch645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libscn645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libsd645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libsdbc2.so
${OPENOFFICE_VERSION}/program/libset645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libsfx645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libsm645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libso645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libsot645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libspa645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libspell645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libspl645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libsrtrs1.so
${OPENOFFICE_VERSION}/program/libstlport_gcc.so
${OPENOFFICE_VERSION}/program/libstore.so
${OPENOFFICE_VERSION}/program/libstore.so.3
${OPENOFFICE_VERSION}/program/libstore.so.3.1.0
${OPENOFFICE_VERSION}/program/libsts645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libsvg645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libsvl645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libsvt645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libsvx645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libsw645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libsyssh.so
${OPENOFFICE_VERSION}/program/libtk645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libtl645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libtplx645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libtvhlp1.so
${OPENOFFICE_VERSION}/program/libucb1.so
${OPENOFFICE_VERSION}/program/libucbhelper2gcc3.so
${OPENOFFICE_VERSION}/program/libucpchelp1.so
${OPENOFFICE_VERSION}/program/libucpdav1.so
${OPENOFFICE_VERSION}/program/libucpfile1.so
${OPENOFFICE_VERSION}/program/libucpftp1.so
${OPENOFFICE_VERSION}/program/libucphier1.so
${OPENOFFICE_VERSION}/program/libucppkg1.so
${OPENOFFICE_VERSION}/program/libulingu645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/liburp_uno.so
${OPENOFFICE_VERSION}/program/libusp645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libutl645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libuui645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libvcl645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libvos3gcc3.so
${OPENOFFICE_VERSION}/program/libwrp645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libxcr645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libxmx645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libxo645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libxod645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libxpcom.so
${OPENOFFICE_VERSION}/program/libxsltdlg645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libxsltfilter645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/libzip645${OPENOFFICE_DLLSUFFIX}.so
${OPENOFFICE_VERSION}/program/mozwrapper
${OPENOFFICE_VERSION}/program/msfontextract
${OPENOFFICE_VERSION}/program/msgbox-gnome
${OPENOFFICE_VERSION}/program/namingservice.uno.so
${OPENOFFICE_VERSION}/program/nestedreg.uno.so
${OPENOFFICE_VERSION}/program/nswrapper
${OPENOFFICE_VERSION}/program/oo_product.bmp
${OPENOFFICE_VERSION}/program/ooovirg
${OPENOFFICE_VERSION}/program/open-url
${OPENOFFICE_VERSION}/program/pagein
${OPENOFFICE_VERSION}/program/pagein-calc
${OPENOFFICE_VERSION}/program/pagein-common
${OPENOFFICE_VERSION}/program/pagein-draw
${OPENOFFICE_VERSION}/program/pagein-impress
${OPENOFFICE_VERSION}/program/pagein-writer
${OPENOFFICE_VERSION}/program/pkgchk
${OPENOFFICE_VERSION}/program/pkgchk.bin
${OPENOFFICE_VERSION}/program/pluginapp.bin
${OPENOFFICE_VERSION}/program/pp5.dat
${OPENOFFICE_VERSION}/program/proxyfac.uno.so
${OPENOFFICE_VERSION}/program/python
${OPENOFFICE_VERSION}/program/python-core
${OPENOFFICE_VERSION}/program/python-core-2.2.2/bin/python
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/BaseHTTPServer.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/Bastion.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/CGIHTTPServer.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/ConfigParser.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/Cookie.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/FCNTL.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/HTMLParser.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/MimeWriter.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/Queue.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/SimpleHTTPServer.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/SimpleXMLRPCServer.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/SocketServer.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/StringIO.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/TERMIOS.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/UserDict.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/UserList.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/UserString.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/__future__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/__phello__.foo.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/aifc.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/anydbm.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/asynchat.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/asyncore.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/atexit.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/audiodev.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/base64.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/bdb.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/binhex.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/bisect.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/calendar.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/cgi.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/cgitb.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/chunk.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/cmd.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/code.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/codecs.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/codeop.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/colorsys.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/commands.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/compileall.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/compiler/__init__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/compiler/ast.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/compiler/consts.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/compiler/future.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/compiler/misc.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/compiler/pyassem.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/compiler/symbols.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/compiler/syntax.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/compiler/transformer.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/compiler/visitor.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/copy.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/copy_reg.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/curses/__init__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/curses/ascii.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/curses/has_key.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/curses/panel.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/curses/textpad.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/curses/wrapper.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/dbhash.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/difflib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/dircache.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/dis.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/README
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/__init__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/archive_util.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/bcppcompiler.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/ccompiler.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/cmd.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/__init__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/bdist.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/bdist_dumb.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/bdist_rpm.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/bdist_wininst.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/build.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/build_clib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/build_ext.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/build_py.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/build_scripts.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/clean.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/command_template
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/config.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/install.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/install_data.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/install_headers.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/install_lib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/install_scripts.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/command/sdist.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/core.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/cygwinccompiler.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/dep_util.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/dir_util.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/dist.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/errors.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/extension.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/fancy_getopt.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/file_util.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/filelist.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/msvccompiler.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/mwerkscompiler.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/spawn.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/sysconfig.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/text_file.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/unixccompiler.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/util.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/distutils/version.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/doctest.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/dospath.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/dumbdbm.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/Charset.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/Encoders.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/Errors.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/Generator.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/Header.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/Iterators.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/MIMEAudio.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/MIMEBase.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/MIMEImage.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/MIMEMessage.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/MIMEMultipart.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/MIMENonMultipart.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/MIMEText.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/Message.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/Parser.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/Utils.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/__init__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/_compat21.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/_compat22.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/base64MIME.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/email/quopriMIME.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/__init__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/aliases.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/ascii.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/base64_codec.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/charmap.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp037.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp1006.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp1026.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp1140.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp1250.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp1251.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp1252.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp1253.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp1254.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp1255.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp1256.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp1257.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp1258.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp424.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp437.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp500.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp737.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp775.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp850.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp852.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp855.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp856.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp857.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp860.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp861.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp862.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp863.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp864.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp865.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp866.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp869.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp874.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/cp875.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/hex_codec.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/iso8859_1.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/iso8859_10.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/iso8859_13.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/iso8859_14.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/iso8859_15.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/iso8859_2.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/iso8859_3.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/iso8859_4.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/iso8859_5.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/iso8859_6.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/iso8859_7.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/iso8859_8.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/iso8859_9.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/koi8_r.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/latin_1.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/mac_cyrillic.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/mac_greek.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/mac_iceland.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/mac_latin2.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/mac_roman.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/mac_turkish.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/mbcs.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/quopri_codec.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/raw_unicode_escape.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/rot_13.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/undefined.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/unicode_escape.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/unicode_internal.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/utf_16.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/utf_16_be.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/utf_16_le.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/utf_7.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/utf_8.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/uu_codec.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/encodings/zlib_codec.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/filecmp.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/fileinput.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/fnmatch.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/formatter.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/fpformat.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/ftplib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/getopt.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/getpass.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/gettext.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/glob.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/gopherlib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/gzip.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/hmac.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/hotshot/__init__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/hotshot/log.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/hotshot/stats.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/htmlentitydefs.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/htmllib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/httplib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/ihooks.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/imaplib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/imghdr.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/imputil.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/inspect.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/keyword.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/knee.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/_codecs.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/_hotshot.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/_locale.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/_socket.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/_testcapi.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/_weakref.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/array.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/audioop.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/binascii.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/bsddb.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/cPickle.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/cStringIO.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/cmath.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/crypt.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/dbm.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/fcntl.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/grp.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/imageop.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/math.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/md5.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/mmap.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/nis.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/operator.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/parser.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/pcre.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/pwd.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/regex.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/resource.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/rgbimg.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/rotor.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/select.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/sha.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/strop.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/struct.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/syslog.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/termios.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/time.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/timing.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/unicodedata.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/xreadlines.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-dynload/zlib.so
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/Para.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/addpack.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/cmp.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/cmpcache.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/codehack.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/dircmp.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/dump.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/find.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/fmt.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/grep.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/lockfile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/newdir.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/ni.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/packmail.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/poly.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/rand.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/tb.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/util.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/whatsound.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-old/zmod.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/Canvas.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/Dialog.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/FileDialog.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/FixTk.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/ScrolledText.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/SimpleDialog.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/Tix.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/Tkconstants.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/Tkdnd.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/Tkinter.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/tkColorChooser.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/tkCommonDialog.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/tkFileDialog.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/tkFont.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/tkMessageBox.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/tkSimpleDialog.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/lib-tk/turtle.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/linecache.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/locale.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/macpath.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/macurl2path.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/mailbox.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/mailcap.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/markupbase.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/mhlib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/mimetools.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/mimetypes.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/mimify.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/multifile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/mutex.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/netrc.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/nntplib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/ntpath.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/nturl2path.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/os.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/pdb.doc
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/pdb.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/pickle.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/pipes.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/plat-linux2/CDROM.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/plat-linux2/DLFCN.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/plat-linux2/IN.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/plat-linux2/TYPES.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/plat-linux2/regen
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/popen2.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/poplib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/posixfile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/posixpath.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/pprint.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/pre.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/profile.doc
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/profile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/pstats.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/pty.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/py_compile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/pydoc.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/quopri.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/random.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/re.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/reconvert.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/regex_syntax.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/regsub.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/repr.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/rexec.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/rfc822.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/rlcompleter.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/robotparser.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/sched.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/sgmllib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/shelve.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/shlex.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/shutil.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/site-packages/README
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/site.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/smtpd.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/smtplib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/sndhdr.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/socket.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/sre.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/sre_compile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/sre_constants.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/sre_parse.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/stat.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/statcache.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/statvfs.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/string.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/stringold.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/sunau.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/sunaudio.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/symbol.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/symtable.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/tabnanny.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/telnetlib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/tempfile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/README
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/__init__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/audiotest.au
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/autotest.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/badsyntax_future3.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/badsyntax_future4.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/badsyntax_future5.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/badsyntax_future6.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/badsyntax_future7.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/badsyntax_nocaret.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/PyBanner048.gif
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_01.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_02.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_03.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_04.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_05.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_06.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_07.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_08.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_09.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_10.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_11.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_12.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_13.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_14.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_15.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_16.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_17.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_18.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_19.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_20.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_21.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_22.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/data/msg_23.txt
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/double_const.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/greyrgb.uue
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_MimeWriter
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_asynchat
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_augassign
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_bastion
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_binascii
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_builtin
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_cfgparser
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_cgi
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_charmapcodec
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_class
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_coercion
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_compare
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_compile
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_cookie
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_exceptions
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_extcall
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_frozen
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_future
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_gettext
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_global
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_grammar
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_httplib
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_linuxaudiodev
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_longexp
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_math
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_md5
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_mimetools
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_mmap
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_new
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_nis
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_opcodes
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_openpty
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_operations
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_pkg
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_poll
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_popen2
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_posixpath
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_pow
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_profile
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_pty
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_pwd
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_pyexpat
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_re
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_regex
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_rgbimg
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_richcmp
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_rotor
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_sax
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_scope
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_signal
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_socket
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_string
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_thread
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_threadedtempfile
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_tokenize
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_types
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_ucn
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_unicode
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_unicode_file
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_unicodedata
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_urlparse
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_winreg
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_winsound
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_xreadline
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/output/test_zlib
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/pickletester.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/pydocfodder.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/pystone.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/re_tests.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/regex_tests.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/regrtest.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/reperf.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/sortperf.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/string_tests.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test.xml
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test.xml.out
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_MimeWriter.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_StringIO.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test___all__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test___future__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_al.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_array.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_asynchat.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_atexit.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_audioop.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_augassign.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_b1.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_b2.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_base64.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_bastion.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_binascii.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_binhex.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_binop.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_bisect.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_bsddb.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_bufio.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_builtin.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_calendar.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_call.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_capi.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_cd.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_cfgparser.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_cgi.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_charmapcodec.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_cl.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_class.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_cmath.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_codecs.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_codeop.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_coercion.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_commands.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_compare.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_compile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_complex.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_contains.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_cookie.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_copy_reg.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_cpickle.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_crypt.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_curses.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_dbm.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_descr.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_descrtut.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_difflib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_dircache.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_dl.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_doctest.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_doctest2.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_dospath.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_dumbdbm.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_email.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_email_codecs.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_errno.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_exceptions.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_extcall.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_fcntl.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_file.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_fileinput.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_fnmatch.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_fork1.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_format.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_fpformat.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_frozen.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_funcattrs.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_future.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_future1.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_future2.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_future3.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_gc.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_gdbm.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_generators.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_getargs.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_getopt.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_gettext.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_gl.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_glob.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_global.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_grammar.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_grp.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_gzip.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_hash.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_hmac.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_hotshot.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_htmllib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_htmlparser.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_httplib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_imageop.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_imgfile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_import.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_inspect.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_iter.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_largefile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_linuxaudiodev.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_locale.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_long.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_long_future.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_longexp.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_mailbox.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_marshal.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_math.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_md5.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_mhlib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_mimetools.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_mimetypes.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_minidom.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_mmap.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_multifile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_mutants.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_netrc.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_new.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_nis.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_ntpath.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_opcodes.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_openpty.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_operations.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_operator.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_os.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_parser.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_pep247.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_pickle.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_pkg.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_pkgimport.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_poll.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_popen2.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_posixpath.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_pow.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_pprint.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_profile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_profilehooks.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_pty.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_pwd.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_pyexpat.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_queue.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_quopri.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_random.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_re.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_regex.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_repr.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_rfc822.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_rgbimg.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_richcmp.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_rotor.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_sax.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_scope.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_select.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_sgmllib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_sha.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_signal.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_socket.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_socket_ssl.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_socketserver.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_sre.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_strftime.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_string.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_strop.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_struct.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_structseq.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_sunaudiodev.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_sundry.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_support.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_symtable.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_tempfile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_thread.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_threaded_import.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_threadedtempfile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_threading.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_time.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_timing.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_tokenize.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_trace.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_traceback.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_types.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_ucn.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_unary.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_unicode.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_unicode_file.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_unicodedata.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_unpack.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_urllib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_urllib2.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_urlparse.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_userdict.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_userlist.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_userstring.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_uu.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_wave.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_weakref.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_winreg.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_winsound.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_xmllib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_xmlrpc.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_xreadline.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_zipfile.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/test_zlib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/testall.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/testcodec.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/testimg.uue
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/testimgr.uue
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/testrgb.uue
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/test/tokenize_tests.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/this.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/threading.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/toaiff.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/token.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/tokenize.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/traceback.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/tty.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/types.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/tzparse.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/unittest.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/urllib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/urllib2.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/urlparse.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/user.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/uu.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/warnings.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/wave.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/weakref.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/webbrowser.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/whichdb.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/whrandom.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xdrlib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xml/__init__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xml/dom/__init__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xml/dom/domreg.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xml/dom/minidom.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xml/dom/pulldom.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xml/parsers/__init__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xml/parsers/expat.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xml/sax/__init__.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xml/sax/_exceptions.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xml/sax/expatreader.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xml/sax/handler.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xml/sax/saxutils.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xml/sax/xmlreader.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xmllib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/xmlrpclib.py
${OPENOFFICE_VERSION}/program/python-core-2.2.2/lib/zipfile.py
${OPENOFFICE_VERSION}/program/python.sh
${OPENOFFICE_VERSION}/program/pythonloader.py
${OPENOFFICE_VERSION}/program/pythonloader.uno.so
${OPENOFFICE_VERSION}/program/pythonloader.unorc
${OPENOFFICE_VERSION}/program/pyuno.so
${OPENOFFICE_VERSION}/program/pyunorc
${OPENOFFICE_VERSION}/program/regtypeprov.uno.so
${OPENOFFICE_VERSION}/program/remotebridge.uno.so
${OPENOFFICE_VERSION}/program/resource/abp645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/analysis645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/basctl645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/bib645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/cal645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/com645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/date645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/dba645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/dbi645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/dbp645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/dbu645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/dbw645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/dkt645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/egi645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/eme645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/epb645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/epg645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/epn645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/epp645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/eps645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/ept645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/eur645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/frm645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/fwe645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/gal645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/imp645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/iso645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/lgd645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/ofa645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/ooo645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/pcr645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/pdffilter645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/preload645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/san645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/sc645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/sch645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/sd645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/set645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/sfx645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/sm645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/spa645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/svp645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/svs645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/svt645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/svx645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/sw645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/tk645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/tpl645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/tplx645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/uui645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/vcl645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/wwz645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/resource/xsltdlg645${OPENOFFICE_LANGCODE}.res
${OPENOFFICE_VERSION}/program/sagenda
${OPENOFFICE_VERSION}/program/sax.uno.so
${OPENOFFICE_VERSION}/program/scalc
${OPENOFFICE_VERSION}/program/sdraw
${OPENOFFICE_VERSION}/program/security.uno.so
${OPENOFFICE_VERSION}/program/servicemgr.uno.so
${OPENOFFICE_VERSION}/program/services.rdb
${OPENOFFICE_VERSION}/program/senddoc
${OPENOFFICE_VERSION}/program/setofficelang.bin
${OPENOFFICE_VERSION}/program/setup
${OPENOFFICE_VERSION}/program/setup.bin
${OPENOFFICE_VERSION}/program/setup.log
${OPENOFFICE_VERSION}/program/setup_services.rdb
${OPENOFFICE_VERSION}/program/setuprc
${OPENOFFICE_VERSION}/program/sfax
${OPENOFFICE_VERSION}/program/shlibloader.uno.so
${OPENOFFICE_VERSION}/program/simplereg.uno.so
${OPENOFFICE_VERSION}/program/simpress
${OPENOFFICE_VERSION}/program/slabel
${OPENOFFICE_VERSION}/program/sletter
${OPENOFFICE_VERSION}/program/smaster
${OPENOFFICE_VERSION}/program/smath
${OPENOFFICE_VERSION}/program/smemo
${OPENOFFICE_VERSION}/program/soffice
${OPENOFFICE_VERSION}/program/soffice.bin
${OPENOFFICE_VERSION}/program/sofficerc
${OPENOFFICE_VERSION}/program/sopatchlevel.sh
${OPENOFFICE_VERSION}/program/spadmin
${OPENOFFICE_VERSION}/program/spadmin.bin
${OPENOFFICE_VERSION}/program/ssologin.bmp
${OPENOFFICE_VERSION}/program/streams.uno.so
${OPENOFFICE_VERSION}/program/svcard
${OPENOFFICE_VERSION}/program/sweb
${OPENOFFICE_VERSION}/program/swriter
${OPENOFFICE_VERSION}/program/textinstream.uno.so
${OPENOFFICE_VERSION}/program/textoutstream.uno.so
${OPENOFFICE_VERSION}/program/typeconverter.uno.so
${OPENOFFICE_VERSION}/program/typemgr.uno.so
${OPENOFFICE_VERSION}/program/types.rdb
${OPENOFFICE_VERSION}/program/uno.py
${OPENOFFICE_VERSION}/program/unohelper.py
${OPENOFFICE_VERSION}/program/unorc
${OPENOFFICE_VERSION}/program/user_registry.xsl
${OPENOFFICE_VERSION}/program/uuresolver.uno.so
${OPENOFFICE_VERSION}/setup
${OPENOFFICE_VERSION}/share/basic/Depot/CommonLang.xba
${OPENOFFICE_VERSION}/share/basic/Depot/Currency.xba
${OPENOFFICE_VERSION}/share/basic/Depot/Depot.xba
${OPENOFFICE_VERSION}/share/basic/Depot/Dialog2.xdl
${OPENOFFICE_VERSION}/share/basic/Depot/Dialog3.xdl
${OPENOFFICE_VERSION}/share/basic/Depot/Dialog4.xdl
${OPENOFFICE_VERSION}/share/basic/Depot/Internet.xba
${OPENOFFICE_VERSION}/share/basic/Depot/Lang_de.xba
${OPENOFFICE_VERSION}/share/basic/Depot/Lang_en.xba
${OPENOFFICE_VERSION}/share/basic/Depot/Lang_es.xba
${OPENOFFICE_VERSION}/share/basic/Depot/Lang_fr.xba
${OPENOFFICE_VERSION}/share/basic/Depot/Lang_it.xba
${OPENOFFICE_VERSION}/share/basic/Depot/Lang_ja.xba
${OPENOFFICE_VERSION}/share/basic/Depot/Lang_ko.xba
${OPENOFFICE_VERSION}/share/basic/Depot/Lang_sv.xba
${OPENOFFICE_VERSION}/share/basic/Depot/Lang_tw.xba
${OPENOFFICE_VERSION}/share/basic/Depot/Lang_zh.xba
${OPENOFFICE_VERSION}/share/basic/Depot/dialog.xlb
${OPENOFFICE_VERSION}/share/basic/Depot/script.xlb
${OPENOFFICE_VERSION}/share/basic/Depot/tools.xba
${OPENOFFICE_VERSION}/share/basic/Euro/AutoPilotRun.xba
${OPENOFFICE_VERSION}/share/basic/Euro/Common.xba
${OPENOFFICE_VERSION}/share/basic/Euro/ConvertRun.xba
${OPENOFFICE_VERSION}/share/basic/Euro/DlgConvert.xdl
${OPENOFFICE_VERSION}/share/basic/Euro/DlgPassword.xdl
${OPENOFFICE_VERSION}/share/basic/Euro/Hard.xba
${OPENOFFICE_VERSION}/share/basic/Euro/Init.xba
${OPENOFFICE_VERSION}/share/basic/Euro/Protect.xba
${OPENOFFICE_VERSION}/share/basic/Euro/Soft.xba
${OPENOFFICE_VERSION}/share/basic/Euro/Writer.xba
${OPENOFFICE_VERSION}/share/basic/Euro/dialog.xlb
${OPENOFFICE_VERSION}/share/basic/Euro/script.xlb
${OPENOFFICE_VERSION}/share/basic/FormWizard/DBMeta.xba
${OPENOFFICE_VERSION}/share/basic/FormWizard/DlgFormDB.xdl
${OPENOFFICE_VERSION}/share/basic/FormWizard/FormWizard.xba
${OPENOFFICE_VERSION}/share/basic/FormWizard/Language.xba
${OPENOFFICE_VERSION}/share/basic/FormWizard/Layouter.xba
${OPENOFFICE_VERSION}/share/basic/FormWizard/develop.xba
${OPENOFFICE_VERSION}/share/basic/FormWizard/dialog.xlb
${OPENOFFICE_VERSION}/share/basic/FormWizard/script.xlb
${OPENOFFICE_VERSION}/share/basic/FormWizard/tools.xba
${OPENOFFICE_VERSION}/share/basic/Gimmicks/AutoText.xba
${OPENOFFICE_VERSION}/share/basic/Gimmicks/ChangeAllChars.xba
${OPENOFFICE_VERSION}/share/basic/Gimmicks/GetTexts.xba
${OPENOFFICE_VERSION}/share/basic/Gimmicks/ReadDir.xba
${OPENOFFICE_VERSION}/share/basic/Gimmicks/ReadFolderDlg.xdl
${OPENOFFICE_VERSION}/share/basic/Gimmicks/UserfieldDlg.xdl
${OPENOFFICE_VERSION}/share/basic/Gimmicks/Userfields.xba
${OPENOFFICE_VERSION}/share/basic/Gimmicks/dialog.xlb
${OPENOFFICE_VERSION}/share/basic/Gimmicks/script.xlb
${OPENOFFICE_VERSION}/share/basic/ImportWizard/API.xba
${OPENOFFICE_VERSION}/share/basic/ImportWizard/DialogModul.xba
${OPENOFFICE_VERSION}/share/basic/ImportWizard/FilesModul.xba
${OPENOFFICE_VERSION}/share/basic/ImportWizard/ImportDialog.xdl
${OPENOFFICE_VERSION}/share/basic/ImportWizard/Language.xba
${OPENOFFICE_VERSION}/share/basic/ImportWizard/Main.xba
${OPENOFFICE_VERSION}/share/basic/ImportWizard/dialog.xlb
${OPENOFFICE_VERSION}/share/basic/ImportWizard/script.xlb
${OPENOFFICE_VERSION}/share/basic/Launcher/DicOOo.xba
${OPENOFFICE_VERSION}/share/basic/Launcher/FontOOo.xba
${OPENOFFICE_VERSION}/share/basic/Launcher/dialog.xlb
${OPENOFFICE_VERSION}/share/basic/Launcher/script.xlb
${OPENOFFICE_VERSION}/share/basic/Schedule/BankHoliday.xba
${OPENOFFICE_VERSION}/share/basic/Schedule/CalendarMain.xba
${OPENOFFICE_VERSION}/share/basic/Schedule/CreateTable.xba
${OPENOFFICE_VERSION}/share/basic/Schedule/DlgCalendar.xdl
${OPENOFFICE_VERSION}/share/basic/Schedule/DlgControl.xba
${OPENOFFICE_VERSION}/share/basic/Schedule/GermanHolidays.xba
${OPENOFFICE_VERSION}/share/basic/Schedule/Language.xba
${OPENOFFICE_VERSION}/share/basic/Schedule/LocalHolidays.xba
${OPENOFFICE_VERSION}/share/basic/Schedule/OwnEvents.xba
${OPENOFFICE_VERSION}/share/basic/Schedule/dialog.xlb
${OPENOFFICE_VERSION}/share/basic/Schedule/script.xlb
${OPENOFFICE_VERSION}/share/basic/Template/Autotext.xba
${OPENOFFICE_VERSION}/share/basic/Template/Correspondence.xba
${OPENOFFICE_VERSION}/share/basic/Template/DialogStyles.xdl
${OPENOFFICE_VERSION}/share/basic/Template/ModuleAgenda.xba
${OPENOFFICE_VERSION}/share/basic/Template/Samples.xba
${OPENOFFICE_VERSION}/share/basic/Template/TemplateDialog.xdl
${OPENOFFICE_VERSION}/share/basic/Template/dialog.xlb
${OPENOFFICE_VERSION}/share/basic/Template/script.xlb
${OPENOFFICE_VERSION}/share/basic/Tools/Debug.xba
${OPENOFFICE_VERSION}/share/basic/Tools/DlgOverwriteAll.xdl
${OPENOFFICE_VERSION}/share/basic/Tools/Listbox.xba
${OPENOFFICE_VERSION}/share/basic/Tools/Misc.xba
${OPENOFFICE_VERSION}/share/basic/Tools/ModuleControls.xba
${OPENOFFICE_VERSION}/share/basic/Tools/Strings.xba
${OPENOFFICE_VERSION}/share/basic/Tools/UCB.xba
${OPENOFFICE_VERSION}/share/basic/Tools/dialog.xlb
${OPENOFFICE_VERSION}/share/basic/Tools/script.xlb
${OPENOFFICE_VERSION}/share/basic/WebWizard/Bullets.xba
${OPENOFFICE_VERSION}/share/basic/WebWizard/Common.xba
${OPENOFFICE_VERSION}/share/basic/WebWizard/HtmlAutoPilotBasic.xba
${OPENOFFICE_VERSION}/share/basic/WebWizard/Language.xba
${OPENOFFICE_VERSION}/share/basic/WebWizard/WebWzrd.xdl
${OPENOFFICE_VERSION}/share/basic/WebWizard/dialog.xlb
${OPENOFFICE_VERSION}/share/basic/WebWizard/script.xlb
${OPENOFFICE_VERSION}/share/cde/icons/002_text_document.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/002_text_document.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/002_text_document.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/002_text_document.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/003_text_template.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/003_text_template.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/003_text_template.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/003_text_template.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/004_spreadsheet_document.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/004_spreadsheet_document.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/004_spreadsheet_document.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/004_spreadsheet_document.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/005_spreadsheet_template.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/005_spreadsheet_template.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/005_spreadsheet_template.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/005_spreadsheet_template.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/006_drawing_document.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/006_drawing_document.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/006_drawing_document.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/006_drawing_document.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/007_drawing_template.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/007_drawing_template.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/007_drawing_template.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/007_drawing_template.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/008_presentation_document.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/008_presentation_document.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/008_presentation_document.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/008_presentation_document.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/009_presentation_template.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/009_presentation_template.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/009_presentation_template.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/009_presentation_template.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/010_presentation_compressed.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/010_presentation_compressed.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/010_presentation_compressed.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/010_presentation_compressed.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/011_global_document.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/011_global_document.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/011_global_document.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/011_global_document.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/012_html_document.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/012_html_document.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/012_html_document.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/012_html_document.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/013_chart_document.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/013_chart_document.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/013_chart_document.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/013_chart_document.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/014_database_document.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/014_database_document.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/014_database_document.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/014_database_document.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/015_math_document.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/015_math_document.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/015_math_document.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/015_math_document.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_calc.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_calc.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_calc.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_calc.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_draw.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_draw.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_draw.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_draw.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_impress.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_impress.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_impress.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_impress.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_math.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_math.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_math.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_math.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_office.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_office.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_office.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_office.t.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_writer.l.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_writer.m.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_writer.s.xpm
${OPENOFFICE_VERSION}/share/cde/icons/ooo_writer.t.xpm
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/af.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/af/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/af/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/af/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/af/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/af/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/af/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/af/math.dt
${OPENOFFICE_VERSION}/share/cde/types/af/math.fp
${OPENOFFICE_VERSION}/share/cde/types/af/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/af/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/af/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/af/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/af/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/af/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/af/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/af/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/af/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/af/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/af/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/af/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/af/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/af/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/af/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/af/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/af/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/af/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/af/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/af_ZA.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ar/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ar/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ar/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ar/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ar/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ar/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ca/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ca/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ca/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ca/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ca/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ca/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/cs.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/cs/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/cs/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/cs/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/cs/math.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/math.fp
${OPENOFFICE_VERSION}/share/cde/types/cs/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/cs/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/cy.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/cy/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/cy/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/cy/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/cy/math.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/math.fp
${OPENOFFICE_VERSION}/share/cde/types/cy/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/cy/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/da.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/da/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/da/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/da/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/da/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/da/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/da/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/da/math.dt
${OPENOFFICE_VERSION}/share/cde/types/da/math.fp
${OPENOFFICE_VERSION}/share/cde/types/da/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/da/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/da/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/da/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/da/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/da/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/da/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/da/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/da/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/da/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/da/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/da/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/da/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/da/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/da/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/da/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/da/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/da/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/da/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/de.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/de/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/de/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/de/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/de/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/de/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/de/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/de/math.dt
${OPENOFFICE_VERSION}/share/cde/types/de/math.fp
${OPENOFFICE_VERSION}/share/cde/types/de/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/de/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/de/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/de/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/de/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/de/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/de/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/de/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/de/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/de/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/de/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/de/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/de/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/de/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/de/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/de/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/de/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/de/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/de/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/en.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/en/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/en/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/en/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/en/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/en/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/en/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/en/math.dt
${OPENOFFICE_VERSION}/share/cde/types/en/math.fp
${OPENOFFICE_VERSION}/share/cde/types/en/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/en/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/en/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/en/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/en/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/en/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/en/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/en/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/en/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/en/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/en/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/en/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/en/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/en/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/en/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/en/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/en/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/en/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/en/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/es.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/es/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/es/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/es/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/es/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/es/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/es/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/es/math.dt
${OPENOFFICE_VERSION}/share/cde/types/es/math.fp
${OPENOFFICE_VERSION}/share/cde/types/es/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/es/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/es/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/es/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/es/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/es/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/es/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/es/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/es/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/es/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/es/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/es/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/es/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/es/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/es/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/es/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/es/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/es/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/es/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/et.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/et/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/et/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/et/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/et/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/et/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/et/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/et/math.dt
${OPENOFFICE_VERSION}/share/cde/types/et/math.fp
${OPENOFFICE_VERSION}/share/cde/types/et/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/et/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/et/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/et/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/et/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/et/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/et/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/et/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/et/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/et/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/et/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/et/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/et/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/et/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/et/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/et/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/et/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/et/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/et/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/eu.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/eu/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/eu/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/eu/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/eu/math.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/math.fp
${OPENOFFICE_VERSION}/share/cde/types/eu/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/eu/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/fi.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/fi/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/fi/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/fi/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/fi/math.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/math.fp
${OPENOFFICE_VERSION}/share/cde/types/fi/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/fi/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/fr.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/fr/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/fr/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/fr/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/fr/math.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/math.fp
${OPENOFFICE_VERSION}/share/cde/types/fr/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/fr/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/gl/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/gl/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/gl/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/gl/math.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/math.fp
${OPENOFFICE_VERSION}/share/cde/types/gl/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/gl/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/gr/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/gr/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/gr/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/gr/math.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/math.fp
${OPENOFFICE_VERSION}/share/cde/types/gr/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/gr/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/he/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/he/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/he/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/he/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/he/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/he/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/he/math.dt
${OPENOFFICE_VERSION}/share/cde/types/he/math.fp
${OPENOFFICE_VERSION}/share/cde/types/he/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/he/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/he/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/he/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/he/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/he/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/he/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/he/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/he/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/he/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/he/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/he/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/he/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/he/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/he/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/he/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/he/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/he/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/he/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/hu.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/hu/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/hu/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/hu/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/hu/math.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/math.fp
${OPENOFFICE_VERSION}/share/cde/types/hu/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/hu/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/it.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/it/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/it/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/it/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/it/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/it/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/it/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/it/math.dt
${OPENOFFICE_VERSION}/share/cde/types/it/math.fp
${OPENOFFICE_VERSION}/share/cde/types/it/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/it/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/it/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/it/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/it/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/it/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/it/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/it/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/it/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/it/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/it/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/it/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/it/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/it/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/it/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/it/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/it/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/it/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/it/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ja/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ja/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ja/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ja/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ja/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ja/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.EUCJP/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.PCK/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ja_JP.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/kn/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/kn/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/kn/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/kn/math.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/math.fp
${OPENOFFICE_VERSION}/share/cde/types/kn/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/kn/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ko.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ko/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ko/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ko/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ko/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ko/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ko/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ko_KR.EUC/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/lt.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/lt/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/lt/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/lt/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/lt/math.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/math.fp
${OPENOFFICE_VERSION}/share/cde/types/lt/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/lt/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nb.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/nb/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/nb/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/nb/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/nb/math.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/math.fp
${OPENOFFICE_VERSION}/share/cde/types/nb/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nb/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nl.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/nl/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/nl/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/nl/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/nl/math.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/math.fp
${OPENOFFICE_VERSION}/share/cde/types/nl/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nl/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nn.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/nn/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/nn/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/nn/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/nn/math.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/math.fp
${OPENOFFICE_VERSION}/share/cde/types/nn/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/nn/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ns.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ns/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ns/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ns/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ns/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ns/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ns/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ns_ZA.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/pl.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/pl/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/pl/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/pl/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/pl/math.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/math.fp
${OPENOFFICE_VERSION}/share/cde/types/pl/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/pl/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/pt.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/pt/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/pt/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/pt/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/pt/math.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/math.fp
${OPENOFFICE_VERSION}/share/cde/types/pt/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/pt/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ANSI-1251/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.ISO8859-5/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.KOI8-R/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/ru/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/ru/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/ru/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/ru/math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/math.fp
${OPENOFFICE_VERSION}/share/cde/types/ru/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/ru/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sk.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/sk/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/sk/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/sk/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/sk/math.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/math.fp
${OPENOFFICE_VERSION}/share/cde/types/sk/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sk/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sl.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/sl/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/sl/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/sl/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/sl/math.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/math.fp
${OPENOFFICE_VERSION}/share/cde/types/sl/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sl/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sv.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/sv/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/sv/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/sv/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/sv/math.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/math.fp
${OPENOFFICE_VERSION}/share/cde/types/sv/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/sv/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tn.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/tn/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/tn/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/tn/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/tn/math.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/math.fp
${OPENOFFICE_VERSION}/share/cde/types/tn/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tn/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_BW.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tn_ZA.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tr.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/tr/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/tr/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/tr/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/tr/math.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/math.fp
${OPENOFFICE_VERSION}/share/cde/types/tr/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/tr/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/math.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.EUC/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/math.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.GBK/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_CN.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/math.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.BIG5/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/math.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.EUC/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zh_TW.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zu.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/zu/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/zu/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/zu/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/zu/math.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/math.fp
${OPENOFFICE_VERSION}/share/cde/types/zu/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zu/writer.fp
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/calc.fp
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/draw.fp
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/impress.fp
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/math.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/math.fp
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/ms-excel.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/ms-powerpoint.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/ms-word.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/richtext.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/vnd.stardivision.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/vnd.stardivision.chart.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/vnd.stardivision.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/vnd.stardivision.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/vnd.stardivision.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/vnd.stardivision.writer-global.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/vnd.stardivision.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/vnd.sun.xml.calc.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/vnd.sun.xml.draw.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/vnd.sun.xml.impress.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/vnd.sun.xml.math.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/vnd.sun.xml.writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/vnd.sun.xml.writer.global.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/writer.dt
${OPENOFFICE_VERSION}/share/cde/types/zu_ZA.UTF-8/writer.fp
${OPENOFFICE_VERSION}/share/config/psetup.xpm
${OPENOFFICE_VERSION}/share/config/psetupl.xpm
${OPENOFFICE_VERSION}/share/config/symbol/l_2people.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_attention1.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_attention2.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_attention3.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_candy.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_face.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_flower.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_ghost.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_halloween.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_home.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_lamp.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_lock.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_page_b.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_page_g.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_page_y.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_people.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_rose.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_save.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_smiley_1.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_smiley_oh.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_smiley_sad.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_snow.bmp
${OPENOFFICE_VERSION}/share/config/symbol/l_star.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_arrow-1.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_arrow-2.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_arrow-3.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_arrow-4.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_attention1.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_attention2.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_attention3.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_ball-b.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_ball-g.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_ball-r.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_ball.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_bug.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_clover.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_egg.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_face.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_flower.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_ghost.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_group.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_halloween.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_heart.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_home.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_lock.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_ok-g.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_ok-r.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_ok.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_page_b.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_page_g.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_page_y.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_pen-b.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_pen-g.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_pen-r.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_people.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_smily_1.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_smily_oh.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_smily_sad.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_snow.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_star.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_team.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_x-g.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_x-r.bmp
${OPENOFFICE_VERSION}/share/config/symbol/s_x.bmp
${OPENOFFICE_VERSION}/share/config/webcast/common.inc
${OPENOFFICE_VERSION}/share/config/webcast/common.pl
${OPENOFFICE_VERSION}/share/config/webcast/edit.asp
${OPENOFFICE_VERSION}/share/config/webcast/edit.pl
${OPENOFFICE_VERSION}/share/config/webcast/editpic.asp
${OPENOFFICE_VERSION}/share/config/webcast/editpic.pl
${OPENOFFICE_VERSION}/share/config/webcast/index.pl
${OPENOFFICE_VERSION}/share/config/webcast/poll.asp
${OPENOFFICE_VERSION}/share/config/webcast/poll.pl
${OPENOFFICE_VERSION}/share/config/webcast/savepic.asp
${OPENOFFICE_VERSION}/share/config/webcast/savepic.pl
${OPENOFFICE_VERSION}/share/config/webcast/show.asp
${OPENOFFICE_VERSION}/share/config/webcast/show.pl
${OPENOFFICE_VERSION}/share/config/webcast/webcast.asp
${OPENOFFICE_VERSION}/share/config/webcast/webcast.pl
${OPENOFFICE_VERSION}/share/dict/ooo/DicOOo.sxw
${OPENOFFICE_VERSION}/share/dict/ooo/FontOOo.sxw
${OPENOFFICE_VERSION}/share/dict/ooo/README_en_GB.txt
${OPENOFFICE_VERSION}/share/dict/ooo/README_it_IT.txt
${OPENOFFICE_VERSION}/share/dict/ooo/dictionary.lst
${OPENOFFICE_VERSION}/share/dict/ooo/en_GB.aff
${OPENOFFICE_VERSION}/share/dict/ooo/en_GB.dic
${OPENOFFICE_VERSION}/share/dict/ooo/en_US.aff
${OPENOFFICE_VERSION}/share/dict/ooo/en_US.dic
${OPENOFFICE_VERSION}/share/dict/ooo/hyph_da_DK.dic
${OPENOFFICE_VERSION}/share/dict/ooo/hyph_de_DE.dic
${OPENOFFICE_VERSION}/share/dict/ooo/hyph_en_GB.dic
${OPENOFFICE_VERSION}/share/dict/ooo/hyph_en_US.dic
${OPENOFFICE_VERSION}/share/dict/ooo/hyph_it_IT.dic
${OPENOFFICE_VERSION}/share/dict/ooo/hyph_ru_RU.dic
${OPENOFFICE_VERSION}/share/dict/ooo/it_IT.aff
${OPENOFFICE_VERSION}/share/dict/ooo/it_IT.dic
${OPENOFFICE_VERSION}/share/dict/ooo/th_en_US.dat
${OPENOFFICE_VERSION}/share/dict/ooo/th_en_US.idx
${OPENOFFICE_VERSION}/share/dtd/math/1_01/math.dtd
${OPENOFFICE_VERSION}/share/dtd/math/1_01/w3c_ipr_software_notice.html
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/Manifest.dtd
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/accelerator.dtd
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/chart.mod
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/datastyl.mod
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/defs.mod
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/dialog.dtd
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/drawing.mod
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/dtypes.mod
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/event.dtd
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/form.mod
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/image.dtd
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/libraries.dtd
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/library.dtd
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/menubar.dtd
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/meta.mod
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/module.dtd
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/nmspace.mod
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/office.dtd
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/office.mod
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/script.mod
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/settings.mod
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/statusbar.dtd
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/style.mod
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/table.mod
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/text.mod
${OPENOFFICE_VERSION}/share/dtd/officedocument/1_0/toolbar.dtd
${OPENOFFICE_VERSION}/share/fonts/truetype/Vera.ttf
${OPENOFFICE_VERSION}/share/fonts/truetype/VeraBI.ttf
${OPENOFFICE_VERSION}/share/fonts/truetype/VeraBd.ttf
${OPENOFFICE_VERSION}/share/fonts/truetype/VeraIt.ttf
${OPENOFFICE_VERSION}/share/fonts/truetype/VeraMoBI.ttf
${OPENOFFICE_VERSION}/share/fonts/truetype/VeraMoBd.ttf
${OPENOFFICE_VERSION}/share/fonts/truetype/VeraMoIt.ttf
${OPENOFFICE_VERSION}/share/fonts/truetype/VeraMono.ttf
${OPENOFFICE_VERSION}/share/fonts/truetype/VeraSe.ttf
${OPENOFFICE_VERSION}/share/fonts/truetype/VeraSeBd.ttf
${OPENOFFICE_VERSION}/share/fonts/truetype/fonts.dir
${OPENOFFICE_VERSION}/share/fonts/truetype/fonts_dir.global
${OPENOFFICE_VERSION}/share/fonts/truetype/opens___.ttf
${OPENOFFICE_VERSION}/share/gallery/apples.gif
${OPENOFFICE_VERSION}/share/gallery/bigapple.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/blkpearl.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/bluarrow.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/bluball.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/bludiamd.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/bluered.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/blusqare.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/blustar.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/coffee_1.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/coffee_2.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/coffee_3.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/coffee_4.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/coffee_5.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/con-blue.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/con-cyan.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/con-green.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/con-lilac.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/con-oran.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/con-pink.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/con-red.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/con-yellow.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/corner_1.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/corner_2.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/corner_3.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/corner_4.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/darkball.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/darkblue.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/gldpearl.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/golfball.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/grnarrow.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/grnball.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/grndiamd.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/grnpearl.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/grnsqare.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/grnstar.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/gryarrow.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/gryball.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/grydiamd.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/grysqare.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/grystar.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/orgarrow.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/orgball.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/orgdiamd.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/orgsqare.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/orgstar.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/pebble_1.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/pebble_2.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/pebble_3.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/poliball.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/popcorn_1.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/popcorn_2.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/rainbow.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/redarrow.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/redball.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/reddiamd.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/redsqare.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/redstar.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/whtpearl.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/ylwarrow.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/ylwball.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/ylwdiamd.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/ylwsqare.gif
${OPENOFFICE_VERSION}/share/gallery/bullets/ylwstar.gif
${OPENOFFICE_VERSION}/share/gallery/flower.gif
${OPENOFFICE_VERSION}/share/gallery/flowers.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/bludown.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/blufirs.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/blufirs_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/blulast.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/blulast_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/blunav.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/blunext.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/blunext_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/bluprev.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/bluprev_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/blutext.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/bluup.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/cubdown.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/cubfirs.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/cubfirs_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/cublast.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/cublast_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/cubnav.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/cubnext.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/cubnext_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/cubprev.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/cubprev_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/cubtext.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/cubup.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/gredown.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/grefirs.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/grefirs_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/grelast.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/grelast_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/grenav.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/grenext.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/grenext_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/greprev.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/greprev_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/gretext.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/greup.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/simdown.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/simfirs.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/simfirs_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/simlast.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/simlast_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/simnav.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/simnext.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/simnext_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/simprev.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/simprev_.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/simtext.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/simup.gif
${OPENOFFICE_VERSION}/share/gallery/htmlexpo/sologo.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/blkballs.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/blurulr1.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/blurulr2.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/blurulr3.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/blurulr4.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/blurulr5.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/blurulr6.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/gldballs.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/grnballs.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/grnrulr1.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/grnrulr2.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/grnrulr3.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/grnrulr4.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/gryrulr1.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/gryrulr2.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/gryrulr3.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/orgrulr1.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/redrulr1.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/redrulr2.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/redrulr3.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/redrulr4.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/redrulr5.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/striped.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/whtballs.gif
${OPENOFFICE_VERSION}/share/gallery/rulers/ylwrulr1.gif
${OPENOFFICE_VERSION}/share/gallery/sdddndx1
${OPENOFFICE_VERSION}/share/gallery/sg1.sdg
${OPENOFFICE_VERSION}/share/gallery/sg1.sdv
${OPENOFFICE_VERSION}/share/gallery/sg1.thm
${OPENOFFICE_VERSION}/share/gallery/sg16.sdg
${OPENOFFICE_VERSION}/share/gallery/sg16.sdv
${OPENOFFICE_VERSION}/share/gallery/sg16.thm
${OPENOFFICE_VERSION}/share/gallery/sg2.sdg
${OPENOFFICE_VERSION}/share/gallery/sg2.sdv
${OPENOFFICE_VERSION}/share/gallery/sg2.thm
${OPENOFFICE_VERSION}/share/gallery/sg24.sdg
${OPENOFFICE_VERSION}/share/gallery/sg24.sdv
${OPENOFFICE_VERSION}/share/gallery/sg24.thm
${OPENOFFICE_VERSION}/share/gallery/sg25.sdg
${OPENOFFICE_VERSION}/share/gallery/sg25.sdv
${OPENOFFICE_VERSION}/share/gallery/sg25.thm
${OPENOFFICE_VERSION}/share/gallery/sg3.sdg
${OPENOFFICE_VERSION}/share/gallery/sg3.sdv
${OPENOFFICE_VERSION}/share/gallery/sg3.thm
${OPENOFFICE_VERSION}/share/gallery/sg4.sdg
${OPENOFFICE_VERSION}/share/gallery/sg4.sdv
${OPENOFFICE_VERSION}/share/gallery/sg4.thm
${OPENOFFICE_VERSION}/share/gallery/sg9.sdg
${OPENOFFICE_VERSION}/share/gallery/sg9.sdv
${OPENOFFICE_VERSION}/share/gallery/sg9.thm
${OPENOFFICE_VERSION}/share/gallery/sky.gif
${OPENOFFICE_VERSION}/share/gallery/sounds/apert.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/apert2.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/applause.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/beam.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/beam2.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/cow.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/curve.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/drama.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/explos.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/falling.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/glasses.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/gong.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/horse.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/kling.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/kongas.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/laser.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/left.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/nature1.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/nature2.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/ok.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/pluck.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/roll.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/romans.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/soft.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/space.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/space2.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/space3.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/sparcle.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/strom.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/theetone.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/top.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/train.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/untie.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/ups.wav
${OPENOFFICE_VERSION}/share/gallery/sounds/wallewal.wav
${OPENOFFICE_VERSION}/share/gallery/www-back/aqua.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/bathroom.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/blocks.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/blow_green.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/blueblop.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/bulging.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/canvas_blue.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/cheese.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/chocolate.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/citrus.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/confetti.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/daisy.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/fluffy-grey.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/fluffy.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/fuzzy-blue.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/fuzzy-darkgrey.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/fuzzy-grey.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/fuzzy-lightgrey.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/fuzzy_light.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/gregre.gif
${OPENOFFICE_VERSION}/share/gallery/www-back/grey.gif
${OPENOFFICE_VERSION}/share/gallery/www-back/grypaws.gif
${OPENOFFICE_VERSION}/share/gallery/www-back/ice-blue.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/ice-light.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/imitation_leather.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/interstices.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/jeans.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/jeansblk.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/lawn-artificial.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/lawn.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/lightblue-wet.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/linen-fine.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/lino-green.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/liquid-blue.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/marble.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/marble_dark.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/mazes.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/mint.gif
${OPENOFFICE_VERSION}/share/gallery/www-back/notes.gif
${OPENOFFICE_VERSION}/share/gallery/www-back/pattern.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/pebble-light.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/pink.gif
${OPENOFFICE_VERSION}/share/gallery/www-back/pool.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/popcorn.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/purple.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/reddark.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/rings-green.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/rings-orange.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/roses.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/sand-light.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/sand.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/sky.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/soft-structure_grey.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/space.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/stone-dark.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/stone.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/structure.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/structure_darkgreen.gif
${OPENOFFICE_VERSION}/share/gallery/www-back/structure_green.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/wall-grey.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/wet-turquoise.jpg
${OPENOFFICE_VERSION}/share/gallery/www-back/wood.jpg
${OPENOFFICE_VERSION}/share/gallery/www-graf/bluat.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/bluback.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/bludisk.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/bludown.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/bluhome.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/bluinfo.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/bluleft.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/blumail.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/bluminus.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/bluplus.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/bluquest.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/bluright.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/bluup.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/gredisk.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/gredown.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grehome.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/greinfo.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/greleft.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/gremail.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/greminus.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/greplus.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grequest.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/greright.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/greup.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grnat.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grnback.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grndisk.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grndown.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grnexcla.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grnhome.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grninfo.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grnleft.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grnmail.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grnminus.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grnplus.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grnquest.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grnright.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grnup.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/gryat.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/gryback.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grydisk.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grydown.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/gryhome.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/gryinfo.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/gryleft.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/grymail.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/gryminus.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/gryplus.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/gryquest.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/gryright.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/gryup.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/men@work.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/orgat.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/orgback.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/orgdisk.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/orgdown.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/orghome.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/orginfo.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/orgleft.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/orgmail.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/orgminus.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/orgplus.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/orgquest.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/orgright.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/orgup.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/redat.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/redback.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/reddisk.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/reddown.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/redhome.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/redinfo.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/redleft.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/redmail.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/redminus.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/redplus.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/redquest.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/redright.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/redup.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/turdown.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/turhome.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/turleft.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/turright.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/turup.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/viohome.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/violeft.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/vioright.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/vioup.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/ylwdown.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/ylwhome.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/ylwleft.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/ylwmail.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/ylwright.gif
${OPENOFFICE_VERSION}/share/gallery/www-graf/ylwup.gif
${OPENOFFICE_VERSION}/share/gnome/net/.directory
${OPENOFFICE_VERSION}/share/gnome/net/.order
${OPENOFFICE_VERSION}/share/gnome/net/calc.desktop
${OPENOFFICE_VERSION}/share/gnome/net/draw.desktop
${OPENOFFICE_VERSION}/share/gnome/net/impress.desktop
${OPENOFFICE_VERSION}/share/gnome/net/math.desktop
${OPENOFFICE_VERSION}/share/gnome/net/ooo645calc.desktop
${OPENOFFICE_VERSION}/share/gnome/net/ooo645draw.desktop
${OPENOFFICE_VERSION}/share/gnome/net/ooo645impress.desktop
${OPENOFFICE_VERSION}/share/gnome/net/ooo645math.desktop
${OPENOFFICE_VERSION}/share/gnome/net/ooo645printeradmin.desktop
${OPENOFFICE_VERSION}/share/gnome/net/ooo645template.desktop
${OPENOFFICE_VERSION}/share/gnome/net/ooo645web.desktop
${OPENOFFICE_VERSION}/share/gnome/net/ooo645writer.desktop
${OPENOFFICE_VERSION}/share/gnome/net/printeradmin.desktop
${OPENOFFICE_VERSION}/share/gnome/net/writer.desktop
${OPENOFFICE_VERSION}/share/icons/document-icons/002_text_document.png
${OPENOFFICE_VERSION}/share/icons/document-icons/003_text_template.png
${OPENOFFICE_VERSION}/share/icons/document-icons/004_spreadsheet_document.png
${OPENOFFICE_VERSION}/share/icons/document-icons/005_spreadsheet_template.png
${OPENOFFICE_VERSION}/share/icons/document-icons/006_drawing_document.png
${OPENOFFICE_VERSION}/share/icons/document-icons/007_drawing_template.png
${OPENOFFICE_VERSION}/share/icons/document-icons/008_presentation_document.png
${OPENOFFICE_VERSION}/share/icons/document-icons/009_presentation_template.png
${OPENOFFICE_VERSION}/share/icons/document-icons/010_presentation_compressed.png
${OPENOFFICE_VERSION}/share/icons/document-icons/011_global_document.png
${OPENOFFICE_VERSION}/share/icons/document-icons/012_html_document.png
${OPENOFFICE_VERSION}/share/icons/document-icons/013_chart_document.png
${OPENOFFICE_VERSION}/share/icons/document-icons/014_database_document.png
${OPENOFFICE_VERSION}/share/icons/document-icons/015_math_document.png
${OPENOFFICE_VERSION}/share/icons/document-icons/016_template.png
${OPENOFFICE_VERSION}/share/icons/document-icons/017_macrolibrary.png
${OPENOFFICE_VERSION}/share/icons/ooo_calc.png
${OPENOFFICE_VERSION}/share/icons/ooo_draw.png
${OPENOFFICE_VERSION}/share/icons/ooo_gulls.png
${OPENOFFICE_VERSION}/share/icons/ooo_impress.png
${OPENOFFICE_VERSION}/share/icons/ooo_math.png
${OPENOFFICE_VERSION}/share/icons/ooo_office.png
${OPENOFFICE_VERSION}/share/icons/ooo_printeradmin.png
${OPENOFFICE_VERSION}/share/icons/ooo_template.png
${OPENOFFICE_VERSION}/share/icons/ooo_web.png
${OPENOFFICE_VERSION}/share/icons/ooo_writer.png
${OPENOFFICE_VERSION}/share/kde/net/.directory
${OPENOFFICE_VERSION}/share/kde/net/calc.desktop
${OPENOFFICE_VERSION}/share/kde/net/draw.desktop
${OPENOFFICE_VERSION}/share/kde/net/impress.desktop
${OPENOFFICE_VERSION}/share/kde/net/math.desktop
${OPENOFFICE_VERSION}/share/kde/net/printeradmin.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_calc.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_calc_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_chart.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_draw.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_draw_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_global.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_gulls.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_impress.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_impress_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_math.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_printeradmin.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_setup.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_template.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_web.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_writer.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/16x16/apps/ooo_writer_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_calc.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_calc_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_chart.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_draw.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_draw_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_global.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_gulls.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_impress.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_impress_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_math.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_printeradmin.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_setup.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_template.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_web.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_writer.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/22x22/apps/ooo_writer_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_calc.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_calc_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_chart.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_draw.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_draw_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_global.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_gulls.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_impress.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_impress_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_math.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_office.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_printeradmin.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_setup.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_template.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_web.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_writer.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/32x32/apps/ooo_writer_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_calc.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_calc_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_chart.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_draw.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_draw_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_global.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_gulls.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_impress.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_impress_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_math.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_printeradmin.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_setup.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_template.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_web.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_writer.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/hicolor/48x48/apps/ooo_writer_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_calc.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_calc_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_chart.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_draw.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_draw_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_global.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_gulls.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_impress.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_impress_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_math.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_printeradmin.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_setup.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_template.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_web.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_writer.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/16x16/apps/ooo_writer_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_calc.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_calc_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_chart.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_draw.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_draw_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_global.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_gulls.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_impress.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_impress_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_math.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_printeradmin.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_setup.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_template.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_web.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_writer.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/22x22/apps/ooo_writer_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_calc.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_calc_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_chart.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_draw.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_draw_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_global.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_gulls.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_impress.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_impress_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_math.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_office.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_printeradmin.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_setup.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_template.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_web.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_writer.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/icons/locolor/32x32/apps/ooo_writer_tpl.xpm
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.stardivision.calc.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.stardivision.chart.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.stardivision.draw.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.stardivision.impress.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.stardivision.math.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.stardivision.writer-global.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.stardivision.writer.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.sun.xml.calc.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.sun.xml.calc.template.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.sun.xml.draw.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.sun.xml.draw.template.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.sun.xml.impress.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.sun.xml.impress.template.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.sun.xml.writer.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.sun.xml.writer.global.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.sun.xml.writer.math.desktop
${OPENOFFICE_VERSION}/share/kde/net/share/mimelnk/application/vnd.sun.xml.writer.template.desktop
${OPENOFFICE_VERSION}/share/kde/net/template.desktop
${OPENOFFICE_VERSION}/share/kde/net/web.desktop
${OPENOFFICE_VERSION}/share/kde/net/writer.desktop
${OPENOFFICE_VERSION}/share/psprint/driver/ADISTILL.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLW3101.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLW3201.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLW3601.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLW6101.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLW8101.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLW81F1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLWBGR1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLWCOB1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLWCSB1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLWGRF1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLWGRI1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLWGRJ1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLWIIF2.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLWIIG2.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APLWLOT1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APL_IIF1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APL_IIG1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APL_NTR1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APNT518_.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APNTX501.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APNTXJ1_.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APPL_230.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APPL_380.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APPL_422.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APTOLLD1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/APTOLLW1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/CAECOGR1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/DC1152_1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EFAX3010.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EFAX4010.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EFAX5010.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EFAX7010.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EFMX3010.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EFMX5010.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EFMX7010.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EFXJK1F3.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EFXJK2F3.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EFXJK303.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EFXJK3F3.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EP_08001.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EP_15201.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EP_30001.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EP_50001.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EP_82F21.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EP_82F51.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EP_P0701.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EP_P1201.PS
${OPENOFFICE_VERSION}/share/psprint/driver/EP_STPH1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/GENERIC.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP1200C1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP2500C1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP3SI52_.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP3SIL21.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP4M3_V1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP4M6_V1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP4ML_V1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP4MP3_1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP4MP6_1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP4PLUS3.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP4PLUS6.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP4SI3_1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP4SI6_1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HPIID52_.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HPIII52_.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HPIIP52_.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HPLJ3D1_.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HPLJ3P1_.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HPLJ4MV1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HPLJ5M_4.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HPLJ5P_1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HPLJ5SI1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HPLJ5SIM.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HPLJ__31.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP_3D52_.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP_3P52_.PS
${OPENOFFICE_VERSION}/share/psprint/driver/HP__CLJ1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/KD8650P1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/KD92P001.PS
${OPENOFFICE_VERSION}/share/psprint/driver/KDH00001.PS
${OPENOFFICE_VERSION}/share/psprint/driver/KDH00002.PS
${OPENOFFICE_VERSION}/share/psprint/driver/L10__425.PS
${OPENOFFICE_VERSION}/share/psprint/driver/L20__471.PS
${OPENOFFICE_VERSION}/share/psprint/driver/L20__493.PS
${OPENOFFICE_VERSION}/share/psprint/driver/L30__471.PS
${OPENOFFICE_VERSION}/share/psprint/driver/L30__493.PS
${OPENOFFICE_VERSION}/share/psprint/driver/L333_523.PS
${OPENOFFICE_VERSION}/share/psprint/driver/L33__523.PS
${OPENOFFICE_VERSION}/share/psprint/driver/L50__493.PS
${OPENOFFICE_VERSION}/share/psprint/driver/L533_523.PS
${OPENOFFICE_VERSION}/share/psprint/driver/L53__523.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LEX4039P.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LEX4079P.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LEXOPTR_.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHCFLRJ5.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHCOFLC5.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHCOFLR5.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHGUBEH3.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHGUBHJ4.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHHERHJ4.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHHERIJ4.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHHERKH3.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHHERKI4.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHHKPHJ7.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHHKPIJ7.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHHRKPH7.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHHRKPI7.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHQUSHJ4.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHQUSIJ4.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHQUSRH3.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHQUSRI3.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHSIGHJ4.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHSIGIJ4.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHSIGNH3.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LHSIGNI3.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPC1200.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPC40.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPC45.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPE310.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPM410.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPS1255.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPS1625.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPS1855.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPS2455.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPS3455.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPT610.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPT612.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPT614.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPT616.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPTRAC.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPTRAEP.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPTRAK.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPTRAN.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPTRAP.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPTRAS.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPTRASC.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOPW810.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOS1255P.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOS1625P.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOS1855P.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOS2455P.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LOS3455P.PS
${OPENOFFICE_VERSION}/share/psprint/driver/LWNT_518.PS
${OPENOFFICE_VERSION}/share/psprint/driver/SGENPRT.PS
${OPENOFFICE_VERSION}/share/psprint/driver/SGENT42.PS
${OPENOFFICE_VERSION}/share/psprint/driver/SNSPREC1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TK300PJ1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TK300XJ1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TK350171.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TK350172.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TK350691.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TK350692.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TK350PJ2.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TK360J21.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TK360J51.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TK360J71.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TK450PJ1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TK550171.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TK550391.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TK550PJ1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TKP350J2.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TKP360P1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TKP380J1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TKP380P1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TKP450J1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TKP450P1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TKP550J1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TKP600J1.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TKPH3801.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TKPH4501.PS
${OPENOFFICE_VERSION}/share/psprint/driver/TKPH6001.PS
${OPENOFFICE_VERSION}/share/psprint/driver/XRD61354.PS
${OPENOFFICE_VERSION}/share/psprint/driver/XRD61801.PS
${OPENOFFICE_VERSION}/share/psprint/driver/XRN17000.PS
${OPENOFFICE_VERSION}/share/psprint/driver/XRN24320.PS
${OPENOFFICE_VERSION}/share/psprint/driver/XR_DC230.PS
${OPENOFFICE_VERSION}/share/psprint/fontmetric/AGaramond-Bold.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/AvantGarde-Book.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/AvantGarde-BookOblique.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/AvantGarde-Demi.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/AvantGarde-DemiOblique.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Bookman-Demi.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Bookman-DemiItalic.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Bookman-Light.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Bookman-LightItalic.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Courier-Bold.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Courier-BoldOblique.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Courier-Oblique.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Courier.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/GothicBBB-Medium-83pv-RKSJ-H.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/GothicBBB-Medium.Roman.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Helvetica-Bold.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Helvetica-BoldOblique.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Helvetica-Oblique.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Helvetica.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/NewBaskerville-Bold.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/NewBaskerville-BoldItalic.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/NewBaskerville-Italic.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/NewBaskerville-Roman.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/NewCenturySchlbk-Bold.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/NewCenturySchlbk-BoldItalic.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/NewCenturySchlbk-Italic.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/NewCenturySchlbk-Roman.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Palatino-Bold.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Palatino-BoldItalic.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Palatino-Italic.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Palatino-Roman.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Ryumin-Light-83pv-RKSJ-H.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Ryumin-Light.Roman.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Symbol.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Times-Bold.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Times-BoldItalic.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Times-Italic.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Times-Roman.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/Windsor.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/ZapfChancery-MediumItalic.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/ZapfDingbats.afm
${OPENOFFICE_VERSION}/share/psprint/fontmetric/pspfontcache
${OPENOFFICE_VERSION}/share/psprint/psprint.conf
${OPENOFFICE_VERSION}/share/readme/LICENSE${OPENOFFICE_LANGCODE}
${OPENOFFICE_VERSION}/share/readme/LICENSE${OPENOFFICE_LANGCODE}.html
${OPENOFFICE_VERSION}/share/readme/README${OPENOFFICE_LANGCODE}
${OPENOFFICE_VERSION}/share/readme/README${OPENOFFICE_LANGCODE}.html
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Inet.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Office/Calc.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Office/Common.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Office/DataAccess.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Office/Jobs.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Office/Labels.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Office/Math.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Office/ProtocolHandler.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Office/SFX.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Office/Security.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Office/TypeDetection.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Office/UI.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Office/Views.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Office/Writer.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/Setup.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/VCL.xcu
${OPENOFFICE_VERSION}/share/registry/data/org/openoffice/ucb/Configuration.xcu
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Inet.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Addons.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Calc.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Chart.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Commands.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Common.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Common.xcu
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/DataAccess.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/DataAccess.xcu
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Draw.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Impress.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Java.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Jobs.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Labels.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Linguistic.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Math.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/ProtocolHandler.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/SFX.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/SFX.xcu
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Security.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Substitution.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/TypeDetection.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/TypeDetection.xcu
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/UI.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/UI.xcu
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Views.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Writer.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/Writer.xcu
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Office/WriterWeb.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/Setup.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/UserProfile.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/VCL.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/ucb/Configuration.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/ucb/Hierarchy.properties
${OPENOFFICE_VERSION}/share/registry/res/${OPENOFFICE_ISOCODE}/org/openoffice/ucb/Store.properties
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Inet.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Addons.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Calc.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Chart.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Commands.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Common.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/DataAccess.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Draw.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Impress.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Java.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Jobs.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Labels.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Linguistic.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Math.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/SFX.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Security.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Substitution.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/TypeDetection.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/UI.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Views.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/Writer.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Office/WriterWeb.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/Setup.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/UserProfile.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/VCL.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/ucb/Configuration.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/ucb/Hierarchy.xcs
${OPENOFFICE_VERSION}/share/registry/schema/org/openoffice/ucb/Store.xcs
${OPENOFFICE_VERSION}/spadmin
${OPENOFFICE_VERSION}/user/basic/Standard/Module1.xba
${OPENOFFICE_VERSION}/user/basic/Standard/dialog.xlb
${OPENOFFICE_VERSION}/user/basic/Standard/script.xlb
${OPENOFFICE_VERSION}/user/basic/dialog.xlc
${OPENOFFICE_VERSION}/user/basic/script.xlc
${OPENOFFICE_VERSION}/user/config/autotbl.fmt
${OPENOFFICE_VERSION}/user/config/cmyk.soc
${OPENOFFICE_VERSION}/user/config/gallery.soc
${OPENOFFICE_VERSION}/user/config/html.soc
${OPENOFFICE_VERSION}/user/config/standard.sob
${OPENOFFICE_VERSION}/user/config/standard.soc
${OPENOFFICE_VERSION}/user/config/standard.sod
${OPENOFFICE_VERSION}/user/config/standard.soe
${OPENOFFICE_VERSION}/user/config/standard.sog
${OPENOFFICE_VERSION}/user/config/standard.soh
${OPENOFFICE_VERSION}/user/config/sun-color.soc
${OPENOFFICE_VERSION}/user/config/web.soc
${OPENOFFICE_VERSION}/user/database/biblio/biblio.dbf
${OPENOFFICE_VERSION}/user/gallery/sg100.sdv
${OPENOFFICE_VERSION}/user/gallery/sg100.thm
${OPENOFFICE_VERSION}/user/gallery/sg30.sdv
${OPENOFFICE_VERSION}/user/gallery/sg30.thm
bin/scalc
bin/sdraw
bin/simpress
bin/soffice
bin/swriter