diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-10-27 12:03:54 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-10-27 12:03:54 +0000 |
commit | b5c5b8f6d4d28a161c905eddb8ccc97ca906b5ae (patch) | |
tree | 34050a48540f3ede0aebe4bbac43811fd525bf04 /dbaccess/source/ui/dlg/dsitems.hxx | |
parent | 69710e626cd9c06278d96c5f276689478eb3df10 (diff) |
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
Diffstat (limited to 'dbaccess/source/ui/dlg/dsitems.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/dsitems.hxx | 10 |
1 files 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_ |