diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 10:21:57 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 10:21:57 +0000 |
commit | 676ed34c104dcb94d0b39e02dc081b6975a601e3 (patch) | |
tree | cade0a7e4722a332094a133a19070d1487da4045 /dbaccess/source/ui/dlg/dbadmin.hrc | |
parent | bf258165fda87dd638c7275cd762f4be26f80fa2 (diff) |
INTEGRATION: CWS textconnectionsettings (1.35.82); FILE MERGED
2008/03/05 13:10:43 fs 1.35.82.2: #i10000#
2008/03/05 12:55:51 fs 1.35.82.1: #i86720# some re-factoring, owed to the fact that we now have a stand-alone dialog for entering text/csv settings, which re-uses existing functionality
Diffstat (limited to 'dbaccess/source/ui/dlg/dbadmin.hrc')
-rw-r--r-- | dbaccess/source/ui/dlg/dbadmin.hrc | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dbaccess/source/ui/dlg/dbadmin.hrc b/dbaccess/source/ui/dlg/dbadmin.hrc index 054bd6ff1a74..0516f63232e6 100644 --- a/dbaccess/source/ui/dlg/dbadmin.hrc +++ b/dbaccess/source/ui/dlg/dbadmin.hrc @@ -4,9 +4,9 @@ * * $RCSfile: dbadmin.hrc,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: hr $ $Date: 2007-11-01 15:10:45 $ + * last change: $Author: kz $ $Date: 2008-03-07 11:21:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,7 +44,7 @@ #define FT_USERNAME 3 #define FT_PASSWORD 4 #define FT_OPTIONS 5 -#define FT_CHARSET 6 + // FREE #define FT_JDBCDRIVERCLASS 7 #define FT_SPECIAL_MESSAGE 8 #define FT_FILTER_EXPLANATION 9 @@ -60,7 +60,7 @@ #define FT_DOCLISTLABEL 19 #define LB_DATATYPE 1 -#define LB_CHARSET 2 + // FREE #define LB_DOCUMENTLIST 3 #define ET_USERNAME 1 @@ -82,9 +82,7 @@ #define CB_USESSL 3 #define CB_USECATALOG 4 -#define FL_SEPARATOR1 1 -#define FL_SEPARATOR2 2 -#define FL_DATACONVERT 3 +#define FL_SEPARATOR2 1 #define CTL_TABLESUBSCRIPTION 1 |