diff options
-rw-r--r-- | basctl/source/dlged/dlgedclip.cxx | 6 | ||||
-rw-r--r-- | basctl/source/dlged/dlgedlist.cxx | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/basctl/source/dlged/dlgedclip.cxx b/basctl/source/dlged/dlgedclip.cxx index 3c73211d8..36a57957e 100644 --- a/basctl/source/dlged/dlgedclip.cxx +++ b/basctl/source/dlged/dlgedclip.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgedclip.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:30:52 $ + * last change: $Author: vg $ $Date: 2007-01-16 16:34:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -177,7 +177,7 @@ sal_Bool SAL_CALL DlgEdTransferableImpl::isDataFlavorSupported( const DataFlavor // XClipboardOwner //---------------------------------------------------------------------------- -void SAL_CALL DlgEdTransferableImpl::lostOwnership( const Reference< XClipboard >& xClipboard, const Reference< XTransferable >& xTrans ) throw(RuntimeException) +void SAL_CALL DlgEdTransferableImpl::lostOwnership( const Reference< XClipboard >&, const Reference< XTransferable >& ) throw(RuntimeException) { const ::vos::OGuard aGuard( Application::GetSolarMutex() ); diff --git a/basctl/source/dlged/dlgedlist.cxx b/basctl/source/dlged/dlgedlist.cxx index 41fa6a162..de3bd5f84 100644 --- a/basctl/source/dlged/dlgedlist.cxx +++ b/basctl/source/dlged/dlgedlist.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgedlist.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:31:34 $ + * last change: $Author: vg $ $Date: 2007-01-16 16:35:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -70,7 +70,7 @@ DlgEdPropListenerImpl::~DlgEdPropListenerImpl() // XEventListener //---------------------------------------------------------------------------- -void SAL_CALL DlgEdPropListenerImpl::disposing( const ::com::sun::star::lang::EventObject& Source) throw( ::com::sun::star::uno::RuntimeException) +void SAL_CALL DlgEdPropListenerImpl::disposing( const ::com::sun::star::lang::EventObject& ) throw( ::com::sun::star::uno::RuntimeException) { /* // disconnect the listener @@ -117,7 +117,7 @@ DlgEdEvtContListenerImpl::~DlgEdEvtContListenerImpl() // XEventListener //---------------------------------------------------------------------------- -void SAL_CALL DlgEdEvtContListenerImpl::disposing( const ::com::sun::star::lang::EventObject& Source) throw( ::com::sun::star::uno::RuntimeException) +void SAL_CALL DlgEdEvtContListenerImpl::disposing( const ::com::sun::star::lang::EventObject& ) throw( ::com::sun::star::uno::RuntimeException) { /* // disconnect the listener |