From 6dcbffff2846477fe05a166a32e9ff9a5a903e9b Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 11:58:45 +0000 Subject: INTEGRATION: CWS warnings01 (1.24.68); FILE MERGED 2006/03/15 07:55:43 fs 1.24.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:31 fs 1.24.68.1: #i57457# warning-free code --- forms/source/misc/services.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'forms') diff --git a/forms/source/misc/services.cxx b/forms/source/misc/services.cxx index e7a0787b21ac..23cd06364dfd 100644 --- a/forms/source/misc/services.cxx +++ b/forms/source/misc/services.cxx @@ -4,9 +4,9 @@ * * $RCSfile: services.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:02:27 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:58:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -107,7 +107,7 @@ DECLARE_SERVICE_INFO(Model) DECLARE_SERVICE_INFO(XForms) // some special handling for the FormattedFieldWrapper which can act as FormattedModel or as EditModel -DECLARE_SERVICE_INFO(OFormattedFieldWrapper); +DECLARE_SERVICE_INFO(OFormattedFieldWrapper) // this is for a service, which is instantiated through the EditModel service name // and which acts mostly as Edit (mostly means : if somebody uses XPersistObject::read immediately after // the object was instantiated and the stream contains a FormattedModel, it switches permanently to @@ -353,7 +353,7 @@ void SAL_CALL createRegistryInfo_FORMS() } //--------------------------------------------------------------------------------------- -void SAL_CALL component_getImplementationEnvironment(const sal_Char** _ppEnvTypeName, uno_Environment** _ppEnv) +void SAL_CALL component_getImplementationEnvironment(const sal_Char** _ppEnvTypeName, uno_Environment** /*_ppEnv*/) { *_ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } -- cgit