diff options
author | Frank Meies <fme@openoffice.org> | 2006-01-11 09:47:37 +0000 |
---|---|---|
committer | Frank Meies <fme@openoffice.org> | 2006-01-11 09:47:37 +0000 |
commit | 9d2a1d1fc99e2f330aad86022ee14b0beca60808 (patch) | |
tree | c01676f915a2d823cf827340cd3f528cb4bf5d25 /scp2 | |
parent | 6d38d11075d4d924cca606b7742225e147389191 (diff) |
#i60269# set patch flag for bf_sw and bf_sch
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 89a6ba74eb3d..a5aa35d8d149 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_library_ooo.scp,v $ * - * $Revision: 1.174 $ + * $Revision: 1.175 $ * - * last change: $Author: rt $ $Date: 2006-01-10 14:34:07 $ + * last change: $Author: fme $ $Date: 2006-01-11 10:47:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1625,14 +1625,14 @@ STD_UNO_LIB_FILE( gid_File_Lib_Schd , schd) // #ifndef WITHOUT_BINFILTER -STD_LIB_FILE( gid_File_Lib_Bf_Sch, bf_sch) +STD_LIB_FILE_PATCH( gid_File_Lib_Bf_Sch, bf_sch) STD_LIB_FILE( gid_File_Lib_Bf_Lng, bf_lng) STD_LIB_FILE_PATCH( gid_File_Lib_Bf_Xo, bf_xo) STD_LIB_FILE_PATCH( gid_File_Lib_Bf_Svx, bf_svx) STD_LIB_FILE( gid_File_Lib_Bf_Frm, bf_frm) STD_LIB_FILE( gid_File_Lib_Bf_Ofa, bf_ofa) STD_LIB_FILE( gid_File_Lib_Bf_Sd, bf_sd) -STD_LIB_FILE( gid_File_Lib_Bf_Sw, bf_sw) +STD_LIB_FILE_PATCH( gid_File_Lib_Bf_Sw, bf_sw) 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) |