diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2013-07-24 21:39:52 +0200 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-07-24 20:18:36 +0000 |
commit | ec52a20edbd7243bba041259d93608c2dac4b39c (patch) | |
tree | 54cac26d37c0dabd26045a863c95a8625114e108 /xmlsecurity | |
parent | b525ef35b14ffd2f162c539cc8c62cb0934ab214 (diff) |
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
Change-Id: Ie959aa5a6874aae3c60273355a959c344e82699e
Reviewed-on: https://gerrit.libreoffice.org/5083
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx index 08c020d810d2..5157b24e3ced 100644 --- a/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx +++ b/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx @@ -447,7 +447,7 @@ void SecurityEnvironment_NssImpl::updateSlots() // if( pSymKey == NULL ) // { // PK11_FreeSlot( pSlot ) ; -// RTL_LOGFILE_TRACE( "XMLSEC: Error - pSymKey is NULL" ); +// SAL_INFO( "xmlsecurity", "XMLSEC: Error - pSymKey is NULL" ); // continue; // } addCryptoSlot(pSlot); diff --git a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx index 41c2378c698c..813d07d2a38f 100644 --- a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx +++ b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx @@ -32,7 +32,6 @@ #include <rtl/strbuf.hxx> #include <osl/file.hxx> #include <osl/thread.h> -#include <rtl/logfile.hxx> #include <com/sun/star/xml/crypto/SecurityEnvironment.hpp> #include <com/sun/star/xml/crypto/XMLSecurityContext.hpp> |