[Libreoffice-commits] .: xmlsecurity/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Nov 6 01:46:52 PST 2012


 xmlsecurity/source/xmlsec/nss/nssinitializer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 13d21b1f039870c3f6b4b0b55466648fa503b001
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Tue Nov 6 11:45:45 2012 +0200

    'xMSF' : undeclared identifier
    
    Change-Id: Iba7a18b0c28da6a3955e62fe54ba96842e571064

diff --git a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
index b3dae01..a694c3f 100644
--- a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
+++ b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
@@ -252,7 +252,7 @@ bool nsscrypto_initialize( const css::uno::Reference< css::uno::XComponentContex
 #ifdef XMLSEC_CRYPTO_NSS
     sCertDir = getMozillaCurrentProfile(rxContext);
 #else
-    (void) xMSF;
+    (void) rxContext;
 #endif
     xmlsec_trace( "Using profile: %s", sCertDir.getStr() );
 


More information about the Libreoffice-commits mailing list