[Libreoffice-commits] core.git: avmedia/source

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 15 08:43:38 UTC 2020


 avmedia/source/win/avmediawin.component |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7a2b5236cc73993d71ccf46f62d69c6a9fa5a3d1
Author:     Noel Grandin <noel at peralex.com>
AuthorDate: Tue Jul 14 13:53:05 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Jul 15 10:42:56 2020 +0200

    don't need to use prefix here anymore
    
    all the services here are using constructors
    
    Change-Id: I2f42170b5d2345954df7bc0c41aa2709f97b47ed
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98728
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/avmedia/source/win/avmediawin.component b/avmedia/source/win/avmediawin.component
index 00a25c0c6dca..4b68b1cfceba 100644
--- a/avmedia/source/win/avmediawin.component
+++ b/avmedia/source/win/avmediawin.component
@@ -18,7 +18,7 @@
  -->
 
 <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
-    prefix="avmediawin" xmlns="http://openoffice.org/2010/uno-components">
+    xmlns="http://openoffice.org/2010/uno-components">
   <implementation name="com.sun.star.comp.avmedia.Manager_DirectX"
     constructor="avmedia_Manager_DirectX_get_implementation">
     <service name="com.sun.star.media.Manager_DirectX"/>


More information about the Libreoffice-commits mailing list