summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 15:01:57 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 15:01:57 +0000
commit82e664ba0fc33478beab9d4e3a19280ae7f553b9 (patch)
tree88c8f8f2aa73ef1b498d940ef208d8cdd5e736d5 /scp2
parent73f8d12e9cac88ec79a444600055cc548febfb20 (diff)
INTEGRATION: CWS eoladabas_DEV300 (1.272.4); FILE MERGED
2008/01/23 13:42:08 oj 1.272.4.1: #149980# some changes for adabas
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp18
1 files changed, 3 insertions, 15 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index ee89debd4531..5b84d06a4ab4 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.275 $
+ * $Revision: 1.276 $
*
- * last change: $Author: obo $ $Date: 2008-02-25 16:46:14 $
+ * last change: $Author: obo $ $Date: 2008-02-26 16:01:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,19 +54,7 @@ File gid_File_Lib_Accessbridge
End
#endif
#if ((defined(WNT)) || (defined(LINUX)) || ((defined(SOLARIS)) && (defined(SPARC)))|| defined(NETBSD) )
-
-File gid_File_Lib_Adabas_2
- TXT_FILE_BODY;
- Styles = (PACKED,UNO_COMPONENT,PATCH);
- RegistryID = gid_Starregistry_Services_Rdb;
- Dir = gid_Dir_Program;
- #ifdef UNX
- Name = STRING(CONCAT2(libadabas2,UNXSUFFIX));
- #else
- Name = "adabas2.dll";
- #endif
-End
-
+STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Adabas, adabas)
#endif
#if defined(WNT) && !defined(DISABLE_ADO)