summaryrefslogtreecommitdiff
path: root/desktop/source/so_comp
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:17:43 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:17:43 +0000
commit0dac40c73fd0e784ebb54bc16563b6ef47907966 (patch)
treeedf75bf22f7f8a9b784a13e808225e95ae63688f /desktop/source/so_comp
parent0674d5ffb603bfa7a3badf450148a8c881e6a70c (diff)
INTEGRATION: CWS sb59 (1.5.202); FILE MERGED
2006/07/20 07:55:36 sb 1.5.202.1: #i67537# Made code warning-free.
Diffstat (limited to 'desktop/source/so_comp')
-rw-r--r--desktop/source/so_comp/services.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/so_comp/services.cxx b/desktop/source/so_comp/services.cxx
index 5103dc4b75..ceaf1a62b2 100644
--- a/desktop/source/so_comp/services.cxx
+++ b/desktop/source/so_comp/services.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: services.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 09:49:15 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:17:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -116,7 +116,7 @@ extern "C"
void SAL_CALL
component_getImplementationEnvironment(
const sal_Char** ppEnvironmentTypeName,
- uno_Environment** ppEnvironment)
+ uno_Environment**)
{
*ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ;
}
@@ -151,7 +151,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 )