diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-25 09:44:25 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-25 15:17:00 +0200 |
commit | 9321117acdb64a977b000dfc44d296dddd37500d (patch) | |
tree | b3691343d5b7b52de82fa1649919e239f6aaa866 /include/oox | |
parent | 497a24b22e452e1b50bdb730bcc29642eb1db2b0 (diff) |
remove unused code oox::core::Decrypt::aes128cbc
Change-Id: I12478278de8b719c51b87c335abd5c440a56bd36
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/crypto/CryptTools.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/oox/crypto/CryptTools.hxx b/include/oox/crypto/CryptTools.hxx index 5b87296b310e..ae2c6f6f4209 100644 --- a/include/oox/crypto/CryptTools.hxx +++ b/include/oox/crypto/CryptTools.hxx @@ -101,11 +101,6 @@ public: std::vector<sal_uInt8>& input, std::vector<sal_uInt8>& key ); - static sal_uInt32 aes128cbc( - std::vector<sal_uInt8>& output, - std::vector<sal_uInt8>& input, - std::vector<sal_uInt8>& key, - std::vector<sal_uInt8>& iv ); }; class Encrypt : public Crypto |