Tag: cws_dev300_odbmacros3 User: fs Date: 2008-07-29 20:21:36+0000 Modified: dba/dbaccess/source/core/dataaccess/documenteventexecutor.cxx
Log: assertion texts corrected File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: documenteventexecutor.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documenteventexecutor.cxx?r1=1.1.2.4&r2=1.1.2.5 Delta lines: +4 -4 ------------------- --- documenteventexecutor.cxx 2008-07-29 13:31:07+0000 1.1.2.4 +++ documenteventexecutor.cxx 2008-07-29 20:21:34+0000 1.1.2.5 @@ -7,7 +7,7 @@ * * $RCSfile: documenteventexecutor.cxx,v $ * -* $Revision: 1.1.2.4 $ +* $Revision: 1.1.2.5 $ * * This file is part of OpenOffice.org. * @@ -168,7 +168,7 @@ Reference< XEventsSupplier > xEventsSupplier( m_pData->xDocument.get(), UNO_QUERY ); if ( !xEventsSupplier.is() ) { - OSL_ENSURE( false, "DocumentEventExecutor::notifyEvent: no document anymore, but still being notified?" ); + OSL_ENSURE( false, "DocumentEventExecutor::documentEventOccured: no document anymore, but still being notified?" ); return; } @@ -181,7 +181,7 @@ { // this is worth an assertion: We are listener at the very same document which we just asked // for its events. So when EventName is fired, why isn't it supported by xDocEvents? - OSL_ENSURE( false, "DocumentEventExecutor::notifyEvent: an unsupported event is notified!" ); + OSL_ENSURE( false, "DocumentEventExecutor::documentEventOccured: an unsupported event is notified!" ); return; } @@ -205,7 +205,7 @@ bool bNonEmptyScript = sScript.getLength() != 0; OSL_ENSURE( bDispatchScriptURL && bNonEmptyScript, - "DocumentEventExecutor::notifyEvent: invalid/unsupported script descriptor" ); + "DocumentEventExecutor::documentEventOccured: invalid/unsupported script descriptor" ); if ( bDispatchScriptURL && bNonEmptyScript ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
