summaryrefslogtreecommitdiff
path: root/UnoControls
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:09:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:09:07 +0000
commit1c5ce375f38a0d6ea21cd48ffa7b05cf62755583 (patch)
treefd30601247d8e1b5ff9b01040a3cadb69e533adc /UnoControls
parent43c18f7324dfb6bbf18bc02c43aee2bc0bed8288 (diff)
INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED
2005/10/25 09:12:47 pl 1.6.4.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'UnoControls')
-rw-r--r--UnoControls/source/base/registercontrols.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/UnoControls/source/base/registercontrols.cxx b/UnoControls/source/base/registercontrols.cxx
index 8f6be07136cc..e5e3dfba3f94 100644
--- a/UnoControls/source/base/registercontrols.cxx
+++ b/UnoControls/source/base/registercontrols.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: registercontrols.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:16:58 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:09:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -245,7 +245,7 @@ CREATEINSTANCE ( StatusIndicator )
//______________________________________________________________________________________________________________
extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_Char** ppEnvironmentTypeName ,
- uno_Environment** ppEnvironment )
+ uno_Environment** /*ppEnvironment*/ )
{
*ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ;
}
@@ -254,7 +254,7 @@ extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_
// write component info to registry
//______________________________________________________________________________________________________________
-extern "C" sal_Bool SAL_CALL component_writeInfo( void* pServiceManager ,
+extern "C" sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/ ,
void* pRegistryKey )
{
AS_DBG_OUT ( "component_writeInfo():\t[start]\n" )
@@ -303,7 +303,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( void* pServiceManager ,
extern "C" void* SAL_CALL component_getFactory( const sal_Char* pImplementationName ,
void* pServiceManager ,
- void* pRegistryKey )
+ void* /*pRegistryKey*/ )
{
AS_DBG_OUT( "component_getFactory():\t[start]\n" )