diff options
author | jan Iversen <jani@libreoffice.org> | 2017-10-10 15:08:28 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-10-10 15:53:44 +0200 |
commit | 539feabcfb5466a30282c0aac4de657974979cd6 (patch) | |
tree | a223e68dacebd2f5bda30325c07d91ad6250a6dd /avmedia/source | |
parent | d3347261feec99bbb059898e76dc71d9fe46e1b7 (diff) |
iOS, dummy SoundHandler_get_implementation
Since it is not easy to remove the avmedia component, adding
a dummy SoundHandler_get_implementation solves the link errors
With this commit LibreOfficeLight links, but without the prelinked lib
Change-Id: Ib18773d784346573f3c1fb21dc4446d92bd27748
Diffstat (limited to 'avmedia/source')
-rw-r--r-- | avmedia/source/avmediadummy.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/avmedia/source/avmediadummy.cxx b/avmedia/source/avmediadummy.cxx index 36793857f248..08f66147deec 100644 --- a/avmedia/source/avmediadummy.cxx +++ b/avmedia/source/avmediadummy.cxx @@ -93,4 +93,10 @@ bool MediaItem::operator==( const SfxPoolItem& ) const } // namespace avmedia +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +com_sun_star_comp_framework_SoundHandler_get_implementation(css::uno::XComponentContext*, + css::uno::Sequence<css::uno::Any> const &) +{ + return NULL; +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |