diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:53:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:53:08 +0000 |
commit | 0afc98389a18669820b1b0296125faf2b765a2f3 (patch) | |
tree | eade60cf9f2ee9f378886687544e5e375a5edc82 /goodies | |
parent | 8d3d1c2bebb4d741417ef6bacd9e4c4902f51550 (diff) |
INTEGRATION: CWS warnings01 (1.3.144); FILE MERGED
2005/11/16 16:42:25 pl 1.3.144.1: #i55991# removed warnings
Diffstat (limited to 'goodies')
-rwxr-xr-x | goodies/source/unographic/graphicuno.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/goodies/source/unographic/graphicuno.cxx b/goodies/source/unographic/graphicuno.cxx index a22351df78b3..d3e611ab8bbe 100755 --- a/goodies/source/unographic/graphicuno.cxx +++ b/goodies/source/unographic/graphicuno.cxx @@ -16,14 +16,14 @@ namespace unographic { // - *_createInstance - // -------------------- -static uno::Reference< uno::XInterface > SAL_CALL GraphicProvider_createInstance( const uno::Reference< lang::XMultiServiceFactory >& rxManager) +static uno::Reference< uno::XInterface > SAL_CALL GraphicProvider_createInstance( const uno::Reference< lang::XMultiServiceFactory >& ) { return SAL_STATIC_CAST( ::cppu::OWeakObject*, new GraphicProvider ); } // ----------------------------------------------------------------------------- -static uno::Reference< uno::XInterface > SAL_CALL GraphicRendererVCL_createInstance( const uno::Reference< lang::XMultiServiceFactory >& rxManager) +static uno::Reference< uno::XInterface > SAL_CALL GraphicRendererVCL_createInstance( const uno::Reference< lang::XMultiServiceFactory >&) { return SAL_STATIC_CAST( ::cppu::OWeakObject*, new GraphicRendererVCL ); } @@ -32,7 +32,7 @@ static uno::Reference< uno::XInterface > SAL_CALL GraphicRendererVCL_createInsta // - component_getImplementationEnvironment - // ------------------------------------------ -extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_Char** ppEnvTypeName, uno_Environment** ppEnv ) +extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_Char** ppEnvTypeName, uno_Environment** ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } @@ -41,7 +41,7 @@ extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_Char* // - component_writeInfo - // ----------------------- -extern "C" sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey ) +extern "C" sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/, void* pRegistryKey ) { sal_Bool bRet = sal_False; @@ -90,7 +90,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* p // - component_getFactory - // ------------------------ -extern "C" void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* pRegistryKey ) +extern "C" void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* /*pRegistryKey*/ ) { void * pRet = 0; |