diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:35:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:35:17 +0000 |
commit | 6c0cb4d91a613acc08faa51f5d8325e0a3b53fbf (patch) | |
tree | 51e1ab40c722e413f34f6fe74d5d4ce5614a0af4 /basctl/source/dlged/dlgedclip.cxx | |
parent | 23522600bd6a2a71f5b7ad06949d6021525a2e55 (diff) |
INTEGRATION: CWS ab33 (1.4.42); FILE MERGED
2007/01/10 16:34:49 ab 1.4.42.1: #i69280# Removed warnings
Diffstat (limited to 'basctl/source/dlged/dlgedclip.cxx')
-rw-r--r-- | basctl/source/dlged/dlgedclip.cxx | 6 |
1 files changed, 3 insertions, 3 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() ); |