Tag: cws_src680_dba25 User: oj Date: 05/03/04 00:04:18 Modified: /dba/dbaccess/source/ui/browser/ unodatbr.cxx
Log: #i43912# use set connection as activeconnection and add as listener File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: unodatbr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/unodatbr.cxx?r1=1.166.4.1&r2=1.166.4.2 Delta lines: +4 -2 ------------------- --- unodatbr.cxx 4 Mar 2005 07:19:43 -0000 1.166.4.1 +++ unodatbr.cxx 4 Mar 2005 08:04:15 -0000 1.166.4.2 @@ -2,9 +2,9 @@ * * $RCSfile: unodatbr.cxx,v $ * - * $Revision: 1.166.4.1 $ + * $Revision: 1.166.4.2 $ * - * last change: $Author: oj $ $Date: 2005/03/04 07:19:43 $ + * last change: $Author: oj $ $Date: 2005/03/04 08:04:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3167,6 +3167,8 @@ } } + if ( xConnection.is() ) + startConnectionListening(xConnection); Reference<XChild> xChild(xConnection,UNO_QUERY); if ( !sInitialDataSourceName.getLength() && xChild.is() ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
