diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-12 11:43:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-12 11:47:52 +0200 |
commit | 8dbfc413b1603c814cecf5306238c6144185671f (patch) | |
tree | b47d0fe0c3499ca23871845a97590e0a7e88115a /include/oox/crypto/Standard2007Engine.hxx | |
parent | e5bb67f08d4e2095affc5229e638535376ee66b4 (diff) |
loplugin:unusedmethods unused return value in include/oox
Change-Id: I22acb6b94774c5944d8276827c53a419f0803f83
Diffstat (limited to 'include/oox/crypto/Standard2007Engine.hxx')
-rw-r--r-- | include/oox/crypto/Standard2007Engine.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/crypto/Standard2007Engine.hxx b/include/oox/crypto/Standard2007Engine.hxx index 5e5a6fc36bff..a4d13fb0f2cb 100644 --- a/include/oox/crypto/Standard2007Engine.hxx +++ b/include/oox/crypto/Standard2007Engine.hxx @@ -94,7 +94,7 @@ public: virtual bool generateEncryptionKey(const OUString& rPassword) override; - virtual bool writeEncryptionInfo( + virtual void writeEncryptionInfo( const OUString& rPassword, BinaryXOutputStream& rStream) override; @@ -102,7 +102,7 @@ public: BinaryXInputStream& aInputStream, BinaryXOutputStream& aOutputStream) override; - virtual bool encrypt( + virtual void encrypt( BinaryXInputStream& aInputStream, BinaryXOutputStream& aOutputStream) override; |