summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:05:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:05:52 +0000
commit43bfcbc168a4f437af56ab11a8605be97e678849 (patch)
tree396606fc6ab2e869ec0627b14031af97e131c8e4 /dbaccess
parentINTEGRATION: CWS warnings01 (1.22.6); FILE MERGED (diff)
downloadcore-43bfcbc168a4f437af56ab11a8605be97e678849.tar.gz
core-43bfcbc168a4f437af56ab11a8605be97e678849.zip
INTEGRATION: CWS warnings01 (1.95.74); FILE MERGED
2006/06/01 07:33:06 fs 1.95.74.3: #i57457# 2006/05/23 23:51:37 sb 1.95.74.2: RESYNC: (1.95-1.96); FILE MERGED 2006/03/24 15:36:10 fs 1.95.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/dbadmin.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/dbadmin.cxx b/dbaccess/source/ui/dlg/dbadmin.cxx
index 8553acc2f459..40240a830076 100644
--- a/dbaccess/source/ui/dlg/dbadmin.cxx
+++ b/dbaccess/source/ui/dlg/dbadmin.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbadmin.cxx,v $
*
- * $Revision: 1.96 $
+ * $Revision: 1.97 $
*
- * last change: $Author: rt $ $Date: 2006-05-04 08:41:16 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:05:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -95,7 +95,6 @@
namespace dbaui
{
//.........................................................................
-using namespace dbtools;
using namespace com::sun::star::uno;
using namespace com::sun::star::sdbc;
using namespace com::sun::star::lang;
@@ -251,6 +250,8 @@ void ODbAdminDialog::implSelectDatasource(const ::com::sun::star::uno::Any& _aDa
m_aCurrentDetailPages.push(PAGE_USERDRIVER);
}
break;
+ default:
+ break;
}
}