summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/hsqldb/Hservices.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:31:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:31:51 +0000
commit9333ff801d2b00a1d54f8922abb5db807a0251be (patch)
treec4d0ab3cf2e56858c0363d46daf484186d60a8c3 /connectivity/source/drivers/hsqldb/Hservices.cxx
parentad8502a975b81b37e3187555a278dadc9e612cdb (diff)
INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED
2005/12/22 11:44:49 fs 1.4.30.2: #i57457# warning-free code 2005/11/16 12:59:08 fs 1.4.30.1: #i57457# warning free code
Diffstat (limited to 'connectivity/source/drivers/hsqldb/Hservices.cxx')
-rw-r--r--connectivity/source/drivers/hsqldb/Hservices.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/hsqldb/Hservices.cxx b/connectivity/source/drivers/hsqldb/Hservices.cxx
index 98b06e2aac12..87721f239dec 100644
--- a/connectivity/source/drivers/hsqldb/Hservices.cxx
+++ b/connectivity/source/drivers/hsqldb/Hservices.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Hservices.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 06:05:59 $
+ * last change: $Author: hr $ $Date: 2006-06-20 01:31:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -125,7 +125,7 @@ struct ProviderRequest
extern "C" void SAL_CALL component_getImplementationEnvironment(
const sal_Char **ppEnvTypeName,
- uno_Environment **ppEnv
+ uno_Environment ** /*ppEnv*/
)
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
@@ -133,7 +133,7 @@ extern "C" void SAL_CALL component_getImplementationEnvironment(
//---------------------------------------------------------------------------------------
extern "C" sal_Bool SAL_CALL component_writeInfo(
- void* pServiceManager,
+ void* /*pServiceManager*/,
void* pRegistryKey
)
{
@@ -160,7 +160,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo(
extern "C" void* SAL_CALL component_getFactory(
const sal_Char* pImplementationName,
void* pServiceManager,
- void* pRegistryKey)
+ void* /*pRegistryKey*/)
{
void* pRet = 0;
if (pServiceManager)