diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:10:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:10:46 +0000 |
commit | bf73f985ee0cef1a2096890bbde8361fc84fdae5 (patch) | |
tree | 182edcd58c81cf0951ff2e624b948bcb3d63b9cb /fileaccess | |
parent | c5c4604887de5cf7590e4e0b5f7d33a271e55406 (diff) |
INTEGRATION: CWS warnings01 (1.23.4); FILE MERGED
2005/11/01 13:22:03 cd 1.23.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'fileaccess')
-rw-r--r-- | fileaccess/source/FileAccess.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fileaccess/source/FileAccess.cxx b/fileaccess/source/FileAccess.cxx index 593b72303c6c..91648d388d38 100644 --- a/fileaccess/source/FileAccess.cxx +++ b/fileaccess/source/FileAccess.cxx @@ -4,9 +4,9 @@ * * $RCSfile: FileAccess.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:22:46 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:10:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -927,13 +927,13 @@ 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; } //================================================================================================== sal_Bool SAL_CALL component_writeInfo( - void * pServiceManager, void * pRegistryKey ) + void * /*pServiceManager*/, void * pRegistryKey ) { if (pRegistryKey) { @@ -959,7 +959,7 @@ sal_Bool SAL_CALL component_writeInfo( } //================================================================================================== void * SAL_CALL component_getFactory( - const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) + const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0; |