diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:08:26 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-19 19:27:01 +0100 |
commit | 15d080d2ca19891187a547f66d77183ebed0811b (patch) | |
tree | 10d57f1d01985f36c847c4aad0b5e4cfb797bda4 /xmlsecurity/source/gpg/CipherContext.hxx | |
parent | c927d6daa9a6403c53cc41b1ab4dde820f08f387 (diff) |
tdf#123936 Formatting files in module xmlsecurity with clang-format
Change-Id: I25c8d1a3c706f1ba7565a5f018b9660faf63ffaf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105734
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'xmlsecurity/source/gpg/CipherContext.hxx')
-rw-r--r-- | xmlsecurity/source/gpg/CipherContext.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/source/gpg/CipherContext.hxx b/xmlsecurity/source/gpg/CipherContext.hxx index 4e4e04cce917..b4d79011bc73 100644 --- a/xmlsecurity/source/gpg/CipherContext.hxx +++ b/xmlsecurity/source/gpg/CipherContext.hxx @@ -14,14 +14,14 @@ #include <cppuhelper/implbase.hxx> -class CipherContext : public cppu::WeakImplHelper< css::xml::crypto::XCipherContext > +class CipherContext : public cppu::WeakImplHelper<css::xml::crypto::XCipherContext> { private: - public: // XCipherContext - virtual css::uno::Sequence< ::sal_Int8 > SAL_CALL convertWithCipherContext(const css::uno::Sequence< ::sal_Int8 >& aData) override; - virtual css::uno::Sequence< ::sal_Int8 > SAL_CALL finalizeCipherContextAndDispose() override; + virtual css::uno::Sequence<::sal_Int8> + SAL_CALL convertWithCipherContext(const css::uno::Sequence<::sal_Int8>& aData) override; + virtual css::uno::Sequence<::sal_Int8> SAL_CALL finalizeCipherContextAndDispose() override; }; #endif |