User: obo Date: 06/01/19 07:30:05 Modified: /dba/connectivity/source/commontools/ dbtools.cxx
Log: INTEGRATION: CWS dba202e (1.57.38); FILE MERGED 2005/12/08 13:37:24 fs 1.57.38.1: #114920# recognize empty source/dest set 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.57&r2=1.58 Delta lines: +4 -0 ------------------- --- dbtools.cxx 23 Sep 2005 11:36:41 -0000 1.57 +++ dbtools.cxx 19 Jan 2006 15:30:02 -0000 1.58 @@ -939,6 +939,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]
