summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-07 15:10:05 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-07 15:10:05 +0000
commitfe508d75128afd11cd043c84316a2dfccd7e2f71 (patch)
treee711dbb2f7f960100d6b13cdc1f4f5c9a642454b
parent480c06f49aeb7de7245411e00a73c157f79a07e0 (diff)
INTEGRATION: CWS frmcontrols03 (1.7.12); FILE MERGED
2004/04/28 14:32:12 fs 1.7.12.3: manual RESYNC - new strings which originally, on the CWS, were added to a different file 2004/04/28 11:58:44 fs 1.7.12.2: RESYNC: (1.7-1.10); FILE MERGED 2004/02/18 15:19:25 fs 1.7.12.1: #i24387# rich text control services
-rw-r--r--forms/source/inc/services.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/forms/source/inc/services.hxx b/forms/source/inc/services.hxx
index f4587f72dddd..9e01ca123936 100644
--- a/forms/source/inc/services.hxx
+++ b/forms/source/inc/services.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: services.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2004-04-14 09:43:25 $
+ * last change: $Author: rt $ $Date: 2004-05-07 16:10:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -191,6 +191,7 @@ namespace frm
FORMS_CONSTASCII_STRING( FRM_SUN_COMPONENT_FORMATTEDFIELD, "com.sun.star.form.component.FormattedField" );
FORMS_CONSTASCII_STRING( FRM_SUN_COMPONENT_SCROLLBAR, "com.sun.star.form.component.ScrollBar" );
FORMS_CONSTASCII_STRING( FRM_SUN_COMPONENT_SPINBUTTON, "com.sun.star.form.component.SpinButton" );
+ FORMS_CONSTASCII_STRING( FRM_SUN_COMPONENT_RICHTEXTCONTROL, "com.sun.star.form.component.RichTextControl" );
FORMS_CONSTASCII_STRING( FRM_SUN_COMPONENT_NAVTOOLBAR, "com.sun.star.form.component.NavigationToolBar" );
FORMS_CONSTASCII_STRING( FRM_SUN_COMPONENT_IMAGECONTROL, "com.sun.star.form.component.DatabaseImageControl" );
@@ -223,6 +224,7 @@ namespace frm
FORMS_CONSTASCII_STRING( FRM_SUN_CONTROL_PATTERNFIELD, "com.sun.star.form.control.PatternField" );
FORMS_CONSTASCII_STRING( FRM_SUN_CONTROL_IMAGECONTROL, "com.sun.star.form.control.ImageControl" );
FORMS_CONSTASCII_STRING( FRM_SUN_CONTROL_FORMATTEDFIELD, "com.sun.star.form.control.FormattedField" );
+ FORMS_CONSTASCII_STRING( FRM_SUN_CONTROL_RICHTEXTCONTROL,"com.sun.star.form.control.RichTextControl" );
FORMS_CONSTASCII_STRING( FRM_SUN_FORMS_COLLECTION, "com.sun.star.form.Forms" );