summaryrefslogtreecommitdiff
path: root/vcl/source/app/session.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:13:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:13:44 +0000
commitb3865a669af4431e9dbac7a6667e6cdb48bda9a1 (patch)
tree3f7cc168c1086eb088d785eb533fc0e8a469bf53 /vcl/source/app/session.cxx
parent1f852e6afbd2038758248713c958dff869d65807 (diff)
INTEGRATION: CWS warnings01 (1.5.70); FILE MERGED
2005/11/02 12:18:54 pl 1.5.70.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'vcl/source/app/session.cxx')
-rw-r--r--vcl/source/app/session.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/source/app/session.cxx b/vcl/source/app/session.cxx
index f946f79b0bff..6e924ecac9be 100644
--- a/vcl/source/app/session.cxx
+++ b/vcl/source/app/session.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: session.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 11:41:36 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:13:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -368,7 +368,7 @@ static Sequence< rtl::OUString > SAL_CALL vcl_session_getSupportedServiceNames()
return aRet;
}
-static Reference< XInterface > SAL_CALL vcl_session_createInstance( const Reference< XMultiServiceFactory > & xMultiServiceFactory )
+static Reference< XInterface > SAL_CALL vcl_session_createInstance( const Reference< XMultiServiceFactory > & /*xMultiServiceFactory*/ )
{
ImplSVData* pSVData = ImplGetSVData();
if( ! pSVData->xSMClient.is() )
@@ -383,12 +383,12 @@ extern "C" {
VCL_DLLPUBLIC void SAL_CALL component_getImplementationEnvironment(
const sal_Char** ppEnvTypeName,
- uno_Environment** ppEnv )
+ uno_Environment** /*ppEnv*/ )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
- VCL_DLLPUBLIC sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pXUnoKey )
+ VCL_DLLPUBLIC sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/, void* pXUnoKey )
{
if( pXUnoKey )
{
@@ -414,7 +414,7 @@ extern "C" {
VCL_DLLPUBLIC void* SAL_CALL component_getFactory(
const sal_Char* pImplementationName,
void* pXUnoSMgr,
- void* pXUnoKey
+ void* /*pXUnoKey*/
)
{
void* pRet = 0;