From b5c5b8f6d4d28a161c905eddb8ccc97ca906b5ae Mon Sep 17 00:00:00 2001 From: Pascal Junck Date: Wed, 27 Oct 2004 12:03:54 +0000 Subject: INTEGRATION: CWS dbwizard1 (1.19.6); FILE MERGED 2004/10/25 09:34:34 fs 1.19.6.2: #i35998# +DSID_DATABASENAME 2004/08/16 12:26:24 bc 1.19.6.1: #i20313# several fileds added for database wizard --- dbaccess/source/ui/dlg/dsitems.hxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dbaccess/source/ui/dlg/dsitems.hxx b/dbaccess/source/ui/dlg/dsitems.hxx index a8fb748fd85d..6d8f63115456 100644 --- a/dbaccess/source/ui/dlg/dsitems.hxx +++ b/dbaccess/source/ui/dlg/dsitems.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dsitems.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hr $ $Date: 2004-08-02 15:47:45 $ + * last change: $Author: pjunck $ $Date: 2004-10-27 13:03:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,14 +114,16 @@ #define DSID_SCHEMA 47 #define DSID_INDEXAPPENDIX 48 #define DSID_CONN_LDAP_USESSL 49 -#define DSID_DOSLINEENDS 50 +#define DSID_DOCUMENT_URL 50 +#define DSID_DOSLINEENDS 51 +#define DSID_DATABASENAME 52 //======================================================================== //= item range. Adjust this if you introduce new items above #define DSID_FIRST_ITEM_ID DSID_NAME -#define DSID_LAST_ITEM_ID DSID_DOSLINEENDS +#define DSID_LAST_ITEM_ID DSID_DATABASENAME #endif // _DBAUI_DATASOURCEITEMS_HXX_ -- cgit