diff options
author | Noel Grandin <noel@peralex.com> | 2020-07-14 13:53:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-15 10:42:56 +0200 |
commit | 7a2b5236cc73993d71ccf46f62d69c6a9fa5a3d1 (patch) | |
tree | 9b3fb1ed8e7a54a2b625d2f87b9e95bd7ddc3583 /avmedia | |
parent | 0c85d1ee0688435ffefd8eff797e57eac9bace27 (diff) |
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@collabora.co.uk>
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/win/avmediawin.component | 2 |
1 files changed, 1 insertions, 1 deletions
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"/> |