[Libreoffice-commits] core.git: vcl/vcl.headless.component vcl/vcl.windows.component

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 7 17:17:21 UTC 2020


 vcl/vcl.headless.component |    2 +-
 vcl/vcl.windows.component  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 616dc30585943b2d9bdae0d2b9e95567f8c7641f
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Jul 7 15:39:09 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Jul 7 19:16:43 2020 +0200

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

diff --git a/vcl/vcl.headless.component b/vcl/vcl.headless.component
index 6e8475f1969b..6cda44e416e2 100644
--- a/vcl/vcl.headless.component
+++ b/vcl/vcl.headless.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.frame.VCLSessionManagerClient"
     constructor="com_sun_star_frame_VCLSessionManagerClient_get_implementation">
     <service name="com.sun.star.frame.SessionManagerClient"/>
diff --git a/vcl/vcl.windows.component b/vcl/vcl.windows.component
index bc3bf755978c..a818ad075c9d 100644
--- a/vcl/vcl.windows.component
+++ b/vcl/vcl.windows.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.frame.VCLSessionManagerClient"
     constructor="com_sun_star_frame_VCLSessionManagerClient_get_implementation">
     <service name="com.sun.star.frame.SessionManagerClient"/>


More information about the Libreoffice-commits mailing list