Update ooo320-m1
[ooovba.git] / scp2 / source / binfilter / module_binfilter.scp
blob41039a84281c7c23d407915499fc52842708f83a
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: module_binfilter.scp,v $
10  * $Revision: 1.3 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "macros.inc"
33 Module gid_Module_Optional_Binfilter
34     PackageInfo = "packinfo_office.txt";
35     MOD_NAME_DESC ( MODULE_OPTIONAL_BINFILTER );
36     Sortkey = "700";
37     InstallOrder = "1100";
38     ParentID = gid_Module_Optional;
39     Default = YES;
40     Files = (gid_File_Registry_Spool_Oo_TypeDetection_Chart_Bf_Types_Xcu,
41     gid_File_Registry_Spool_Oo_TypeDetection_Chart_Bf_Filters_Xcu,
42     gid_File_Registry_Spool_Oo_TypeDetection_Calc_Bf_Types_Xcu,
43     gid_File_Registry_Spool_Oo_TypeDetection_Calc_Bf_Filters_Xcu,
44     gid_File_Registry_Spool_Oo_TypeDetection_Draw_Bf_Types_Xcu,
45     gid_File_Registry_Spool_Oo_TypeDetection_Draw_Bf_Filters_Xcu,
46     gid_File_Registry_Spool_Oo_TypeDetection_Global_Bf_Types_Xcu,
47     gid_File_Registry_Spool_Oo_TypeDetection_Global_Bf_Filters_Xcu,
48     gid_File_Registry_Spool_Oo_TypeDetection_Impress_Bf_Types_Xcu,
49     gid_File_Registry_Spool_Oo_TypeDetection_Impress_Bf_Filters_Xcu,
50     gid_File_Registry_Spool_Oo_TypeDetection_Math_Bf_Types_Xcu,
51     gid_File_Registry_Spool_Oo_TypeDetection_Math_Bf_Filters_Xcu,
52     gid_File_Registry_Spool_Oo_TypeDetection_Web_Bf_Types_Xcu,
53     gid_File_Registry_Spool_Oo_TypeDetection_Web_Bf_Filters_Xcu,
54     gid_File_Registry_Spool_Oo_TypeDetection_Writer_Bf_Types_Xcu,
55     gid_File_Registry_Spool_Oo_TypeDetection_Writer_Bf_Filters_Xcu,
56     gid_Starregistry_Legacy_Binfilters_Rdb,
57     gid_File_Lib_Bf_Go,
58     gid_File_Lib_Bf_Sch,
59     gid_File_Lib_Bf_Lng,
60     gid_File_Lib_Bf_Xo,
61     gid_File_Lib_Bf_Svx,
62     gid_File_Lib_Bf_Svt,
63     gid_File_Lib_Bf_Frm,
64     gid_File_Lib_Bf_Ofa,
65     gid_File_Lib_Bf_Sb,
66     gid_File_Lib_Bf_Sc,
67     gid_File_Lib_Bf_Sd,
68     gid_File_Lib_Bf_Sm,
69     gid_File_Lib_Bf_So,
70     gid_File_Lib_Bf_Sw,
71     gid_File_Lib_Bf_Wrapper,
72     gid_File_Lib_Legacy_Binfilters,
73     gid_File_Lib_Bf_Migratefilter,
74     gid_File_Lib_Bindet);
75 End
77 Module gid_Module_Langpack_Binfilter_Template
78     ParentID = gid_Module_Optional_Binfilter;
79     Name = "gid_Module_Langpack_Binfilter_Template";
80     Description = "gid_Module_Langpack_Binfilter_Template";
81     Styles = (TEMPLATEMODULE);
82     Files = (gid_File_Res_Bf_Sch,
83              gid_File_Res_Bf_Svx,
84              gid_File_Res_Bf_Svt,
85              gid_File_Res_Bf_Frm,
86              gid_File_Res_Bf_Ofa,
87              gid_File_Res_Bf_Sc,
88              gid_File_Res_Bf_Sd,
89              gid_File_Res_Bf_Sm,
90              gid_File_Res_Bf_Sw,
91              gid_File_Res_Bf_Sfx);
92 End
94 #include "alllangmodules_binfilter.inc"