[Libreoffice-commits] core.git: xmloff/util

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 6 16:14:35 UTC 2020


 xmloff/util/xo.component |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f4e122a1a7780b0b8b7362d40b2541cde8e5e9e7
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Mon Jul 6 10:32:35 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Mon Jul 6 18:13:42 2020 +0200

    no need to use prefix here
    
    all of these use the constructor attribute
    
    Change-Id: I0915c2f5af5a7dde501e9ae709b08e5c98604466
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98197
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/xmloff/util/xo.component b/xmloff/util/xo.component
index 7e0564eacef6..809ecf340ae5 100644
--- a/xmloff/util/xo.component
+++ b/xmloff/util/xo.component
@@ -18,7 +18,7 @@
  -->
 
 <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
-    prefix="xo" xmlns="http://openoffice.org/2010/uno-components">
+    xmlns="http://openoffice.org/2010/uno-components">
   <implementation name="SchXMLExport.Compact"
       constructor="com_sun_star_comp_Chart_XMLExporter_get_implementation">
     <service name="com.sun.star.comp.Chart.XMLExporter"/>


More information about the Libreoffice-commits mailing list