diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2013-08-11 14:51:09 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-11 19:37:59 +0000 |
commit | 1452e5659796db395efa222d50cc8158275c5442 (patch) | |
tree | 3cf3bb20ee7f94f7f218bc00e7e045078d8da6e8 /xmlsecurity/source/helper/xmlsignaturehelper2.cxx | |
parent | 305187377b3e21cc6df890f165a1212db83f0022 (diff) |
fdo#62475 removed pointless comments
Change-Id: I02b264a9661bcefaea96d6c5743352914154427d
Reviewed-on: https://gerrit.libreoffice.org/5345
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmlsecurity/source/helper/xmlsignaturehelper2.cxx')
-rw-r--r-- | xmlsecurity/source/helper/xmlsignaturehelper2.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper2.cxx b/xmlsecurity/source/helper/xmlsignaturehelper2.cxx index 663ba8a19e31..95ba032a9610 100644 --- a/xmlsecurity/source/helper/xmlsignaturehelper2.cxx +++ b/xmlsecurity/source/helper/xmlsignaturehelper2.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include <xmlsecurity/xmlsignaturehelper.hxx> #include <xmlsignaturehelper2.hxx> @@ -63,9 +62,7 @@ void SAL_CALL ImplXMLSignatureListener::signatureVerified( sal_Int32 securityId, maVerifyResultListenerListener.Call( &aResult ); } -// --------------------------------------------------------------------------------- // XDocumentHandler -// --------------------------------------------------------------------------------- void SAL_CALL ImplXMLSignatureListener::startDocument( ) throw (com::sun::star::xml::sax::SAXException, com::sun::star::uno::RuntimeException) { @@ -143,9 +140,7 @@ void SAL_CALL ImplXMLSignatureListener::setDocumentLocator( const com::sun::star } } -// --------------------------------------------------------------------------------- // XUriBinding -// --------------------------------------------------------------------------------- UriBindingHelper::UriBindingHelper() { @@ -156,7 +151,6 @@ UriBindingHelper::UriBindingHelper( const com::sun::star::uno::Reference < com:: mxStorage = rxStorage; } - void SAL_CALL UriBindingHelper::setUriBinding( const OUString& /*uri*/, const uno::Reference< io::XInputStream >&) throw (uno::Exception, uno::RuntimeException) { @@ -217,5 +211,4 @@ uno::Reference < io::XInputStream > UriBindingHelper::OpenInputStream( const uno return xInStream; } - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |