summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-14 10:54:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-14 10:54:40 +0000
commit60ec7d1fe7a0429f7434b1f29323129c9033a9b2 (patch)
tree1f0a1101efb6f40de99af93544061f2d3e9aba12
parent953462b633a57e1daaf8da1ca17f610fcef8ba8d (diff)
INTEGRATION: CWS unopkg1 (1.4.8); FILE MERGED
2004/03/24 10:39:14 dbo 1.4.8.3: RESYNC: (1.4-1.8); FILE MERGED 2004/03/11 16:05:23 dbo 1.4.8.2: #115884# Issue number: Submitted by: Reviewed by: 2004/03/04 10:12:11 dbo 1.4.8.1: #i20304# added deployment UNO components, added configmgrrc PKG_...Config, added unorc PKG_...UnoFile Issue number: Submitted by: Reviewed by:
-rw-r--r--scp2/source/ooo/file_library_ooo.scp17
1 files changed, 14 insertions, 3 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index dc92e812e66b..0da6e9b418b4 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.10 $
+* $Revision: 1.11 $
*
-* last change: $Author: rt $ $Date: 2004-03-30 14:51:08 $
+* last change: $Author: hr $ $Date: 2004-04-14 11:54:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1187,7 +1187,14 @@ STD_UNO_LIB_FILE( gid_File_Lib_Pdffilter, pdffilter)
STD_UNO_LIB_FILE( gid_File_Lib_Pk , pk)
-STD_LIB_FILE( gid_File_Lib_Pkgchk , pkgchk)
+File gid_File_Lib_Deployment
+#if defined UNX
+ Name = STRING(CONCAT5(deployment,OFFICEUPD,DLLSUFFIX,.uno,UNXSUFFIX));
+#else
+ Name = STRING(CONCAT4(deployment,OFFICEUPD,DLLSUFFIX,.uno.dll));
+#endif
+ PACKED_UNO_LIB_FILE_BODY;
+End
STD_UNO_LIB_FILE( gid_File_Lib_Pl , pl)
@@ -1637,6 +1644,10 @@ SPECIAL_UNO_LIB_FILE(gid_File_Lib_Ucphier1,ucphier1)
SPECIAL_UNO_LIB_FILE(gid_File_Lib_Ucppkg1,ucppkg1)
+SPECIAL_UNO_COMPONENT_LIB_FILE(gid_File_Ucptdoc1, ucptdoc1.uno)
+
+SPECIAL_UNO_COMPONENT_LIB_FILE(gid_File_Ucpexpand1, ucpexpand1.uno)
+
File gid_File_Lib_Myspell
TXT_FILE_BODY;
Dir = gid_Dir_Program;