Kaydet (Commit) d63c4fa6 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS wae4extensions (1.4.192); FILE MERGED

2007/09/27 07:18:21 fs 1.4.192.1: #i81612# warning-free code
üst 0dd42956
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: abpservices.cxx,v $ * $RCSfile: abpservices.cxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: obo $ $Date: 2006-09-16 12:51:30 $ * last change: $Author: ihi $ $Date: 2008-01-14 14:32:58 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -68,7 +68,7 @@ extern "C" void SAL_CALL abp_initializeModule() ...@@ -68,7 +68,7 @@ extern "C" void SAL_CALL abp_initializeModule()
extern "C" void SAL_CALL component_getImplementationEnvironment( extern "C" void SAL_CALL component_getImplementationEnvironment(
const sal_Char **ppEnvTypeName, const sal_Char **ppEnvTypeName,
uno_Environment **ppEnv uno_Environment ** /*ppEnv*/
) )
{ {
abp_initializeModule(); abp_initializeModule();
...@@ -100,7 +100,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( ...@@ -100,7 +100,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo(
extern "C" void* SAL_CALL component_getFactory( extern "C" void* SAL_CALL component_getFactory(
const sal_Char* pImplementationName, const sal_Char* pImplementationName,
void* pServiceManager, void* pServiceManager,
void* pRegistryKey) void* /*pRegistryKey*/)
{ {
Reference< XInterface > xRet; Reference< XInterface > xRet;
if (pServiceManager && pImplementationName) if (pServiceManager && pImplementationName)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment