summaryrefslogtreecommitdiff
path: root/canvas/source/factory
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:14:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:14:52 +0000
commite7914b6ed925e734e7ce4ae99ede8e77ee7f664e (patch)
treecf9e088049f55c5ffa341d94272807a3a3866fe5 /canvas/source/factory
parent4abe2baf97f65fce95d8cbbbc8cd3cab4ee829cf (diff)
INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED
2006/04/07 20:34:53 sb 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/15 16:51:39 thb 1.7.4.1: #i55991# made code compile without warnings for gcc
Diffstat (limited to 'canvas/source/factory')
-rw-r--r--canvas/source/factory/cf_service.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/factory/cf_service.cxx b/canvas/source/factory/cf_service.cxx
index 159ce12c5aca..49f758fe44b9 100644
--- a/canvas/source/factory/cf_service.cxx
+++ b/canvas/source/factory/cf_service.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cf_service.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2006-02-28 10:40:38 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:14:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -366,7 +366,7 @@ const ::cppu::ImplementationEntry s_entries [] = {
extern "C" {
void SAL_CALL component_getImplementationEnvironment(
- const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
+ const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}