User: fs Date: 05/10/24 02:03:04 Modified: /dba/dbaccess/source/core/dataaccess/ documentdefinition.cxx
Log: #i10000# checkin on head authorized by RT (this change to make it compile on Linux lingered on my CWS and had not been checked in there before integration) File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: documentdefinition.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentdefinition.cxx?r1=1.30&r2=1.31 Delta lines: +4 -4 ------------------- --- documentdefinition.cxx 24 Oct 2005 08:29:02 -0000 1.30 +++ documentdefinition.cxx 24 Oct 2005 09:03:01 -0000 1.31 @@ -4,9 +4,9 @@ * * $RCSfile: documentdefinition.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: rt $ $Date: 2005/10/24 08:29:02 $ + * last change: $Author: fs $ $Date: 2005/10/24 09:03:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -363,7 +363,7 @@ Reference< XInterface > m_xClient; public: - inline static couple( const Reference< XInterface >& _rxClient, const Reference< XComponent >& _rxActor ) + inline static void couple( const Reference< XInterface >& _rxClient, const Reference< XComponent >& _rxActor ) { Reference< css::lang::XEventListener > xEnsureDelete( new LifetimeCoupler( _rxClient, _rxActor ) ); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
