summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/dbadmin.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-18 20:24:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-19 13:38:45 +0000
commitaf9709c3cba8c386a30553c43a620320b15c65f4 (patch)
tree9577932ccec61d1bc10553092abba92af332f765 /dbaccess/source/ui/dlg/dbadmin.cxx
parentmake connectivity ByteString free (diff)
downloadcore-af9709c3cba8c386a30553c43a620320b15c65f4.tar.gz
core-af9709c3cba8c386a30553c43a620320b15c65f4.zip
remove adabas/adabasui
Diffstat (limited to 'dbaccess/source/ui/dlg/dbadmin.cxx')
-rw-r--r--dbaccess/source/ui/dlg/dbadmin.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/dbaccess/source/ui/dlg/dbadmin.cxx b/dbaccess/source/ui/dlg/dbadmin.cxx
index a323f75f109f..bef0ddcd54d9 100644
--- a/dbaccess/source/ui/dlg/dbadmin.cxx
+++ b/dbaccess/source/ui/dlg/dbadmin.cxx
@@ -173,14 +173,6 @@ void ODbAdminDialog::impl_selectDataSource(const ::com::sun::star::uno::Any& _aD
addDetailPage(PAGE_ORACLE_JDBC, STR_PAGETITLE_ADVANCED, ODriversSettings::CreateOracleJDBC);
break;
- case ::dbaccess::DST_ADABAS:
- // for adabas we have more than one page
- // CAUTION: the order of inserting pages matters.
- // the major detail page should be inserted last always (thus, it becomes the first page after
- // the general page)
- addDetailPage(PAGE_ADABAS, STR_PAGETITLE_ADVANCED, ODriversSettings::CreateAdabas);
- break;
-
case ::dbaccess::DST_LDAP:
addDetailPage(PAGE_LDAP,STR_PAGETITLE_ADVANCED,ODriversSettings::CreateLDAP);
break;