summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/gpg/CipherContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/gpg/CipherContext.cxx')
-rw-r--r--xmlsecurity/source/gpg/CipherContext.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlsecurity/source/gpg/CipherContext.cxx b/xmlsecurity/source/gpg/CipherContext.cxx
index 1b16c909d8ee..291db0ba66c8 100644
--- a/xmlsecurity/source/gpg/CipherContext.cxx
+++ b/xmlsecurity/source/gpg/CipherContext.cxx
@@ -13,12 +13,13 @@ using namespace css;
using namespace css::uno;
using namespace css::lang;
-Sequence< sal_Int8 > SAL_CALL CipherContext::convertWithCipherContext( const Sequence< sal_Int8 >& /*aData*/ )
+Sequence<sal_Int8>
+ SAL_CALL CipherContext::convertWithCipherContext(const Sequence<sal_Int8>& /*aData*/)
{
return Sequence<sal_Int8>();
}
-uno::Sequence< sal_Int8 > SAL_CALL CipherContext::finalizeCipherContextAndDispose()
+uno::Sequence<sal_Int8> SAL_CALL CipherContext::finalizeCipherContextAndDispose()
{
return Sequence<sal_Int8>();
}