summaryrefslogtreecommitdiff
path: root/extensions/source/svg
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 14:04:54 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 14:04:54 +0000
commit758536f78939e1c0391d75d43f0a1aaf3ccd4342 (patch)
treea481457ad7c49ea1d152d90707527bf131fbd4c2 /extensions/source/svg
parent562b2d6c9952393430dc64f9fadc383e564a2902 (diff)
INTEGRATION: CWS wae4extensions (1.5.192); FILE MERGED
2007/09/27 10:20:02 fs 1.5.192.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/svg')
-rw-r--r--extensions/source/svg/svguno.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/svg/svguno.cxx b/extensions/source/svg/svguno.cxx
index 30143469b354..3af0378310b8 100644
--- a/extensions/source/svg/svguno.cxx
+++ b/extensions/source/svg/svguno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svguno.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 13:29:28 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 15:04:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -63,7 +63,7 @@ static REF( NMSP_UNO::XInterface ) SAL_CALL create_SVGPrinter( const REF( NMSP_L
// - 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 ** /*ppEnv*/ )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
@@ -72,7 +72,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;
@@ -102,7 +102,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*/ )
{
REF( NMSP_LANG::XSingleServiceFactory ) xFactory;
void* pRet = 0;