summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/services.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:40:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:40:22 +0000
commit25d738a0a97c0c440882cf8e65dc236ce1ca6ca1 (patch)
treedb44c6b84b6c63cb9662a39de723f3a2eb365cdd /xmlhelp/source/cxxhelp/provider/services.cxx
parent53387a40cff46737cb9b6e8b3e4d4f434cdd4745 (diff)
INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED
2005/12/15 16:36:44 ab 1.3.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/services.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/services.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/services.cxx b/xmlhelp/source/cxxhelp/provider/services.cxx
index 06986a01476c..6f3e363aca2a 100644
--- a/xmlhelp/source/cxxhelp/provider/services.cxx
+++ b/xmlhelp/source/cxxhelp/provider/services.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: services.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:21:55 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:40:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -94,6 +94,8 @@ static sal_Bool writeInfo( void * pRegistryKey,
extern "C" void SAL_CALL component_getImplementationEnvironment(
const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
{
+ (void)ppEnv;
+
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
@@ -101,6 +103,8 @@ extern "C" void SAL_CALL component_getImplementationEnvironment(
extern "C" sal_Bool SAL_CALL component_writeInfo(
void * pServiceManager, void * pRegistryKey )
{
+ (void)pServiceManager;
+
return pRegistryKey &&
//////////////////////////////////////////////////////////////////////
@@ -117,6 +121,8 @@ extern "C" sal_Bool SAL_CALL component_writeInfo(
extern "C" void * SAL_CALL component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{
+ (void)pRegistryKey;
+
void * pRet = 0;
Reference< XMultiServiceFactory > xSMgr(