Kaydet (Commit) b75ef01d authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dbgmacros1 (1.41.8.3.2.3.2.1.2.4.20); FILE MERGED

2003/04/15 15:08:11 kso 1.41.8.3.2.3.2.1.2.4.20.2: RESYNC: (1.50-1.51); FILE MERGED
2003/04/09 11:05:45 kso 1.41.8.3.2.3.2.1.2.4.20.1: #108413# - debug macro unification.
üst e6f7bf87
......@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseForm.cxx,v $
*
* $Revision: 1.51 $
* $Revision: 1.52 $
*
* last change: $Author: vg $ $Date: 2003-04-11 14:36:47 $
* last change: $Author: vg $ $Date: 2003-04-15 17:15:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -3061,7 +3061,7 @@ void SAL_CALL ODatabaseForm::disposing(const EventObject& Source) throw( Runtime
Reference< XConnection > xConnSource( Source.Source, UNO_QUERY );
if ( xConnSource.is() )
{
#ifdef _DEBUG
#if OSL_DEBUG_LEVEL > 0
Reference< XConnection > xActiveConn;
m_xAggregateSet->getPropertyValue( PROPERTY_ACTIVE_CONNECTION ) >>= xActiveConn;
OSL_ENSURE( xActiveConn.get() == xConnSource.get(), "ODatabaseForm::disposing: where did this come from?" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment