From 25bfc31c645ced032fa9d1acf590eee147268a19 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 11 Nov 2010 16:04:47 +0000 Subject: WaE, unused parameters --- desktop/unx/splash/services_unxsplash.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/unx/splash/services_unxsplash.cxx b/desktop/unx/splash/services_unxsplash.cxx index f83c7f6d2727..2e472983eda8 100644 --- a/desktop/unx/splash/services_unxsplash.cxx +++ b/desktop/unx/splash/services_unxsplash.cxx @@ -88,7 +88,7 @@ extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_Char** ppEnvironmentTypeName, - uno_Environment** ppEnvironment ) + uno_Environment** /*ppEnvironment*/ ) { *ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ; } @@ -124,7 +124,7 @@ void* SAL_CALL component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, - void* pRegistryKey ) + void* /*pRegistryKey*/ ) { // Set default return value for this operation - if it failed. if ( pImplementationName && pServiceManager ) -- cgit