summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/uno
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-05 15:10:42 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-05 15:10:42 +0000
commit84211d9e9cbe0f5804e326b2f9a118db9ffaf32d (patch)
tree244a520449e35e9a844600b562921a55a422a8cb /dbaccess/source/ui/uno
parent34e2b072d4e7556d83df79ffee4e4426a60bfe8d (diff)
INTEGRATION: CWS dba30b (1.17.4); FILE MERGED
2008/04/15 22:14:45 fs 1.17.4.2: RESYNC: (1.17-1.18); FILE MERGED 2008/03/16 14:08:19 fs 1.17.4.1: some exception handling re-factoring
Diffstat (limited to 'dbaccess/source/ui/uno')
-rw-r--r--dbaccess/source/ui/uno/dbinteraction.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/ui/uno/dbinteraction.cxx b/dbaccess/source/ui/uno/dbinteraction.cxx
index 61c0a4158..4549b1ffd 100644
--- a/dbaccess/source/ui/uno/dbinteraction.cxx
+++ b/dbaccess/source/ui/uno/dbinteraction.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dbinteraction.cxx,v $
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
* This file is part of OpenOffice.org.
*
@@ -208,9 +208,9 @@ namespace dbaui
break;
}
}
- catch(RuntimeException&)
+ catch( const Exception& )
{
- DBG_ERROR("OInteractionHandler::implHandle(ParametersRequest): caught a RuntimeException while calling the continuation callback!");
+ DBG_UNHANDLED_EXCEPTION();
}
}
@@ -344,9 +344,9 @@ namespace dbaui
break;
}
}
- catch(RuntimeException&)
+ catch( const Exception& )
{
- DBG_ERROR("OInteractionHandler::implHandle(DocumentSaveRequest): caught a RuntimeException while calling the continuation callback!");
+ DBG_UNHANDLED_EXCEPTION();
}
}
else if ( -1 != nApprovePos )