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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 14 21:27:11 UTC 2020


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

New commits:
commit f687c41f76fb0452d667a01f4fb0ff90bf2aa937
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Jan 14 17:03:34 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Jan 14 22:26:39 2020 +0100

    prefix is unused when all implementations have constructors
    
    ...which is the case here since 5d0901a75e7ef96dc722b5277450cc18ad163f7b "sd
    pptm: Add a separate PPTM filter."
    
    Change-Id: I4318681da9971cac4df083f9170f3a0f9fd26f75
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86780
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sd/util/sdfilt.component b/sd/util/sdfilt.component
index 134a79f2d30a..5e4bab20b7d1 100644
--- a/sd/util/sdfilt.component
+++ b/sd/util/sdfilt.component
@@ -8,6 +8,6 @@
  *
 -->
 <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
-    prefix="sdfilt" xmlns="http://openoffice.org/2010/uno-components">
+    xmlns="http://openoffice.org/2010/uno-components">
   <implementation name="com.sun.star.comp.Impress.oox.PowerPointExport" constructor="css_comp_Impress_oox_PowerPointExport"/>
 </component>


More information about the Libreoffice-commits mailing list