diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 15:01:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 15:01:31 +0000 |
commit | 39990b313e12a5aa9af7cca82c16e6b65219db95 (patch) | |
tree | 2cc9d7055e60dbcf03e6a57f88cf425a43f5da1b /scp2 | |
parent | 992764eb50a3f2586f374797a12ed1feab60f9ad (diff) |
INTEGRATION: CWS eoladabas_DEV300 (1.23.38); FILE MERGED
2008/01/23 13:42:08 oj 1.23.38.1: #149980# some changes for adabas
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/base/file_base.scp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scp2/source/base/file_base.scp b/scp2/source/base/file_base.scp index 76725ec73e07..462e95b90183 100644 --- a/scp2/source/base/file_base.scp +++ b/scp2/source/base/file_base.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_base.scp,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: kz $ $Date: 2007-12-12 13:28:45 $ + * last change: $Author: obo $ $Date: 2008-02-26 16:01:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,6 +60,9 @@ STD_RES_FILE_PATCH( gid_File_Res_Dbp, dbp) STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Dbu, dbu ) STD_RES_FILE_PATCH( gid_File_Res_Dbu, dbu) +STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Adabasui, adabasui ) +STD_RES_FILE_PATCH( gid_File_Res_Adabasui, adabasui) + STD_RES_FILE_PATCH( gid_File_Res_Cnr, cnr) STD_RES_FILE_PATCH( gid_File_Res_Sdbcl, sdbcl) STD_RES_FILE_PATCH( gid_File_Res_Sdberr, sdberr) |