summaryrefslogtreecommitdiff
path: root/forms/util
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-09-14 15:14:56 +0200
committersb <sb@openoffice.org>2010-09-14 15:14:56 +0200
commit43c78860c3c910a43a8be5a0bc4fca1a096f9946 (patch)
tree55d11e2e62a48276af9fa9156810608f103d153a /forms/util
parent5dbc43ead1b7ff5fa0c1f6756a9ca6062c48d033 (diff)
sb129: #i113189# removed obviously unnecessary service registrations; allow empty <implementation/>
Diffstat (limited to 'forms/util')
-rw-r--r--forms/util/frm.component4
1 files changed, 0 insertions, 4 deletions
diff --git a/forms/util/frm.component b/forms/util/frm.component
index 0305d03ed54e..c727e805940a 100644
--- a/forms/util/frm.component
+++ b/forms/util/frm.component
@@ -29,18 +29,14 @@
<component loader="com.sun.star.loader.SharedLibrary"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.form.ONavigationBarControl">
- <service name="com.sun.star.awt.UnoControl"/>
<service name="com.sun.star.form.control.NavigationToolBar"/>
</implementation>
<implementation name="com.sun.star.comp.form.ONavigationBarModel">
- <service name="com.sun.star.awt.UnoControlModel"/>
<service name="com.sun.star.form.FormComponent"/>
<service name="com.sun.star.form.FormControlModel"/>
<service name="com.sun.star.form.component.NavigationToolBar"/>
</implementation>
<implementation name="com.sun.star.comp.form.ORichTextControl">
- <service name="com.sun.star.awt.UnoControl"/>
- <service name="com.sun.star.awt.UnoControlEdit"/>
<service name="com.sun.star.form.control.RichTextControl"/>
</implementation>
<implementation name="com.sun.star.comp.forms.FormOperations">