summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-07-12 18:10:14 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2012-07-12 23:39:07 +0200
commit607e4857bf5c3a1a11092cf6c1aabb96d54852ef (patch)
treea757594492358ff9fc06c49329861b32addc33da /dbaccess
parent68a04271325dbb9add90960212a5b19e89220f29 (diff)
debug unexpected exception
Change-Id: I404072caf6ddab0ed833586066507c7d332fcea4
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/SingleSelectQueryComposer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
index b3bea6567d1f..5c09efc38dfe 100644
--- a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
+++ b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
@@ -614,6 +614,7 @@ void SAL_CALL OSingleSelectQueryComposer::setElementaryQuery( const ::rtl::OUStr
{
(void)e;
OSL_FAIL( "OSingleSelectQueryComposer::setElementaryQuery: there should be no error anymore for the additive statement!" );
+ DBG_UNHANDLED_EXCEPTION();
// every part of the additive statement should have passed other tests already, and should not
// be able to cause any errors ... me thinks
}