summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-07 15:10:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-07 15:10:29 +0000
commit51343857254210622d10d1c08ca9ef8011d25950 (patch)
tree08f83a05983d4645af2a6dc2b3cbfff67011865c
parentc36cf152e7b9d54aef46e0e7e90d44251d96b471 (diff)
INTEGRATION: CWS frmcontrols03 (1.16.12); FILE MERGED
2004/04/28 12:00:13 fs 1.16.12.2: RESYNC: (1.16-1.18); FILE MERGED 2004/02/18 15:19:13 fs 1.16.12.1: #i24387# rich text control services
-rw-r--r--forms/source/misc/services.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/forms/source/misc/services.cxx b/forms/source/misc/services.cxx
index 251e510b927d..4a7e5268e031 100644
--- a/forms/source/misc/services.cxx
+++ b/forms/source/misc/services.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: services.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: hr $ $Date: 2004-04-13 11:45:06 $
+ * last change: $Author: rt $ $Date: 2004-05-07 16:10:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -337,6 +337,8 @@ void SAL_CALL createRegistryInfo_OScrollBarModel();
void SAL_CALL createRegistryInfo_OSpinButtonModel();
void SAL_CALL createRegistryInfo_ONavigationBarModel();
void SAL_CALL createRegistryInfo_ONavigationBarControl();
+void SAL_CALL createRegistryInfo_ORichTextModel();
+void SAL_CALL createRegistryInfo_ORichTextControl();
//---------------------------------------------------------------------------------------
void SAL_CALL createRegistryInfo_FORMS()
@@ -350,6 +352,8 @@ void SAL_CALL createRegistryInfo_FORMS()
createRegistryInfo_OSpinButtonModel();
createRegistryInfo_ONavigationBarModel();
createRegistryInfo_ONavigationBarControl();
+ createRegistryInfo_ORichTextModel();
+ createRegistryInfo_ORichTextControl();
bInit = sal_True;
}
}