summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 14:55:12 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 14:55:12 +0000
commit83d1b35ea9f0261fbaa7ddb60f8116709e5e4ce1 (patch)
treeb62392ed36d482fac2d6ef4d345fcd04a9309e8e /forms
parent30fd61417b09820b6fcc4c4d02f38aee6942cdde (diff)
INTEGRATION: CWS supdremove02 (1.27.100); FILE MERGED
2008/02/05 08:58:35 rt 1.27.100.1: *** empty log message ***
Diffstat (limited to 'forms')
-rw-r--r--forms/source/misc/services.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/misc/services.cxx b/forms/source/misc/services.cxx
index 4246fdde23e1..050813b034be 100644
--- a/forms/source/misc/services.cxx
+++ b/forms/source/misc/services.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: services.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: rt $ $Date: 2006-12-01 16:55:40 $
+ * last change: $Author: obo $ $Date: 2008-02-25 15:55:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -240,7 +240,7 @@ void ensureClassInfos()
// - FormattedField
REGISTER_CLASS1(OFormattedFieldWrapper, FRM_COMPONENT_EDIT);
- // since SUPD568 both OFormattedModel and OEditModel use FRM_COMPONENT_EDIT for persistence,
+ // since SRC568 both OFormattedModel and OEditModel use FRM_COMPONENT_EDIT for persistence,
// and while reading a wrapper determines which kind of model it is
// register the wrapper for the FormattedField, as it handles the XPersistObject::write
// so that version <= 5.1 are able to read it