INTEGRATION: CWS sb59 (1.2.100); FILE MERGED
2006/08/10 12:04:53 sb 1.2.100.1: #i67487# Made code warning-free (wntmsci10).
This commit is contained in:
parent
2377d2cc88
commit
b3ac4937c5
2 changed files with 8 additions and 8 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: previewbase.cxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2006-09-16 17:57:30 $
|
||||
* last change: $Author: obo $ $Date: 2006-10-12 10:54:42 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -146,7 +146,7 @@ sal_Bool SAL_CALL PreviewBase::getShowState() throw (RuntimeException)
|
|||
//
|
||||
//-------------------------------
|
||||
|
||||
sal_Int16 SAL_CALL PreviewBase::getImaginaryShowState() const
|
||||
sal_Bool SAL_CALL PreviewBase::getImaginaryShowState() const
|
||||
{
|
||||
return m_bShowState;
|
||||
}
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: Fopentry.cxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2006-09-16 17:58:11 $
|
||||
* last change: $Author: obo $ $Date: 2006-10-12 10:55:09 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -102,7 +102,7 @@ extern "C"
|
|||
//----------------------------------------------------------------------
|
||||
|
||||
void SAL_CALL component_getImplementationEnvironment(
|
||||
const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
|
||||
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
||||
{
|
||||
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
||||
}
|
||||
|
@ -111,7 +111,7 @@ void SAL_CALL component_getImplementationEnvironment(
|
|||
//
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey )
|
||||
sal_Bool SAL_CALL component_writeInfo( void*, void* pRegistryKey )
|
||||
{
|
||||
sal_Bool bRetVal = sal_True;
|
||||
|
||||
|
@ -137,7 +137,7 @@ sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey
|
|||
// returns a factory to create XFilePicker-Services
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
void* SAL_CALL component_getFactory( const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* pRegistryKey )
|
||||
void* SAL_CALL component_getFactory( const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* )
|
||||
{
|
||||
void* pRet = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue