summaryrefslogtreecommitdiffstats
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:28:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:28:54 +0000
commit6785739340242aae1835636b929db865189f1b44 (patch)
tree3d41c601e34118d674e66a9bfea05b73233d6b2a /configmgr
parentINTEGRATION: CWS warnings01 (1.10.4); FILE MERGED (diff)
downloadcore-6785739340242aae1835636b929db865189f1b44.tar.gz
core-6785739340242aae1835636b929db865189f1b44.zip
INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED
2005/11/01 12:47:30 cd 1.9.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/registry/configregistry.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/registry/configregistry.cxx b/configmgr/source/registry/configregistry.cxx
index fca90034a431..6bdbbd7e8290 100644
--- a/configmgr/source/registry/configregistry.cxx
+++ b/configmgr/source/registry/configregistry.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: configregistry.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:15:12 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:28:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -208,7 +208,7 @@ void OConfigurationRegistry::implCheckOpen() throw(InvalidRegistryException, Run
}
//--------------------------------------------------------------------------
-void SAL_CALL OConfigurationRegistry::open( const ::rtl::OUString& _rURL, sal_Bool _bReadOnly, sal_Bool _bCreate ) throw(InvalidRegistryException, RuntimeException)
+void SAL_CALL OConfigurationRegistry::open( const ::rtl::OUString& _rURL, sal_Bool _bReadOnly, sal_Bool /*_bCreate*/ ) throw(InvalidRegistryException, RuntimeException)
{
MutexGuard aGuard(m_aMutex);
@@ -346,7 +346,7 @@ sal_Bool SAL_CALL OConfigurationRegistry::isReadOnly( ) throw(InvalidRegistryEx
}
//--------------------------------------------------------------------------
-void SAL_CALL OConfigurationRegistry::mergeKey( const ::rtl::OUString& aKeyName, const ::rtl::OUString& aUrl ) throw(InvalidRegistryException, MergeConflictException, RuntimeException)
+void SAL_CALL OConfigurationRegistry::mergeKey( const ::rtl::OUString& /*aKeyName*/, const ::rtl::OUString& /*aUrl*/ ) throw(InvalidRegistryException, MergeConflictException, RuntimeException)
{
MutexGuard aGuard(m_aMutex);
implCheckOpen();