diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-01-14 17:03:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-01-14 22:26:39 +0100 |
commit | f687c41f76fb0452d667a01f4fb0ff90bf2aa937 (patch) | |
tree | 7aea44df86844daf6361a44edb00aeff2d67f225 /sd | |
parent | 40887f38441e8e3371e80773c5bac2a5a22854ed (diff) |
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@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/util/sdfilt.component | 2 |
1 files changed, 1 insertions, 1 deletions
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> |