Kaydet (Commit) 25d738a0 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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
üst 53387a40
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: resultsetforroot.cxx,v $ * $RCSfile: resultsetforroot.cxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 12:21:35 $ * last change: $Author: hr $ $Date: 2006-06-20 00:40:11 $
* *
* 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.
...@@ -93,6 +93,6 @@ ResultSetForRoot::ResultSetForRoot( const uno::Reference< lang::XMultiServiceFac ...@@ -93,6 +93,6 @@ ResultSetForRoot::ResultSetForRoot( const uno::Reference< lang::XMultiServiceFac
if( ! ( cmd->execute( aCommand,0,uno::Reference< XCommandEnvironment >( 0 ) ) >>= m_aItems[i] ) ) if( ! ( cmd->execute( aCommand,0,uno::Reference< XCommandEnvironment >( 0 ) ) >>= m_aItems[i] ) )
; ;
} }
m_nRow = -1; m_nRow = 0xffffffff;
} }
} }
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: services.cxx,v $ * $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 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.
...@@ -94,6 +94,8 @@ static sal_Bool writeInfo( void * pRegistryKey, ...@@ -94,6 +94,8 @@ static sal_Bool writeInfo( void * pRegistryKey,
extern "C" void SAL_CALL component_getImplementationEnvironment( extern "C" void SAL_CALL component_getImplementationEnvironment(
const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv ) const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
{ {
(void)ppEnv;
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
} }
...@@ -101,6 +103,8 @@ extern "C" void SAL_CALL component_getImplementationEnvironment( ...@@ -101,6 +103,8 @@ extern "C" void SAL_CALL component_getImplementationEnvironment(
extern "C" sal_Bool SAL_CALL component_writeInfo( extern "C" sal_Bool SAL_CALL component_writeInfo(
void * pServiceManager, void * pRegistryKey ) void * pServiceManager, void * pRegistryKey )
{ {
(void)pServiceManager;
return pRegistryKey && return pRegistryKey &&
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
...@@ -117,6 +121,8 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( ...@@ -117,6 +121,8 @@ 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 * pImplName, void * pServiceManager, void * pRegistryKey ) const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{ {
(void)pRegistryKey;
void * pRet = 0; void * pRet = 0;
Reference< XMultiServiceFactory > xSMgr( Reference< XMultiServiceFactory > xSMgr(
......
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