summaryrefslogtreecommitdiff
path: root/fpicker/source/unx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:13:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:13:22 +0000
commitb8e710cdf66672b49a30ff4991c6714cce41b32a (patch)
tree8aa73d232e462d75e966b2624bfbc97ade1501f6 /fpicker/source/unx
parente2a6306cc19c47f4b7a6eb567ebbd12b3035e3ae (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/source/unx')
-rw-r--r--fpicker/source/unx/gnome/FPentry.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/fpicker/source/unx/gnome/FPentry.cxx b/fpicker/source/unx/gnome/FPentry.cxx
index 9e02de60df..6457cb5e39 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;