summaryrefslogtreecommitdiff
path: root/starmath/source/detreg.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-25 11:12:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-25 11:12:09 +0000
commit848d8319e150d094045cfdd1153a90aa2bc36460 (patch)
tree7a19b89249fb5eeee70e0fb12c8e868e0bfd94ae /starmath/source/detreg.cxx
parentc6c4e0f2a94547c641ed2bf1354206ec7101c6a3 (diff)
INTEGRATION: CWS tl32 (1.4.20); FILE MERGED
2006/10/30 10:35:11 tl 1.4.20.1: #i69286# make starmath warning-free
Diffstat (limited to 'starmath/source/detreg.cxx')
-rw-r--r--starmath/source/detreg.cxx10
1 files changed, 5 insertions, 5 deletions
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 ;