Kaydet (Commit) c4ac108e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unnecessary prefixes

...from .components that exclusively use constructors now

Change-Id: I009f29a49d5be0aec32af8cfcae6fb8e2cd4f486
üst 023fb64d
......@@ -8,7 +8,7 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
prefix="textfd" xmlns="http://openoffice.org/2010/uno-components">
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.filters.PlainTextFilterDetect"
constructor="com_sun_star_comp_filters_PlainTextFilterDetect_get_implementation">
<service name="com.sun.star.document.ExtendedTypeDetection"/>
......
......@@ -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>
......
......@@ -18,7 +18,7 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
prefix="writerfilter" xmlns="http://openoffice.org/2010/uno-components">
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.Writer.WriterFilter"
constructor="com_sun_star_comp_Writer_WriterFilter_get_implementation">
<service name="com.sun.star.document.ExportFilter"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment