Tag: cws_src680_hsqlcsv User: fs Date: 2006/09/18 02:00:23 Modified: dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx dba/dbaccess/source/ui/app/AppDetailPageHelper.hxx
Log: removed unused parameter File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailPageHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx?r1=1.15.12.1&r2=1.15.12.2 Delta lines: +3 -4 ------------------- --- AppDetailPageHelper.cxx 14 Sep 2006 11:57:13 -0000 1.15.12.1 +++ AppDetailPageHelper.cxx 18 Sep 2006 09:00:20 -0000 1.15.12.2 @@ -4,9 +4,9 @@ * * $RCSfile: AppDetailPageHelper.cxx,v $ * - * $Revision: 1.15.12.1 $ + * $Revision: 1.15.12.2 $ * - * last change: $Author: fs $ $Date: 2006/09/14 11:57:13 $ + * last change: $Author: fs $ $Date: 2006/09/18 09:00:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -750,8 +750,7 @@ void OAppDetailPageHelper::elementReplaced(ElementType _eType ,const ::rtl::OUString& _rOldName ,const ::rtl::OUString& _rNewName - ,const Reference< XConnection >& _rxConn - ,const Reference<XInterface>& _xObject) + ,const Reference< XConnection >& _rxConn) { DBTreeListBox* pTreeView = getCurrentView(); if ( pTreeView ) File [changed]: AppDetailPageHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.hxx?r1=1.10.12.1&r2=1.10.12.2 Delta lines: +3 -4 ------------------- --- AppDetailPageHelper.hxx 14 Sep 2006 11:57:13 -0000 1.10.12.1 +++ AppDetailPageHelper.hxx 18 Sep 2006 09:00:20 -0000 1.10.12.2 @@ -4,9 +4,9 @@ * * $RCSfile: AppDetailPageHelper.hxx,v $ * - * $Revision: 1.10.12.1 $ + * $Revision: 1.10.12.2 $ * - * last change: $Author: fs $ $Date: 2006/09/14 11:57:13 $ + * last change: $Author: fs $ $Date: 2006/09/18 09:00:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -336,8 +336,7 @@ void elementReplaced(ElementType eType ,const ::rtl::OUString& _rOldName ,const ::rtl::OUString& _rNewName - ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn = NULL - ,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xObject = NULL); + ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn ); /** removes an element from the detail page. @param _eType --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
