summaryrefslogtreecommitdiffstats
path: root/connectivity/source/cpool/Zregistration.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:07:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:07:38 +0000
commit336b835a4cf922e46112d0c5638c706c56ca79c6 (patch)
treecc225e4ea0ceae0271176956c325ae99b876e129 /connectivity/source/cpool/Zregistration.cxx
parentINTEGRATION: CWS warnings01 (1.7.30); FILE MERGED (diff)
downloadcore-336b835a4cf922e46112d0c5638c706c56ca79c6.tar.gz
core-336b835a4cf922e46112d0c5638c706c56ca79c6.zip
INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED
2005/11/16 12:58:48 fs 1.3.30.1: #i57457# warning free code
Diffstat (limited to 'connectivity/source/cpool/Zregistration.cxx')
-rw-r--r--connectivity/source/cpool/Zregistration.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/cpool/Zregistration.cxx b/connectivity/source/cpool/Zregistration.cxx
index aececa9a257b..c2a43025a3a2 100644
--- a/connectivity/source/cpool/Zregistration.cxx
+++ b/connectivity/source/cpool/Zregistration.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Zregistration.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 05:18:49 $
+ * last change: $Author: hr $ $Date: 2006-06-20 01:07:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,13 +54,13 @@ extern "C"
{
//---------------------------------------------------------------------------------------
- void SAL_CALL component_getImplementationEnvironment(const sal_Char** _ppEnvTypeName, uno_Environment** _ppEnv)
+ void SAL_CALL component_getImplementationEnvironment(const sal_Char** _ppEnvTypeName, uno_Environment** /*_ppEnv*/)
{
*_ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
//---------------------------------------------------------------------------------------
-sal_Bool SAL_CALL component_writeInfo(void* _pServiceManager, com::sun::star::registry::XRegistryKey* _pRegistryKey)
+sal_Bool SAL_CALL component_writeInfo(void* /*_pServiceManager*/, com::sun::star::registry::XRegistryKey* _pRegistryKey)
{
::rtl::OUString sMainKeyName = ::rtl::OUString::createFromAscii("/");
sMainKeyName += OPoolCollection::getImplementationName_Static();