diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-19 14:47:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-19 14:47:24 +0000 |
commit | 234b01c0914c83be65a16b4741b3044ef8118f6f (patch) | |
tree | ce58988fa1723033b3650db05a165563c8362e88 /scp2 | |
parent | cb021733d2bcec98f0fb16ef254ab23c95ecb17e (diff) |
INTEGRATION: CWS dba202e (1.173.8); FILE MERGED
2006/01/10 12:16:48 fs 1.173.8.1: #i59673# KAB driver split into two separatelibs
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index db486caaf08f..72d20162e63d 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.177 $ + * $Revision: 1.178 $ * - * last change: $Author: obo $ $Date: 2006-01-16 15:32:35 $ + * last change: $Author: obo $ $Date: 2006-01-19 15:47:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -657,6 +657,13 @@ File gid_File_Lib_Kab_1 Name = STRING(CONCAT2(libkab1,UNXSUFFIX)); End +File gid_File_Lib_Kab_Drv_1 + TXT_FILE_BODY; + Styles = (PACKED,PATCH); + Dir = gid_Dir_Program; + Name = STRING(CONCAT2(libkabdrv1,UNXSUFFIX)); +End + #endif #endif |