diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-08 13:55:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-09 14:17:08 +0200 |
commit | f4fb14ed796cec7a02f3a06a6556997ae415e79d (patch) | |
tree | f4d1cd6d31d8b9530786ee90ce9034e5e4d950c6 /include/oox/crypto/Standard2007Engine.hxx | |
parent | d84bf553afa510e5c674817fa480ac0af62e4945 (diff) |
loplugin:unusedmethods
Change-Id: I0308ddd467ab6e283c0503f98885a248eb28290c
Reviewed-on: https://gerrit.libreoffice.org/58738
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/crypto/Standard2007Engine.hxx')
-rw-r--r-- | include/oox/crypto/Standard2007Engine.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/oox/crypto/Standard2007Engine.hxx b/include/oox/crypto/Standard2007Engine.hxx index 996467ddde82..68871d2e1ab8 100644 --- a/include/oox/crypto/Standard2007Engine.hxx +++ b/include/oox/crypto/Standard2007Engine.hxx @@ -36,8 +36,6 @@ class OOX_DLLPUBLIC Standard2007Engine : public CryptoEngine public: Standard2007Engine() = default; - msfilter::StandardEncryptionInfo& getInfo() { return mInfo;} - bool readEncryptionInfo(css::uno::Reference<css::io::XInputStream> & rxInputStream) override; virtual bool generateEncryptionKey(OUString const & rPassword) override; |