INTEGRATION: CWS pbrwuno (1.1.4); FILE MERGED

2005/11/01 10:28:43 fs 1.1.4.5: RESYNC: (1.2-1.3); FILE MERGED
2005/10/07 12:18:51 fs 1.1.4.4: #i53095# some assertion corrected
2005/09/26 05:52:27 fs 1.1.4.3: oops - wrongly removed
2005/09/05 06:58:47 fs 1.1.4.2: RESYNC:; FILE REMOVED
2005/08/05 07:11:10 fs 1.1.4.1: copying herein from CWS dba201b (rev. 1.1.2.1)
This commit is contained in:
Vladimir Glazounov
2006-03-14 10:38:52 +00:00
parent 52403389be
commit 54c3d2ef0a

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: sharedunocomponent.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2005-10-19 11:45:06 $
* last change: $Author: vg $ $Date: 2006-03-14 11:38:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -75,7 +75,7 @@ namespace utl
DisposableComponent::DisposableComponent( const Reference< XInterface >& _rxComponent )
:m_xComponent( _rxComponent, UNO_QUERY )
{
DBG_ASSERT( m_xComponent.is(), "DisposableComponent::DisposableComponent: should be an XComponent!" );
DBG_ASSERT( m_xComponent.is() || !_rxComponent.is(), "DisposableComponent::DisposableComponent: should be an XComponent!" );
}
//------------------------------------------------------------------------