summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-05 14:56:49 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-05 14:56:49 +0000
commit5167ffd1df9883b32a961461fbc8053808ed53cd (patch)
tree7a80c3d212565d6db8146b355c268db5e50e2387 /dbaccess/source
parent64793735a1213a4ad3114a51c585e470f98c1b4f (diff)
INTEGRATION: CWS dba30b (1.17.64); FILE MERGED
2008/04/15 22:13:16 fs 1.17.64.2: RESYNC: (1.17-1.18); FILE MERGED 2008/03/16 14:09:02 fs 1.17.64.1: some exception handling re-factoring
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/dlg/ConnectionHelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
index 7f45c67718ad..7872cfae9c29 100644
--- a/dbaccess/source/ui/dlg/ConnectionHelper.cxx
+++ b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ConnectionHelper.cxx,v $
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
* This file is part of OpenOffice.org.
*
@@ -316,9 +316,9 @@ DBG_NAME(OConnectionHelper)
SetRoadmapStateValue(sal_True);
callModifiedHdl();
}
- catch(const Exception&)
+ catch( const Exception& )
{
- DBG_ERROR("OConnectionHelper::OnBrowseConnections: caught an exception while browsing for the path!");
+ DBG_UNHANDLED_EXCEPTION();
}
}
break;