[Libreoffice-commits] core.git: cppuhelper/source

Caolán McNamara caolanm at redhat.com
Tue Nov 28 20:29:16 UTC 2017


 cppuhelper/source/servicemanager.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 34a7e1b8712bab8dc731a1b7ffe283009752959d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 28 17:06:08 2017 +0000

    not used with disable-dynloading
    
    Change-Id: Idad8a7b9b984147b7a64caf7527d8ad21bdd55a2
    Reviewed-on: https://gerrit.libreoffice.org/45433
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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;


More information about the Libreoffice-commits mailing list