summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unotools/source/misc/desktopterminationobserver.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/unotools/source/misc/desktopterminationobserver.cxx b/unotools/source/misc/desktopterminationobserver.cxx
index b1312636c8b4..a23b1468c047 100644
--- a/unotools/source/misc/desktopterminationobserver.cxx
+++ b/unotools/source/misc/desktopterminationobserver.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: desktopterminationobserver.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:47:06 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:08:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -144,7 +144,7 @@ namespace utl
}
//--------------------------------------------------------------------
- void SAL_CALL OObserverImpl::queryTermination( const EventObject& Event ) throw (TerminationVetoException, RuntimeException)
+ void SAL_CALL OObserverImpl::queryTermination( const EventObject& /*Event*/ ) throw (TerminationVetoException, RuntimeException)
{
Listeners aToNotify;
{
@@ -163,7 +163,7 @@ namespace utl
}
//--------------------------------------------------------------------
- void SAL_CALL OObserverImpl::notifyTermination( const EventObject& Event ) throw (RuntimeException)
+ void SAL_CALL OObserverImpl::notifyTermination( const EventObject& /*Event*/ ) throw (RuntimeException)
{
// get the listeners
Listeners aToNotify;
@@ -191,7 +191,7 @@ namespace utl
}
//--------------------------------------------------------------------
- void SAL_CALL OObserverImpl::disposing( const EventObject& Event ) throw (RuntimeException)
+ void SAL_CALL OObserverImpl::disposing( const EventObject& /*Event*/ ) throw (RuntimeException)
{
#if OSL_DEBUG_LEVEL > 0
::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );