summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 08:38:43 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 08:38:43 +0000
commit75aaa375054c8f0134712ad23fc95fc707a7c425 (patch)
tree524dba889ed96bbacb99570d2dbf2724e1039655 /scp2/source
parent2d8ca49ed271b02b4b5a54ea60daa9011055c69b (diff)
INTEGRATION: CWS native151 (1.1.2); FILE ADDED
2008/05/30 09:46:04 is 1.1.2.2: #i79800# new file header 2008/05/06 15:51:36 is 1.1.2.1: #i79800# binfilter into an own package
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/binfilter/module_binfilter.scp93
1 files changed, 93 insertions, 0 deletions
diff --git a/scp2/source/binfilter/module_binfilter.scp b/scp2/source/binfilter/module_binfilter.scp
new file mode 100644
index 000000000000..cccf357dac7b
--- /dev/null
+++ b/scp2/source/binfilter/module_binfilter.scp
@@ -0,0 +1,93 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2008 by Sun Microsystems, Inc.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: module_binfilter.scp,v $
+ * $Revision: 1.2 $
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+
+#include "macros.inc"
+
+Module gid_Module_Optional_Binfilter
+ PackageInfo = "packinfo_office.txt";
+ MOD_NAME_DESC ( MODULE_OPTIONAL_BINFILTER );
+ Sortkey = "700";
+ ParentID = gid_Module_Optional;
+ Default = YES;
+ Files = (gid_File_Registry_Spool_Oo_TypeDetection_Chart_Bf_Types_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Chart_Bf_Filters_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Calc_Bf_Types_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Calc_Bf_Filters_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Draw_Bf_Types_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Draw_Bf_Filters_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Global_Bf_Types_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Global_Bf_Filters_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Impress_Bf_Types_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Impress_Bf_Filters_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Math_Bf_Types_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Math_Bf_Filters_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Web_Bf_Types_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Web_Bf_Filters_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Writer_Bf_Types_Xcu,
+ gid_File_Registry_Spool_Oo_TypeDetection_Writer_Bf_Filters_Xcu,
+ gid_Starregistry_Legacy_Binfilters_Rdb,
+ gid_File_Lib_Bf_Go,
+ gid_File_Lib_Bf_Sch,
+ gid_File_Lib_Bf_Lng,
+ gid_File_Lib_Bf_Xo,
+ gid_File_Lib_Bf_Svx,
+ gid_File_Lib_Bf_Svt,
+ gid_File_Lib_Bf_Frm,
+ gid_File_Lib_Bf_Ofa,
+ gid_File_Lib_Bf_Sb,
+ gid_File_Lib_Bf_Sc,
+ gid_File_Lib_Bf_Sd,
+ gid_File_Lib_Bf_Sm,
+ gid_File_Lib_Bf_So,
+ gid_File_Lib_Bf_Sw,
+ gid_File_Lib_Bf_Wrapper,
+ gid_File_Lib_Legacy_Binfilters,
+ gid_File_Lib_Bf_Migratefilter,
+ gid_File_Lib_Bindet);
+End
+
+Module gid_Module_Langpack_Binfilter_Template
+ ParentID = gid_Module_Optional_Binfilter;
+ Name = "gid_Module_Langpack_Binfilter_Template";
+ Description = "gid_Module_Langpack_Binfilter_Template";
+ Styles = (TEMPLATEMODULE);
+ Files = (gid_File_Res_Bf_Sch,
+ gid_File_Res_Bf_Svx,
+ gid_File_Res_Bf_Svt,
+ gid_File_Res_Bf_Frm,
+ gid_File_Res_Bf_Ofa,
+ gid_File_Res_Bf_Sc,
+ gid_File_Res_Bf_Sd,
+ gid_File_Res_Bf_Sm,
+ gid_File_Res_Bf_Sw,
+ gid_File_Res_Bf_Sfx);
+End
+
+#include "alllangmodules_binfilter.inc"