diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-05 14:58:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-05 14:58:18 +0000 |
commit | f43022e704a62a036a76524c8e6f0fe83f76653d (patch) | |
tree | 33c95fa5ad47baf5591f1dee3a7f1bf86ece34d9 /dbaccess/source/ui/dlg/tablespage.cxx | |
parent | 9e93a446bf6d44290b63417a24a4d97af3df714c (diff) |
INTEGRATION: CWS dba30b (1.33.4); FILE MERGED
2008/04/15 22:13:35 fs 1.33.4.2: RESYNC: (1.33-1.34); FILE MERGED
2008/03/16 14:09:03 fs 1.33.4.1: some exception handling re-factoring
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/tablespage.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx index b0c5b1c5e38a..d284d9db3e3c 100644 --- a/dbaccess/source/ui/dlg/tablespage.cxx +++ b/dbaccess/source/ui/dlg/tablespage.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: tablespage.cxx,v $ - * $Revision: 1.34 $ + * $Revision: 1.35 $ * * This file is part of OpenOffice.org. * @@ -348,9 +348,9 @@ DBG_NAME(OTableSubscriptionPage) if (m_xCollator.is()) m_xCollator->loadDefaultCollator(Application::GetSettings().GetLocale(), 0); } - catch(Exception&) + catch(const Exception&) { - OSL_ENSURE(0,"Exception catched!"); + DBG_UNHANDLED_EXCEPTION(); } } |