diff options
-rw-r--r-- | include/oox/crypto/CryptTools.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/oox/crypto/CryptTools.hxx b/include/oox/crypto/CryptTools.hxx index 3c9bf0ba0426..07abc71bf16e 100644 --- a/include/oox/crypto/CryptTools.hxx +++ b/include/oox/crypto/CryptTools.hxx @@ -72,9 +72,10 @@ protected: CK_ATTRIBUTE_TYPE operation); #endif -public: +protected: Crypto(CryptoType type); +public: virtual ~Crypto(); virtual sal_uInt32 update( |