summaryrefslogtreecommitdiff
path: root/xmlscript/source/misc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:10:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:10:54 +0000
commit30931665cc91398361bee8c21e26a875dcb7fd2f (patch)
tree148d9fbafef41754474bf1d414ef5f7d62c7c7d0 /xmlscript/source/misc
parent79afe2bc5d91c54b51ae19d0cdcf44459377e179 (diff)
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2005/10/24 14:04:32 dbo 1.3.4.1: #i53898# warning-free code
Diffstat (limited to 'xmlscript/source/misc')
-rw-r--r--xmlscript/source/misc/unoservices.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx
index 5ce30d3d09c1..0ee272d9358c 100644
--- a/xmlscript/source/misc/unoservices.cxx
+++ b/xmlscript/source/misc/unoservices.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unoservices.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:10:42 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:10:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -113,7 +113,7 @@ namespace xmlscript
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;
}