summaryrefslogtreecommitdiff
path: root/include/oox/crypto
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-25 09:44:25 +0200
committerNoel Grandin <noel@peralex.com>2014-02-25 15:17:00 +0200
commit9321117acdb64a977b000dfc44d296dddd37500d (patch)
treeb3691343d5b7b52de82fa1649919e239f6aaa866 /include/oox/crypto
parent497a24b22e452e1b50bdb730bcc29642eb1db2b0 (diff)
remove unused code oox::core::Decrypt::aes128cbc
Change-Id: I12478278de8b719c51b87c335abd5c440a56bd36
Diffstat (limited to 'include/oox/crypto')
-rw-r--r--include/oox/crypto/CryptTools.hxx5
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