diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:03:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:03:34 +0000 |
commit | 24d3160ff802803f07c118eeecfa90ef05b4d7f9 (patch) | |
tree | 08e0cddb0d2734554ee5b24804644d5332e35bff /stoc | |
parent | 09ce2538ae19d64018aacf37510a6a1ad58955e3 (diff) |
INTEGRATION: CWS warnings01 (1.15.8); FILE MERGED
2005/10/31 14:38:09 sb 1.15.8.1: #i53898# Made code warning-free.
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/loader/dllcomponentloader.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/source/loader/dllcomponentloader.cxx b/stoc/source/loader/dllcomponentloader.cxx index 955868468b7e..ed1484e73e0a 100644 --- a/stoc/source/loader/dllcomponentloader.cxx +++ b/stoc/source/loader/dllcomponentloader.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dllcomponentloader.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:00:50 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:03:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -222,7 +222,7 @@ Sequence<OUString> SAL_CALL DllComponentLoader::getSupportedServiceNames( ) } //************************************************************************* -void DllComponentLoader::initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArgs ) +void DllComponentLoader::initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& ) throw(::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException) { OSL_ENSURE( 0, "dllcomponentloader::initialize should not be called !" ); @@ -355,7 +355,7 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime ) //================================================================================================== void SAL_CALL component_getImplementationEnvironment( - const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv ) + const sal_Char ** ppEnvTypeName, uno_Environment ** ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } |