summaryrefslogtreecommitdiff
path: root/fileaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:10:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:10:46 +0000
commitdd648c8bd0f267b90e9b2873160ed1acf120e062 (patch)
treea30d935e2323aabc57457f7c49cb96c7efa81ed9 /fileaccess
parent1d401618cf94c004054ddb1f23c14380b7689678 (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.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/fileaccess/source/FileAccess.cxx b/fileaccess/source/FileAccess.cxx
index 234dd5cf94..9ecf1c56b6 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;