Tag: cws_src680_pbrwuno User: fs Date: 06/02/09 07:05:26 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.55.60.3&r2=1.55.60.4 Delta lines: +7 -3 ------------------- --- dbtools.cxx 17 Oct 2005 13:11:25 -0000 1.55.60.3 +++ dbtools.cxx 9 Feb 2006 15:05:22 -0000 1.55.60.4 @@ -936,6 +936,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]
