INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED

2006/04/07 20:34:53 sb 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED
2005/11/15 16:51:39 thb 1.7.4.1: #i55991# made code compile without warnings for gcc
This commit is contained in:
Jens-Heiner Rechtien
2006-06-20 01:14:52 +00:00
parent 4abe2baf97
commit e7914b6ed9

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: cf_service.cxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: kz $ $Date: 2006-02-28 10:40:38 $
* last change: $Author: hr $ $Date: 2006-06-20 02:14:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -366,7 +366,7 @@ const ::cppu::ImplementationEntry s_entries [] = {
extern "C" {
void SAL_CALL component_getImplementationEnvironment(
const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}