Tag: cws_src680_dba201b User: fs Date: 05/07/21 01:14:11 Modified: /dba/dbaccess/source/ui/browser/ unodatbr.cxx
Log: #i51255# 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.170.20.3&r2=1.170.20.4 Delta lines: +3 -3 ------------------- --- unodatbr.cxx 20 Jul 2005 10:11:01 -0000 1.170.20.3 +++ unodatbr.cxx 21 Jul 2005 08:14:08 -0000 1.170.20.4 @@ -2,9 +2,9 @@ * * $RCSfile: unodatbr.cxx,v $ * - * $Revision: 1.170.20.3 $ + * $Revision: 1.170.20.4 $ * - * last change: $Author: fs $ $Date: 2005/07/20 10:11:01 $ + * last change: $Author: fs $ $Date: 2005/07/21 08:14:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3202,7 +3202,7 @@ // if we have a connection at this point, it was either passed from outside, our // determined from a outer DB document. In both cases, do not dispose it later on. - SharedConnection xConnection( xForeignConnection, !xForeignConnection.is() ); + SharedConnection xConnection( xForeignConnection, false ); // should we display all registered databases in the left hand side tree? // or only *one* special? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
