diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-12-19 16:15:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-12-19 16:15:42 +0000 |
commit | 5fa55a6bc31faf71a66649f3c7ef024e88e6a696 (patch) | |
tree | 990e5d5b7e4fac9d1919ae33f95e75ca9939f77a | |
parent | 8d97857e45a3bdf848f344299f888b8975b73ae8 (diff) |
INTEGRATION: CWS kaddrbook (1.5.44); FILE MERGED
2005/11/30 00:10:33 kendy 1.5.44.3: RESYNC: (1.5-1.7); FILE MERGED
2005/08/30 11:11:43 fs 1.5.44.2: removed some obsolete cases while I was here ....
2005/08/29 08:51:31 ebischoff 1.5.44.1: Changes needed for new KDE address book driver
-rw-r--r-- | dbaccess/source/ui/dlg/AdabasStatDlg.cxx | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/dbaccess/source/ui/dlg/AdabasStatDlg.cxx b/dbaccess/source/ui/dlg/AdabasStatDlg.cxx index fa70d2060bd2..9606f4d0b3c6 100644 --- a/dbaccess/source/ui/dlg/AdabasStatDlg.cxx +++ b/dbaccess/source/ui/dlg/AdabasStatDlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AdabasStatDlg.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2005-09-23 12:24:44 $ + * last change: $Author: obo $ $Date: 2005-12-19 17:15:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -118,32 +118,6 @@ DBG_NAME(OAdabasStatPageDlg) case DST_ADABAS: AddTabPage(TAB_PAG_ADABAS_SETTINGS, String(ResId(STR_PAGETITLE_ADABAS_STATISTIC)), ODriversSettings::CreateAdabas,0, sal_False, 1); break; - case DST_DBASE: - case DST_FLAT: - case DST_MSACCESS: - case DST_ADO: - case DST_ODBC: - case DST_MYSQL_ODBC: - case DST_MYSQL_JDBC: - case DST_LDAP: - case DST_CALC: - case DST_MOZILLA: - case DST_THUNDERBIRD: - case DST_EVOLUTION: - case DST_OUTLOOK : - case DST_OUTLOOKEXP: - case DST_JDBC: - case DST_ORACLE_JDBC: - case DST_USERDEFINE1: /// first user defined driver - case DST_USERDEFINE2: - case DST_USERDEFINE3: - case DST_USERDEFINE4: - case DST_USERDEFINE5: - case DST_USERDEFINE6: - case DST_USERDEFINE7: - case DST_USERDEFINE8: - case DST_USERDEFINE9: - case DST_USERDEFINE10: default: OSL_ENSURE(0,"Not supported for other types thasn adabas!"); break; |