diff options
author | Chris Sherlock <chris.sherlock@collabora.com> | 2015-03-02 17:09:28 +1100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-03-11 18:38:29 +0100 |
commit | 84206b23bd2bf5abfe4d6653866a1f0a2c03cb8e (patch) | |
tree | 1beedd94dad7bb6107a21a582737375712e7d2a5 /avmedia/util | |
parent | 4c11ac451a00e552899429253652a6423829573b (diff) |
avmedia: use constructor syntax for avmedia.component
Change-Id: Ia4572e10fb97a5e88f08341d8a1c8af87e68904c
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'avmedia/util')
-rw-r--r-- | avmedia/util/avmedia.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/avmedia/util/avmedia.component b/avmedia/util/avmedia.component index 94e46f9a7fa6..eec2b9a2ff6d 100644 --- a/avmedia/util/avmedia.component +++ b/avmedia/util/avmedia.component @@ -19,7 +19,8 @@ <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" prefix="avmedia" xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.comp.framework.SoundHandler"> + <implementation name="com.sun.star.comp.framework.SoundHandler" + constructor="com_sun_star_comp_framework_SoundHandler_get_implementation"> <service name="com.sun.star.frame.ContentHandler"/> </implementation> </component> |