From 67649406d7b72f8d6ea4bbe76e775e0052ddefc3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 11 Aug 2018 13:55:03 +0200 Subject: loplugin:returnconstant in oox,package Change-Id: I1dade7ddde6b1e226861d32f24f65be5bb9d9352 Reviewed-on: https://gerrit.libreoffice.org/58880 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/oox/crypto/AgileEngine.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/oox/crypto') diff --git a/include/oox/crypto/AgileEngine.hxx b/include/oox/crypto/AgileEngine.hxx index 02f139bcfc11..40f9d7f6e3eb 100644 --- a/include/oox/crypto/AgileEngine.hxx +++ b/include/oox/crypto/AgileEngine.hxx @@ -108,7 +108,7 @@ public: // Decryption - bool decryptEncryptionKey(OUString const & rPassword); + void decryptEncryptionKey(OUString const & rPassword); bool decryptAndCheckVerifierHash(OUString const & rPassword); bool generateEncryptionKey(OUString const & rPassword) override; -- cgit