User: obo Date: 2006/07/10 08:16:40 Modified: dba/dbaccess/source/core/misc/PropertyForward.cxx
Log: INTEGRATION: CWS qiq (1.4.124); FILE MERGED 2006/06/27 12:04:50 fs 1.4.124.2: RESYNC: (1.4-1.6); FILE MERGED 2006/06/16 11:47:41 fs 1.4.124.1: during #i51143#: refactored VCollection: - createEmptyObject now named createDescriptor - cloneObject removed - appendObject now returns the newly created object (previously done via a subsequent call to cloneObject) File Changes: Directory: /dba/dbaccess/source/core/misc/ ========================================== File [changed]: PropertyForward.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/PropertyForward.cxx?r1=1.6&r2=1.7 Delta lines: +1 -1 ------------------- --- PropertyForward.cxx 20 Jun 2006 02:48:09 -0000 1.6 +++ PropertyForward.cxx 10 Jul 2006 15:16:38 -0000 1.7 @@ -75,7 +75,7 @@ , m_bInInsert(sal_False) { DBG_CTOR(OPropertyForward,NULL); - OSL_ENSURE(_xDestContainer.is(),"Destanation should be valid!"); + OSL_ENSURE(_xDestContainer.is(),"OPropertyForward::OPropertyForward: destination should be valid!"); osl_incrementInterlockedCount(&m_refCount); try { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
