summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/shlib.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index 972357b3c05c..fd88e5bf1eb7 100644
--- a/cppuhelper/source/shlib.cxx
+++ b/cppuhelper/source/shlib.cxx
@@ -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) {