not used with disable-dynloading

Change-Id: Idad8a7b9b984147b7a64caf7527d8ad21bdd55a2
Reviewed-on: https://gerrit.libreoffice.org/45433
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara 2017-11-28 17:06:08 +00:00
parent c97d4caf43
commit 34a7e1b871

View file

@ -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;