summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-25 11:14:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-25 11:14:48 +0000
commit9f9230c220520dc821bab47edd5a7483bf89b504 (patch)
treeb7ccdbe5762573800a5d6faca3f42821fb01e7b6 /starmath
parent9d5586d8be187f855a250c2a21d844d6ab0e642f (diff)
INTEGRATION: CWS tl32 (1.11.20); FILE MERGED
2006/10/30 10:35:12 tl 1.11.20.1: #i69286# make starmath warning-free
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/register.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/starmath/source/register.cxx b/starmath/source/register.cxx
index 113dd16e3088..faed9311742d 100644
--- a/starmath/source/register.cxx
+++ b/starmath/source/register.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: register.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 07:54:41 $
+ * last change: $Author: vg $ $Date: 2007-05-25 12:14:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -128,12 +128,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 >
@@ -221,7 +221,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 ;