debug unexpected exception

Change-Id: I404072caf6ddab0ed833586066507c7d332fcea4
This commit is contained in:
Lionel Elie Mamane
2012-07-12 18:10:14 +02:00
parent 68a0427132
commit 607e4857bf

View File

@@ -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
}