summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-20 11:01:29 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-20 11:01:29 +0000
commitb68cd7f2c3fe2e2eb6171b5aaf375bd6de6d4745 (patch)
treed2530b23ad35c2cadcc5ce0df69cc4d64b3aee6b
parentfb2900e3b381329d2b2e11157b1fc3786e462009 (diff)
INTEGRATION: CWS nativefixer6 (1.96.6); FILE MERGED
2005/04/14 09:57:30 is 1.96.6.3: #i46741# preparing Windows patch 2005/04/13 10:22:59 is 1.96.6.2: RESYNC: (1.96-1.98); FILE MERGED 2005/04/08 17:51:44 is 1.96.6.1: #i46741# introducing flag BINARYTABLE_ONLY, important for patch
-rw-r--r--scp2/source/ooo/file_library_ooo.scp25
1 files changed, 18 insertions, 7 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index fc237f38fa6e..1e8c2891d93d 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -2,9 +2,9 @@
*
* $RCSfile: file_library_ooo.scp,v $
*
-* $Revision: 1.99 $
+* $Revision: 1.100 $
*
-* last change: $Author: obo $ $Date: 2005-04-13 08:43:44 $
+* last change: $Author: obo $ $Date: 2005-04-20 12:01:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1057,13 +1057,24 @@ End
File gid_File_Lib_Lngpckinsthlp
BIN_FILE_BODY;
- Styles = (PACKED, LANGUAGEPACK, BINARYTABLE);
+ Styles = (PACKED, LANGUAGEPACK, BINARYTABLE, BINARYTABLE_ONLY);
Dir = gid_Dir_Program;
Name = "lngpckinsthlp.dll";
End
#endif
+#ifdef WNT
+
+File gid_File_Lib_Patchmsi
+ TXT_FILE_BODY;
+ Name = "patchmsi.dll";
+ Dir = gid_Dir_Program;
+ Styles = (PACKED,PATCH,PATCH_ONLY,BINARYTABLE,BINARYTABLE_ONLY);
+End
+
+#endif
+
STD_UNO_LIB_FILE( gid_File_Lib_Lng, lng)
File gid_File_Lib_Localedata_En
@@ -1406,7 +1417,7 @@ End
File gid_File_Lib_Reg4msdocmsi
TXT_FILE_BODY;
- Styles = (PACKED, BINARYTABLE);
+ Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
Dir = gid_Dir_Program;
Name = "reg4msdocmsi.dll";
End
@@ -1417,7 +1428,7 @@ End
File gid_File_Lib_Qslnkmsi
TXT_FILE_BODY;
- Styles = (PACKED, BINARYTABLE);
+ Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
Dir = gid_Dir_Program;
Name = "qslnkmsi.dll";
End
@@ -1428,7 +1439,7 @@ End
File gid_File_Lib_Sdqsmsi
TXT_FILE_BODY;
- Styles = (PACKED, BINARYTABLE);
+ Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
Dir = gid_Dir_Program;
Name = "sdqsmsi.dll";
End
@@ -1606,7 +1617,7 @@ End
File gid_File_Lib_Instooofiltmsi
TXT_FILE_BODY;
- Styles = (PACKED, BINARYTABLE);
+ Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
Dir = gid_Dir_Program;
Name = "instooofiltmsi.dll";
End