summaryrefslogtreecommitdiff
path: root/dtrans/source/cnttype
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:59:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:59:30 +0000
commit89bb9a6b6f3acd865b71b0c231f397d5459b9e51 (patch)
treee3e0f034505010d9d49d7da61ec883212fac4bf1 /dtrans/source/cnttype
parent6dce51fb3ef60e1093881ff4d77dbea6d1254ed0 (diff)
INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED
2005/10/27 11:44:50 pl 1.4.4.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'dtrans/source/cnttype')
-rw-r--r--dtrans/source/cnttype/mctfentry.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dtrans/source/cnttype/mctfentry.cxx b/dtrans/source/cnttype/mctfentry.cxx
index e38cbccf41c5..8783fc9dc16a 100644
--- a/dtrans/source/cnttype/mctfentry.cxx
+++ b/dtrans/source/cnttype/mctfentry.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mctfentry.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:10:58 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:59:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -114,7 +114,7 @@ extern "C"
//----------------------------------------------------------------------
void SAL_CALL component_getImplementationEnvironment(
- const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
+ const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
@@ -126,7 +126,7 @@ void SAL_CALL component_getImplementationEnvironment(
// (you must use the full services name e.g. com.sun.star.frame.FilePicker
//-------------------------------------------------------------------------
-sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey )
+sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/, void* pRegistryKey )
{
sal_Bool bRetVal = sal_False;
@@ -153,7 +153,7 @@ sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey
// returns a factory to create XFilePicker-Services
//----------------------------------------------------------------------
-void* SAL_CALL component_getFactory( const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* pRegistryKey )
+void* SAL_CALL component_getFactory( const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* /*pRegistryKey*/ )
{
void* pRet = 0;