From c02e4801a9bd8670e02281342ae0057605fa2feb Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 6 Jun 2005 15:09:39 +0000
Subject: [PATCH] INTEGRATION: CWS gslpatches (1.103.10); FILE MERGED
2005/06/06 11:03:58 pl 1.103.10.1: add patch flags
---
scp2/source/ooo/file_library_ooo.scp | 42 ++++++++++++++++++++++------
1 file changed, 33 insertions(+), 9 deletions(-)
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 5ddf9f377979..280a60e0f509 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.103 $
+* $Revision: 1.104 $
*
-* last change: $Author: kz $ $Date: 2005-05-31 17:08:10 $
+* last change: $Author: hr $ $Date: 2005-06-06 16:09:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1359,24 +1359,42 @@ File gid_File_Lib_Proxyfac
End
#ifdef UNX
-
-STD_LIB_FILE( gid_File_Lib_Psp, psp )
-
+File gid_File_Lib_Psp
+ Name = LIBNAME(psp);
+ TXT_FILE_BODY;
+ Styles = (PACKED,PATCH);
+ Dir = gid_Dir_Program;
+End
#endif
#ifdef UNX
-STD_LIB_FILE( gid_File_Lib_Vclplug_Gen, vclplug_gen )
+File gid_File_Lib_Vclplug_Gen
+ Name = LIBNAME(vclplug_gen);
+ TXT_FILE_BODY;
+ Styles = (PACKED,PATCH);
+ Dir = gid_Dir_Program;
+End
#endif
#ifdef UNX
#ifdef ENABLE_GTK
#ifndef MACOSX
-STD_LIB_FILE( gid_File_Lib_Vclplug_Gtk, vclplug_gtk )
+File gid_File_Lib_Vclplug_Gtk
+ Name = LIBNAME(vclplug_gtk);
+ TXT_FILE_BODY;
+ Styles = (PACKED,PATCH);
+ Dir = gid_Dir_Program;
+End
#endif
#endif
#ifdef ENABLE_KDE
#ifndef MACOSX
-STD_LIB_FILE( gid_File_Lib_Vclplug_Kde, vclplug_kde )
+File gid_File_Lib_Vclplug_Kde
+ Name = LIBNAME(vclplug_kde);
+ TXT_FILE_BODY;
+ Styles = (PACKED,PATCH);
+ Dir = gid_Dir_Program;
+End
#endif
#endif
#endif
@@ -1946,7 +1964,13 @@ End
STD_LIB_FILE( gid_File_Lib_BaseGfx, basegfx )
-STD_UNO_LIB_FILE( gid_File_Lib_Vcl, vcl )
+File gid_File_Lib_Vcl
+ Name = LIBNAME(vcl);
+ TXT_FILE_BODY;
+ Styles = (PACKED,UNO_COMPONENT,PATCH);
+ Dir = gid_Dir_Program;
+ RegistryID = gid_Starregistry_Services_Rdb;
+End
#ifdef USE_PASF