Kaydet (Commit) 539feabc authored tarafından jan Iversen's avatar jan Iversen

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
üst d3347261
......@@ -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: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment