summaryrefslogtreecommitdiff
path: root/fpicker/source/unx/kde_unx/UnxFPentry.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-17 11:41:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-17 11:41:09 +0000
commit3b81384380e1e0ae8d79682c78394fead29ea25a (patch)
tree96b5af228d9efb170a4b22a1307f63ad84826fa8 /fpicker/source/unx/kde_unx/UnxFPentry.cxx
parentb260d92434213b5d63afea9789e9bfe24b4fb84e (diff)
WaE: unused parameters
Diffstat (limited to 'fpicker/source/unx/kde_unx/UnxFPentry.cxx')
-rw-r--r--fpicker/source/unx/kde_unx/UnxFPentry.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/unx/kde_unx/UnxFPentry.cxx b/fpicker/source/unx/kde_unx/UnxFPentry.cxx
index c577440cde0b..98c94d600937 100644
--- a/fpicker/source/unx/kde_unx/UnxFPentry.cxx
+++ b/fpicker/source/unx/kde_unx/UnxFPentry.cxx
@@ -64,7 +64,7 @@ extern "C"
// component_getImplementationEnvironment
//////////////////////////////////////////////////////////////////////////
-void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
+void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
@@ -73,7 +73,7 @@ void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTyp
//
//////////////////////////////////////////////////////////////////////////
-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;
@@ -98,7 +98,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 )
+void* SAL_CALL component_getFactory( const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* /*pRegistryKey*/ )
{
void* pRet = 0;