summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/decryptorimpl.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-17 09:17:02 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-17 09:17:02 +0000
commitcafac73bc1e0e22675e2fa35f64484110edc3d10 (patch)
treebd6621de5801c8c2d414efe3809d508063ee230b /xmlsecurity/source/framework/decryptorimpl.cxx
parent9dcf7ab62b9e07969991f45597061efd52823872 (diff)
INTEGRATION: CWS jl51 (1.5.30); FILE MERGED
2007/02/05 13:54:18 jl 1.5.30.1: #i69228 warning free code
Diffstat (limited to 'xmlsecurity/source/framework/decryptorimpl.cxx')
-rw-r--r--xmlsecurity/source/framework/decryptorimpl.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/xmlsecurity/source/framework/decryptorimpl.cxx b/xmlsecurity/source/framework/decryptorimpl.cxx
index d494d97aa342..ad41d0a4d87f 100644
--- a/xmlsecurity/source/framework/decryptorimpl.cxx
+++ b/xmlsecurity/source/framework/decryptorimpl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: decryptorimpl.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 14:36:56 $
+ * last change: $Author: ihi $ $Date: 2007-04-17 10:17:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -191,7 +191,7 @@ void SAL_CALL DecryptorImpl::addDecryptionResultListener( const cssu::Reference<
tryToPerform();
}
-void SAL_CALL DecryptorImpl::removeDecryptionResultListener( const cssu::Reference< cssxc::sax::XDecryptionResultListener >& listener )
+void SAL_CALL DecryptorImpl::removeDecryptionResultListener( const cssu::Reference< cssxc::sax::XDecryptionResultListener >&)
throw (cssu::RuntimeException)
{
}
@@ -200,8 +200,7 @@ void SAL_CALL DecryptorImpl::removeDecryptionResultListener( const cssu::Referen
void SAL_CALL DecryptorImpl::initialize( const cssu::Sequence< cssu::Any >& aArguments )
throw (cssu::Exception, cssu::RuntimeException)
{
- sal_Int32 nLength = aArguments.getLength();
- OSL_ASSERT(nLength == 5);
+ OSL_ASSERT(aArguments.getLength() == 5);
rtl::OUString ouTempString;