summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 17:56:43 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 17:56:43 +0000
commiteb5f0f2f1d2191d68aecb611f234ab7f139dbd77 (patch)
treea1aebbb20766be2f6f43fff561654db85e00fb74 /sd
parent75f064cbe0ad2d48b4a05bc0032fd198bcd3a703 (diff)
INTEGRATION: CWS sdwarningsbegone (1.10.36); FILE MERGED
2006/11/22 12:42:19 cl 1.10.36.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/unoidl/facreg.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/unoidl/facreg.cxx b/sd/source/ui/unoidl/facreg.cxx
index 38912b9659f5..397454f16fec 100644
--- a/sd/source/ui/unoidl/facreg.cxx
+++ b/sd/source/ui/unoidl/facreg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: facreg.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 19:24:39 $
+ * last change: $Author: kz $ $Date: 2006-12-12 18:56:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,7 +92,7 @@ extern "C"
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char ** ppEnvTypeName,
- uno_Environment ** ppEnv )
+ uno_Environment ** )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
@@ -111,7 +111,7 @@ static void SAL_CALL writeInfo(
}
SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo(
- void * pServiceManager,
+ void * ,
void * pRegistryKey )
{
if( pRegistryKey )
@@ -137,7 +137,7 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo(
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
const sal_Char * pImplName,
void * pServiceManager,
- void * pRegistryKey )
+ void * )
{
void * pRet = 0;