diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:13:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:13:22 +0000 |
commit | fde23f755e19896eabe02837961bd3da3e0f0167 (patch) | |
tree | a6e15a4d826fe35b9d4ffc1564ea34a8aed78666 /fpicker | |
parent | 69717ce381b59d47d68ac09d63566080477c33e7 (diff) |
INTEGRATION: CWS warnings01 (1.4.18); FILE MERGED
2006/05/23 23:13:17 sb 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED
2005/11/16 12:07:42 pl 1.4.18.1: #i55991# removed warnings
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/unx/gnome/FPentry.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fpicker/source/unx/gnome/FPentry.cxx b/fpicker/source/unx/gnome/FPentry.cxx index ee0768d87f62..98705f120fb9 100644 --- a/fpicker/source/unx/gnome/FPentry.cxx +++ b/fpicker/source/unx/gnome/FPentry.cxx @@ -4,9 +4,9 @@ * * $RCSfile: FPentry.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2006-05-05 10:22:27 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:13:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -114,7 +114,7 @@ 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; } @@ -123,7 +123,7 @@ void SAL_CALL component_getImplementationEnvironment( // //------------------------------------------------ -sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey ) +sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/, void* pRegistryKey ) { sal_Bool bRetVal = sal_True; @@ -150,7 +150,7 @@ sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey //------------------------------------------------ void* SAL_CALL component_getFactory( - const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* pRegistryKey ) + const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* /*pRegistryKey*/ ) { void* pRet = 0; |