[Libreoffice-commits] core.git: vcl/vcl.common.component
Stephan Bergmann
sbergman at redhat.com
Wed Mar 14 07:50:52 UTC 2018
vcl/vcl.common.component | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 76850fcd99d7a9f62c7a95e22bf83e814e07af7a
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Mar 12 18:18:10 2018 +0100
prefix is unused when all implementations have constructors
Change-Id: I5d2efaa16932c0014cfb7491136b5d37f3e6dded
Reviewed-on: https://gerrit.libreoffice.org/51160
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/vcl/vcl.common.component b/vcl/vcl.common.component
index d5f7829242ac..77fbf38a1973 100644
--- a/vcl/vcl.common.component
+++ b/vcl/vcl.common.component
@@ -18,7 +18,7 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="vcl" xmlns="http://openoffice.org/2010/uno-components">
+ xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.graphic.GraphicProvider"
constructor="com_sun_star_comp_graphic_GraphicProvider_get_implementation">
<service name="com.sun.star.graphic.GraphicProvider"/>
More information about the Libreoffice-commits
mailing list