diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 13:39:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 13:39:22 +0000 |
commit | 5eef0aefceacf2897d318894ebcad5165443ddf2 (patch) | |
tree | 95d28098eb8f7ebb0d072fe0451442e2fe9c7205 /scp2 | |
parent | d062c08f135b41df782f6a9615ff6f6368d60a89 (diff) |
INTEGRATION: CWS jl12 (1.27.18); FILE MERGED
2004/08/30 14:30:50 jl 1.27.18.2: RESYNC: (1.27-1.36); FILE MERGED
2004/08/27 06:17:41 jl 1.27.18.1: #i33102# cli_basetypes.dll added
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 10f89b7b1249..12f4a0297bbd 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.48 $ +* $Revision: 1.49 $ * -* last change: $Author: rt $ $Date: 2004-09-20 12:09:08 $ +* last change: $Author: rt $ $Date: 2004-09-20 14:39:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -256,6 +256,17 @@ End #if defined WNT && (defined M1300 || defined M1310) // currently the only cli platform +File gid_File_Lib_Cli_Basetypes + TXT_FILE_BODY; + Styles = (PACKED); + Name = "cli_basetypes.dll"; + Dir = gid_Dir_Program; +End + +#endif + +#if defined WNT && (defined M1300 || defined M1310) // currently the only cli platform + File gid_File_Lib_Cli_Uno TXT_FILE_BODY; Styles = (PACKED); |