From 848d8319e150d094045cfdd1153a90aa2bc36460 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 25 May 2007 11:12:09 +0000 Subject: INTEGRATION: CWS tl32 (1.4.20); FILE MERGED 2006/10/30 10:35:11 tl 1.4.20.1: #i69286# make starmath warning-free --- starmath/source/detreg.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'starmath/source/detreg.cxx') diff --git a/starmath/source/detreg.cxx b/starmath/source/detreg.cxx index 3d4a32dc7e25..882ce0eea80e 100644 --- a/starmath/source/detreg.cxx +++ b/starmath/source/detreg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: detreg.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 07:51:55 $ + * last change: $Author: vg $ $Date: 2007-05-25 12:12:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,12 +60,12 @@ extern "C" { void SAL_CALL component_getImplementationEnvironment( const sal_Char** ppEnvironmentTypeName, - uno_Environment** ppEnvironment ) + uno_Environment** /*ppEnvironment*/ ) { *ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ; } -sal_Bool SAL_CALL component_writeInfo( void* pServiceManager , +sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/, void* pRegistryKey ) { Reference< ::registry::XRegistryKey > @@ -90,7 +90,7 @@ sal_Bool SAL_CALL component_writeInfo( void* pServiceManager , 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. void* pReturn = NULL ; -- cgit