Tag: cws_src680_odbmacros2 User: fs Date: 2007-12-19 13:26:55+0000 Modified: dba/dbaccess/source/ui/browser/unodatbr.cxx
Log: getDataSourceName_displayError: database context arg is not necessary 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.3&r2=1.192.2.4 Delta lines: +3 -3 ------------------- --- unodatbr.cxx 2007-12-19 06:12:22+0000 1.192.2.3 +++ unodatbr.cxx 2007-12-19 13:26:52+0000 1.192.2.4 @@ -4,9 +4,9 @@ * * $RCSfile: unodatbr.cxx,v $ * - * $Revision: 1.192.2.3 $ + * $Revision: 1.192.2.4 $ * - * last change: $Author: fs $ $Date: 2007/12/19 06:12:22 $ + * last change: $Author: fs $ $Date: 2007/12/19 13:26:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -3217,7 +3217,7 @@ sInitialSelection = getDataSourceAcessor( pTopLevelSelected ); Reference< XModel > xDocumentModel( - getDataSourceOrModel(getDataSourceByName_displayError( m_xDatabaseContext, sInitialSelection, getView(), getORB(), true )),UNO_QUERY); + getDataSourceOrModel(getDataSourceByName_displayError( sInitialSelection, getView(), getORB(), true )),UNO_QUERY); if ( xDocumentModel.is() ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
