diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:07:05 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:07:05 +0000 |
commit | de8cc73f11a681b5b3087ceb20fbe8340f58cf11 (patch) | |
tree | 732788c57e7af36b1d47aaa07b1bd4a2d0e848b2 /scp2 | |
parent | d2daf9877016db42bd484c353447e4e9e5627151 (diff) |
INTEGRATION: CWS desktintgr03 (1.53.22); FILE MERGED
2004/10/22 13:47:28 tra 1.53.22.4: RESYNC: (1.53-1.56); FILE MERGED
2004/10/22 10:48:48 tra 1.53.22.3: #i34294#added instooofiltmsi
2004/10/21 13:57:36 tra 1.53.22.2: #i34294#added ooofiltproxy.dll
2004/10/18 13:59:21 tra 1.53.22.1: #i34765#moved shlxthdl.dll to winexplorerext tree
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 041ccc1f1a9d..9a63a67c0efd 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.59 $ +* $Revision: 1.60 $ * -* last change: $Author: rt $ $Date: 2004-10-28 13:45:10 $ +* last change: $Author: pjunck $ $Date: 2004-11-03 08:07:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1554,22 +1554,25 @@ STD_UNO_LIB_FILE( gid_File_Lib_Sfx , sfx) #ifdef WNT -File gid_File_Lib_Shlxthdl +File gid_File_Lib_OOoFilt TXT_FILE_BODY; Styles = (PACKED); Dir = gid_Dir_Program; - Name = "shlxthdl.dll"; + Name = "ooofilt.dll"; End -#endif - -#ifdef WNT +File gid_File_Lib_OOoFiltProxy + TXT_FILE_BODY; + Styles = (PACKED); + Dir = gid_Dir_Program; + Name = "ooofiltproxy.dll"; +End -File gid_File_Lib_OOoFilt +File gid_File_Lib_Instooofiltmsi TXT_FILE_BODY; Styles = (PACKED); Dir = gid_Dir_Program; - Name = "ooofilt.dll"; + Name = "instooofiltmsi.dll"; End #endif |