summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/uno/dbinteraction.cxx
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
commit326cb6cd28fea81532c6f23237d25f53ce201612 (patch)
tree76e946d23a5f97e2163d9a979f73b7a2595d1487 /dbaccess/source/ui/uno/dbinteraction.cxx
parentINTEGRATION: CWS dba30b (1.9.24); FILE MERGED (diff)
downloadcore-326cb6cd28fea81532c6f23237d25f53ce201612.tar.gz
core-326cb6cd28fea81532c6f23237d25f53ce201612.zip
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/dbinteraction.cxx')
-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 d325585b83ca..a4d4ee2965b9 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 )