summaryrefslogtreecommitdiff
path: root/unotools/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:08:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:08:22 +0000
commit59dfafa4ae9f6bdfe24b901f9b3ccc40500f0bc8 (patch)
treeb62834a4d4aee41776860807d6878ced44ac316f /unotools/source
parent29e674700c1910a833f46f09aeba64314316c859 (diff)
INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED
2005/10/27 10:51:16 pl 1.3.16.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'unotools/source')
-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() );