diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-11 01:48:33 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-11 01:51:13 +0100 |
commit | 84e1d374294b4228f7ad571a019fffba98f36a28 (patch) | |
tree | 31be718d618bc94eac92baaf916cec070969754d /xmlsecurity | |
parent | c7281f5fb8ead61c68ea8b468b018b5637590ceb (diff) |
use the newly introduced LO_LIB_DIRS variable
the password unit test needs this code path and will fail otherwise
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/nssinitializer.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx index bc1184acfb72..eaa5e329f5d4 100644 --- a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx +++ b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx @@ -79,7 +79,6 @@ #include <secmod.h> #include <nssckbi.h> - namespace css = ::com::sun::star; namespace cssu = css::uno; namespace cssl = css::lang; @@ -303,7 +302,7 @@ bool nsscrypto_initialize( const css::uno::Reference< css::lang::XMultiServiceFa #if defined SYSTEM_MOZILLA OUString rootModule(RTL_CONSTASCII_USTRINGPARAM("libnssckbi"SAL_DLLEXTENSION)); #else - OUString rootModule(RTL_CONSTASCII_USTRINGPARAM("${BRAND_BASE_DIR}/program/libnssckbi"SAL_DLLEXTENSION)); + OUString rootModule(RTL_CONSTASCII_USTRINGPARAM("${LO_LIB_DIR}/libnssckbi"SAL_DLLEXTENSION)); #endif ::rtl::Bootstrap::expandMacros(rootModule); |