From 96f5812cf50f8d64479b269b6cb0d873993c20e3 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 23:03:46 +0000
Subject: [PATCH] INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2005/10/31
14:38:10 sb 1.6.8.1: #i53898# Made code warning-free.
---
stoc/source/namingservice/namingservice.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/stoc/source/namingservice/namingservice.cxx b/stoc/source/namingservice/namingservice.cxx
index fac6d2d002f5..be46da39774a 100644
--- a/stoc/source/namingservice/namingservice.cxx
+++ b/stoc/source/namingservice/namingservice.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: namingservice.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:01:40 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:03:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -259,7 +259,7 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
//==================================================================================================
void SAL_CALL component_getImplementationEnvironment(
- const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
+ const sal_Char ** ppEnvTypeName, uno_Environment ** )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}