summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:17:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:17:57 +0000
commit2748f86d1557f89a24f0cc95a8ea8e32257a8f8e (patch)
tree89b6f052ab0e5910c035b67320ad958e4ec9799c /configmgr
parentbe3b89f80a9c7f08441d8948e12d182989e68996 (diff)
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2005/11/01 12:47:10 cd 1.3.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/backend/backendnotifier.cxx6
-rw-r--r--configmgr/source/backend/backendstratalistener.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/configmgr/source/backend/backendnotifier.cxx b/configmgr/source/backend/backendnotifier.cxx
index 27f4482a28..0800feba12 100644
--- a/configmgr/source/backend/backendnotifier.cxx
+++ b/configmgr/source/backend/backendnotifier.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: backendnotifier.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:23:40 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:17:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -77,7 +77,7 @@ void SAL_CALL BackendChangeNotifier::componentDataChanged(const backenduno::Comp
}
}
// -----------------------------------------------------------------------------
-void SAL_CALL BackendChangeNotifier::disposing( lang::EventObject const & rSource )
+void SAL_CALL BackendChangeNotifier::disposing( lang::EventObject const & /*rSource*/ )
throw (uno::RuntimeException)
{
osl::MutexGuard aListGuard(m_aMutex);
diff --git a/configmgr/source/backend/backendstratalistener.cxx b/configmgr/source/backend/backendstratalistener.cxx
index b5c0137776..f5b518f857 100644
--- a/configmgr/source/backend/backendstratalistener.cxx
+++ b/configmgr/source/backend/backendstratalistener.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: backendstratalistener.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:24:10 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:17:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,7 @@ namespace configmgr
}
// -----------------------------------------------------------------------------
- void SAL_CALL BackendStrataListener::disposing( lang::EventObject const & rSource )
+ void SAL_CALL BackendStrataListener::disposing( lang::EventObject const & /*rSource*/ )
throw (uno::RuntimeException)
{