summaryrefslogtreecommitdiff
path: root/desktop/source/splash
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:18:13 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:18:13 +0000
commit07367014f7c54bd7de8551bcb849ec4954ac1a2b (patch)
tree91d65723ea00b62ad3d78addbb7f5e9c0c29101f /desktop/source/splash
parent44246771bdae6bd8194d9518a3feb7059c57834e (diff)
INTEGRATION: CWS sb59 (1.2.202); FILE MERGED
2006/07/20 07:55:36 sb 1.2.202.1: #i67537# Made code warning-free.
Diffstat (limited to 'desktop/source/splash')
-rwxr-xr-xdesktop/source/splash/services_spl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/splash/services_spl.cxx b/desktop/source/splash/services_spl.cxx
index 9eb30e9daa..fb1ad56eba 100755
--- a/desktop/source/splash/services_spl.cxx
+++ b/desktop/source/splash/services_spl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: services_spl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 09:49:42 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:18:13 $
*
* 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** ppEnvironmentTypeName,
- uno_Environment** ppEnvironment)
+ uno_Environment**)
{
*ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ;
}
@@ -149,7 +149,7 @@ void* SAL_CALL
component_getFactory(
const sal_Char* pImplementationName,
void* pServiceManager,
- void* pRegistryKey)
+ void*)
{
// Set default return value for this operation - if it failed.
if ( pImplementationName && pServiceManager )