diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-14 14:16:44 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-14 14:16:44 +0100 |
commit | eaba4785053da1a910f5fe6ea3ce5b475de94cd5 (patch) | |
tree | 1ca1e69e52d23c3cd5c608f90f9e2fc72e74694f /xmlsecurity/tools/demo/util2.cxx | |
parent | 2b18c5b0ac957dd73f0de66b2a8120254e3daaa4 (diff) |
removetooltypes01: #i112600# remove tooltypes from xmlsecurity
Diffstat (limited to 'xmlsecurity/tools/demo/util2.cxx')
-rw-r--r-- | xmlsecurity/tools/demo/util2.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/tools/demo/util2.cxx b/xmlsecurity/tools/demo/util2.cxx index d7ab93388..86d7bbd74 100644 --- a/xmlsecurity/tools/demo/util2.cxx +++ b/xmlsecurity/tools/demo/util2.cxx @@ -331,7 +331,7 @@ void convertDateTime( ::rtl::OUStringBuffer& rBuffer, } ::com::sun::star::uno::Reference< ::com::sun::star::security::XCertificate > - getCertificateFromEnvironment( ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XSecurityEnvironment > xSecurityEnvironment , BOOL nType) + getCertificateFromEnvironment( ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XSecurityEnvironment > xSecurityEnvironment , sal_Bool nType) { cssu::Sequence< cssu::Reference< ::com::sun::star::security::XCertificate > > xPersonalCerts ; int length = 0; @@ -344,7 +344,7 @@ void convertDateTime( ::rtl::OUStringBuffer& rBuffer, encoding = osl_getTextEncodingFromLocale( pLocale ) ; // CP end - if( nType != FALSE ) + if( nType != sal_False ) xPersonalCerts = xSecurityEnvironment->getPersonalCertificates() ; else return NULL; // not support then; |