[Libreoffice-commits] .: xmlsecurity/source

Michael Meeks michael at kemper.freedesktop.org
Thu May 26 09:06:28 PDT 2011


 xmlsecurity/source/component/documentdigitalsignatures.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 1972f3f2209fca0f6b76a2e7ae5a38e513574114
Author: Luke Petrolekas <luke.petrolekas at gmail.com>
Date:   Thu May 26 10:27:54 2011 -0400

    Removes commented out code.

diff --git a/xmlsecurity/source/component/documentdigitalsignatures.cxx b/xmlsecurity/source/component/documentdigitalsignatures.cxx
index 8032883..205fe3e 100644
--- a/xmlsecurity/source/component/documentdigitalsignatures.cxx
+++ b/xmlsecurity/source/component/documentdigitalsignatures.cxx
@@ -440,8 +440,6 @@ void DocumentDigitalSignatures::showCertificate(
     ::ucbhelper::ContentBroker* pBroker = NULL;
 
     //warning free code
-    //if ( aLocObj.GetProtocol() == INET_PROT_FILE && ( pBroker = ::ucbhelper::ContentBroker::get() ) )
-    //	xContentProvider = pBroker->getContentProviderInterface();
     if ( aLocObj.GetProtocol() == INET_PROT_FILE)
     {
         pBroker = ::ucbhelper::ContentBroker::get();


More information about the Libreoffice-commits mailing list