Tag: cws_src680_dba24a User: oj Date: 2007-09-05 11:24:06+0000 Modified: dba/dbaccess/source/ui/browser/dbexchange.cxx
Log: unused param File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: dbexchange.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/dbexchange.cxx?r1=1.26.120.2&r2=1.26.120.3 Delta lines: +3 -3 ------------------- --- dbexchange.cxx 2007-09-05 11:04:18+0000 1.26.120.2 +++ dbexchange.cxx 2007-09-05 11:24:03+0000 1.26.120.3 @@ -4,9 +4,9 @@ * * $RCSfile: dbexchange.cxx,v $ * - * $Revision: 1.26.120.2 $ + * $Revision: 1.26.120.3 $ * - * last change: $Author: oj $ $Date: 2007/09/05 11:04:18 $ + * last change: $Author: oj $ $Date: 2007/09/05 11:24:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -237,7 +237,7 @@ ODataAccessObjectTransferable::ObjectReleased( ); } // ----------------------------------------------------------------------------- - void SAL_CALL ODataClipboard::disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException) + void SAL_CALL ODataClipboard::disposing( const ::com::sun::star::lang::EventObject& ) throw (::com::sun::star::uno::RuntimeException) { Reference<XConnection> xConnection; Reference<XResultSet> xProp; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
