From 607e4857bf5c3a1a11092cf6c1aabb96d54852ef Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Thu, 12 Jul 2012 18:10:14 +0200 Subject: debug unexpected exception Change-Id: I404072caf6ddab0ed833586066507c7d332fcea4 --- dbaccess/source/core/api/SingleSelectQueryComposer.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'dbaccess') 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 } -- cgit