diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:27:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:27:13 +0000 |
commit | 38f3551a1b11df95484c871ed1c406b2cf5e155a (patch) | |
tree | fab1ad9d0a45ee738f7c5e4b7a306c7227d41a38 /scp2 | |
parent | d7b1126825f2e059494ebb323b8487402a4c9985 (diff) |
INTEGRATION: CWS pl03 (1.103.8); FILE MERGED
2005/06/06 10:53:10 pl 1.103.8.2: use correct name macro
2005/06/06 09:26:37 pl 1.103.8.1: add patch flag to res service library
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index de45c22d2635..4f31d5fce8f0 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.141 $ + * $Revision: 1.142 $ * - * last change: $Author: kz $ $Date: 2005-09-13 10:49:10 $ + * last change: $Author: hr $ $Date: 2005-09-23 12:27:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1436,7 +1436,13 @@ End #endif -STD_UNO_LIB_FILE( gid_File_Lib_Res, res) +File gid_File_Lib_Res + Name = LIBNAME(res); + TXT_FILE_BODY; + Styles = (PACKED,UNO_COMPONENT,PATCH); + Dir = gid_Dir_Program; + RegistryID = gid_Starregistry_Services_Rdb; +End File gid_File_Lib_Rmcxt TXT_FILE_BODY; |