Tag: cws_src680_odbmacros2 User: fs Date: 2008-02-04 22:35:46+0000 Modified: dba/dbaccess/source/ui/browser/unodatbr.cxx
Log: #i10000# 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.192.2.6&r2=1.192.2.7 Delta lines: +4 -4 ------------------- --- unodatbr.cxx 2008-02-04 13:08:01+0000 1.192.2.6 +++ unodatbr.cxx 2008-02-04 22:35:43+0000 1.192.2.7 @@ -4,9 +4,9 @@ * * $RCSfile: unodatbr.cxx,v $ * - * $Revision: 1.192.2.6 $ + * $Revision: 1.192.2.7 $ * - * last change: $Author: fs $ $Date: 2008/02/04 13:08:01 $ + * last change: $Author: fs $ $Date: 2008/02/04 22:35:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1471,7 +1471,7 @@ try { Reference< XPropertySet > xCursorProps( getRowSet(), UNO_QUERY_THROW ); - Reference< XConnection > xConnection( xCursorProps->getPropertyValue( PROPERTY_ACTIVECONNECTION ), UNO_QUERY ); + Reference< XConnection > xConnection( xCursorProps->getPropertyValue( PROPERTY_ACTIVE_CONNECTION ), UNO_QUERY ); if ( xConnection.is() ) { Reference< XChild > xChild( xConnection, UNO_QUERY_THROW ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
