[Libreoffice-commits] core.git: xmlsecurity/source
Tor Lillqvist
tml at collabora.com
Sat Apr 19 12:45:54 PDT 2014
xmlsecurity/source/xmlsec/nss/nssinitializer.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c9e2ce548b218cca2b29060b62bcde66778391fb
Author: Tor Lillqvist <tml at collabora.com>
Date: Sat Apr 19 22:24:04 2014 +0300
WaE: Unreferenced function definition [loplugin:unreffun]
Change-Id: Ibac16b109d9024a75fc6045d5d55fb5d21eee70a
diff --git a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
index e63ff70..bdae521 100644
--- a/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
+++ b/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
@@ -358,6 +358,7 @@ bool nsscrypto_initialize( const css::uno::Reference< css::uno::XComponentContex
return return_value;
}
+} // namespace
// must be extern "C" because we pass the function pointer to atexit
extern "C" void nsscrypto_finalize()
@@ -385,7 +386,6 @@ extern "C" void nsscrypto_finalize()
PK11_LogoutAll();
NSS_Shutdown();
}
-} // namespace
ONSSInitializer::ONSSInitializer(
const css::uno::Reference< css::uno::XComponentContext > &rxContext)
More information about the Libreoffice-commits
mailing list