Tag: cws_src680_warnings01 User: sb Date: 06/01/25 12:46:44 Modified: /dba/connectivity/source/commontools/ dbtools.cxx
Log: RESYNC: (1.57-1.58); FILE MERGED File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: dbtools.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/dbtools.cxx?r1=1.56.10.3&r2=1.56.10.4 Delta lines: +7 -3 ------------------- --- dbtools.cxx 16 Nov 2005 12:58:46 -0000 1.56.10.3 +++ dbtools.cxx 25 Jan 2006 20:46:10 -0000 1.56.10.4 @@ -947,6 +947,10 @@ { try { + OSL_ENSURE( xOldProps.is() && xNewProps.is(), "TransferFormComponentProperties: invalid source/dest!" ); + if ( !xOldProps.is() || !xNewProps.is() ) + return; + // kopieren wir erst mal alle Props, die in Quelle und Ziel vorhanden sind und identische Beschreibungen haben Reference< XPropertySetInfo> xOldInfo( xOldProps->getPropertySetInfo()); Reference< XPropertySetInfo> xNewInfo( xNewProps->getPropertySetInfo()); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
