summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-10-10 15:08:28 +0200
committerjan Iversen <jani@libreoffice.org>2017-10-10 15:53:44 +0200
commit539feabcfb5466a30282c0aac4de657974979cd6 (patch)
treea223e68dacebd2f5bda30325c07d91ad6250a6dd /avmedia
parentd3347261feec99bbb059898e76dc71d9fe46e1b7 (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')
-rw-r--r--avmedia/source/avmediadummy.cxx6
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: */