diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-02-11 14:53:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-02-11 14:53:06 +0000 |
commit | 4c2605c40f59dfe075b9a2c6ae5a52d09cda627d (patch) | |
tree | 2a48a606cfcc5e660da9b125aa7883e4ecbd5954 /scp2/source/calc/file_calc.scp | |
parent | fe896b79f679fae36e7ccf3659461db7ac20e8f1 (diff) |
INTEGRATION: CWS buildcond02 (1.11.24); FILE MERGED
2005/01/31 13:27:10 mmeeks 1.11.24.2: RESYNC: (1.11-1.13); FILE MERGED
2004/12/09 14:35:22 mmeeks 1.11.24.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.
Diffstat (limited to 'scp2/source/calc/file_calc.scp')
-rw-r--r-- | scp2/source/calc/file_calc.scp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scp2/source/calc/file_calc.scp b/scp2/source/calc/file_calc.scp index 45338823aba4..09f1493b8ca9 100644 --- a/scp2/source/calc/file_calc.scp +++ b/scp2/source/calc/file_calc.scp @@ -73,8 +73,10 @@ STD_UNO_LIB_FILE( gid_File_Lib_Scd , scd) // start binfilter #110743# // +#ifndef WITHOUT_BINFILTER STD_LIB_FILE( gid_File_Lib_Bf_Sc, bf_sc) STD_RES_FILE( gid_File_Res_Bf_Sc, bf_sc) +#endif // // end binfilter #110743# |