Kaydet (Commit) 023e4992 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond.

Change-Id: I020d4fc382470d7bc08df9b88e42ac62c97cb47e
üst 61e02585
......@@ -265,8 +265,6 @@ void cppuhelper::detail::loadSharedLibComponentFactory(
#endif
}
#if !defined DISABLE_DYNLOADING
css::uno::Reference<css::uno::XInterface> cppu::loadSharedLibComponentFactory(
rtl::OUString const & uri, rtl::OUString const & rPath,
rtl::OUString const & rImplName,
......@@ -282,6 +280,8 @@ css::uno::Reference<css::uno::XInterface> cppu::loadSharedLibComponentFactory(
return fac;
}
#if !defined DISABLE_DYNLOADING
namespace {
extern "C" void writeInfo(va_list * args) {
......
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