INTEGRATION: CWS buildcond02 (1.71.10); FILE MERGED

2005/01/31 13:25:40 mmeeks 1.71.10.3: RESYNC: (1.75-1.81); FILE MERGED
2005/01/06 17:19:41 mmeeks 1.71.10.2: RESYNC: (1.71-1.75); FILE MERGED
2004/12/09 14:35:25 mmeeks 1.71.10.1: Issue number: #i29937# #i36764# #i35742#
Submitted by: mmeeks

Allow binfilter to be disabled & not packaged
Fix bugs with system python packaging
Allow myspell dictionaries not to be packaged.
This commit is contained in:
Jens-Heiner Rechtien 2005-02-11 14:54:37 +00:00
parent e1eb344c90
commit 59d38c4282

View file

@ -2,9 +2,9 @@
*
* $RCSfile: file_library_ooo.scp,v $
*
* $Revision: 1.82 $
* $Revision: 1.83 $
*
* last change: $Author: rt $ $Date: 2005-02-04 11:31:17 $
* last change: $Author: hr $ $Date: 2005-02-11 15:54:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -1484,6 +1484,7 @@ STD_UNO_LIB_FILE( gid_File_Lib_Schd , schd)
// start binfilter #110743#
//
#ifndef WITHOUT_BINFILTER
STD_LIB_FILE( gid_File_Lib_Bf_Sch, bf_sch)
STD_LIB_FILE( gid_File_Lib_Bf_Lng, bf_lng)
STD_LIB_FILE( gid_File_Lib_Bf_Xo, bf_xo)
@ -1496,6 +1497,7 @@ STD_LIB_FILE( gid_File_Lib_Bf_Wrapper, bf_wrapper)
STD_LIB_FILE( gid_File_Lib_Legacy_Binfilters, legacy_binfilters)
STD_UNO_LIB_FILE( gid_File_Lib_Bf_Migratefilter, bf_migratefilter)
STD_UNO_LIB_FILE( gid_File_Lib_Bindet, bindet)
#endif
//
// end binfilter #110743#