summaryrefslogtreecommitdiff
path: root/forms/util
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-20 07:48:41 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-20 07:49:00 +0100
commitc4ac108e5d724b3c08aa77118c55d0b6a391b680 (patch)
tree57a7e825588a9e542c52e37dc49db586a2303849 /forms/util
parent023fb64de84792337092f98d416e83a235a852fb (diff)
Remove unnecessary prefixes
...from .components that exclusively use constructors now Change-Id: I009f29a49d5be0aec32af8cfcae6fb8e2cd4f486
Diffstat (limited to 'forms/util')
-rw-r--r--forms/util/frm.component4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/util/frm.component b/forms/util/frm.component
index 962aec037d0b..2ccf1831bd68 100644
--- a/forms/util/frm.component
+++ b/forms/util/frm.component
@@ -18,8 +18,8 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="frm" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.comp.form.ONavigationBarControl"
+ xmlns="http://openoffice.org/2010/uno-components">
+ <implementation name="com.sun.star.comp.form.ONavigationBarControl"
constructor="com_sun_star_comp_form_ONavigationBarControl_get_implementation">
<service name="com.sun.star.form.control.NavigationToolBar"/>
</implementation>