summaryrefslogtreecommitdiff
path: root/scp2/source/binfilter/module_binfilter.scp
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-11-08 16:25:37 -0600
committerTor Lillqvist <tml@iki.fi>2012-11-09 07:58:02 +0000
commit060219ac1a2350cfe89d5415b925dca8150f864d (patch)
treeb708135a25bd5e32673e29eaef9abe785c2ad200 /scp2/source/binfilter/module_binfilter.scp
parent325ac9d353057767da9648fab332eac9c4a6ef0c (diff)
binfilter.die.die.die
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'scp2/source/binfilter/module_binfilter.scp')
-rw-r--r--scp2/source/binfilter/module_binfilter.scp67
1 files changed, 0 insertions, 67 deletions
diff --git a/scp2/source/binfilter/module_binfilter.scp b/scp2/source/binfilter/module_binfilter.scp
deleted file mode 100644
index 873652e6e16a..000000000000
--- a/scp2/source/binfilter/module_binfilter.scp
+++ /dev/null
@@ -1,67 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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";
- InstallOrder = "1100";
- ParentID = gid_Module_Optional;
- Default = NO;
- Files = (gid_File_Share_Registry_Binfilter_Xcd,
- 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,
- 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