Tag: cws_src680_kaddrbook User: fs Date: 05/08/30 04:11:45 Modified: /dba/dbaccess/source/ui/dlg/ AdabasStatDlg.cxx
Log: removed some obsolete cases while I was here .... File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: AdabasStatDlg.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/AdabasStatDlg.cxx?r1=1.5.44.1&r2=1.5.44.2 Delta lines: +2 -29 -------------------- --- AdabasStatDlg.cxx 29 Aug 2005 08:51:31 -0000 1.5.44.1 +++ AdabasStatDlg.cxx 30 Aug 2005 11:11:43 -0000 1.5.44.2 @@ -2,9 +2,9 @@ * * $RCSfile: AdabasStatDlg.cxx,v $ * - * $Revision: 1.5.44.1 $ + * $Revision: 1.5.44.2 $ * - * last change: $Author: ebischoff $ $Date: 2005/08/29 08:51:31 $ + * last change: $Author: fs $ $Date: 2005/08/30 11:11:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -141,33 +141,6 @@ 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_KAB: - 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; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
