summaryrefslogtreecommitdiff
path: root/desktop/unx/splash
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-11 16:04:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-11 16:04:47 +0000
commit25bfc31c645ced032fa9d1acf590eee147268a19 (patch)
tree7a5f749069b0800deeda7f7c47a3dd7b158a34a9 /desktop/unx/splash
parent62249be021b61fb947469143f7c9c47307324eb3 (diff)
WaE, unused parameters
Diffstat (limited to 'desktop/unx/splash')
-rw-r--r--desktop/unx/splash/services_unxsplash.cxx4
1 files 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 )