From 34a7e1b8712bab8dc731a1b7ffe283009752959d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 28 Nov 2017 17:06:08 +0000 Subject: not used with disable-dynloading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idad8a7b9b984147b7a64caf7527d8ad21bdd55a2 Reviewed-on: https://gerrit.libreoffice.org/45433 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cppuhelper/source/servicemanager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppuhelper/source/servicemanager.cxx') diff --git a/cppuhelper/source/servicemanager.cxx b/cppuhelper/source/servicemanager.cxx index 09e555a4ff43..42a0e7e3145a 100644 --- a/cppuhelper/source/servicemanager.cxx +++ b/cppuhelper/source/servicemanager.cxx @@ -1809,7 +1809,7 @@ cppuhelper::ServiceManager::findServiceImplementation( } /// Make a simpler unique name for preload / progress reporting. -#ifndef IOS +#ifndef DISABLE_DYNLOADING static rtl::OUString simplifyModule(const rtl::OUString &uri) { sal_Int32 nIdx; -- cgit