diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 09:44:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 09:44:44 +0000 |
commit | 10c55a477e260d1aacdc0992a6801ab7c8cd624e (patch) | |
tree | 53bfc273e4e71f07d81565044f484f4e6fa07cb9 /dbaccess/source/ui/dlg/dbadmin.hrc | |
parent | 636294bd193fc563a0b266d0a6c471beb678dd4b (diff) |
INTEGRATION: CWS mozab03 (1.28.4); FILE MERGED
2004/02/17 08:01:03 windly 1.28.4.2: #i24592# changes accede to LDAP authentication string review
2004/02/13 09:57:34 yl146652 1.28.4.1: #17620# Add authentification support to LDAP Address Book
Diffstat (limited to 'dbaccess/source/ui/dlg/dbadmin.hrc')
-rw-r--r-- | dbaccess/source/ui/dlg/dbadmin.hrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/dbadmin.hrc b/dbaccess/source/ui/dlg/dbadmin.hrc index f9bdc5dcf5fe..b87d42be54bb 100644 --- a/dbaccess/source/ui/dlg/dbadmin.hrc +++ b/dbaccess/source/ui/dlg/dbadmin.hrc @@ -2,9 +2,9 @@ * * $RCSfile: dbadmin.hrc,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: yl146652 $ $Date: 2004-01-30 09:06:49 $ + * last change: $Author: obo $ $Date: 2004-03-17 10:44:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,6 +106,7 @@ #define ET_AUTOINCREMENTVALUE 10 #define ET_RETRIEVE_AUTO 11 + #define PB_BROWSECONNECTION 1 #define PB_INDICIES 2 #define PB_ADDALLTABLES 3 @@ -126,6 +127,7 @@ #define CB_USECATALOG 6 #define CB_SQL92CHECK 7 #define CB_RETRIEVE_AUTO 8 +#define CB_USESSL 9 #define FL_SEPARATOR1 1 #define FL_SEPARATOR2 2 |