diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:48:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:48:22 +0000 |
commit | 0c6bd7d18bca1ca5f34821eb8687e177e6d0ec11 (patch) | |
tree | bd8581fe57a5921cce8550f39d25605defdd2978 /dbaccess/source | |
parent | d0c7b6b083304ebbcdfddd7ee1dc5ad88e1ae7e8 (diff) |
INTEGRATION: CWS warnings01 (1.9.48); FILE MERGED
2006/03/24 15:35:55 fs 1.9.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/core/misc/services.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/core/misc/services.cxx b/dbaccess/source/core/misc/services.cxx index ad52147900ea..958c8abd0ad7 100644 --- a/dbaccess/source/core/misc/services.cxx +++ b/dbaccess/source/core/misc/services.cxx @@ -4,9 +4,9 @@ * * $RCSfile: services.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-08 13:57:19 $ + * last change: $Author: hr $ $Date: 2006-06-20 02:48:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -86,7 +86,7 @@ extern "C" void SAL_CALL createRegistryInfo_DBA() extern "C" void SAL_CALL component_getImplementationEnvironment( const sal_Char **ppEnvTypeName, - uno_Environment **ppEnv + uno_Environment **/*ppEnv*/ ) { createRegistryInfo_DBA(); @@ -118,7 +118,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( extern "C" void* SAL_CALL component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, - void* pRegistryKey) + void* /*pRegistryKey*/) { Reference< XInterface > xRet; if (pServiceManager && pImplementationName) |