summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:58:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:58:45 +0000
commit6dcbffff2846477fe05a166a32e9ff9a5a903e9b (patch)
treef9ffcbba837c030714b013c793b44f22b1af1366 /forms
parent3bd58bc3df5c7bf3a5cd17962494ff8120795b12 (diff)
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
Diffstat (limited to 'forms')
-rw-r--r--forms/source/misc/services.cxx8
1 files changed, 4 insertions, 4 deletions
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;
}