summaryrefslogtreecommitdiff
path: root/package/source/zipapi/blowfishcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/zipapi/blowfishcontext.hxx')
-rw-r--r--package/source/zipapi/blowfishcontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zipapi/blowfishcontext.hxx b/package/source/zipapi/blowfishcontext.hxx
index 47c4adf6c263..9f368a5cc117 100644
--- a/package/source/zipapi/blowfishcontext.hxx
+++ b/package/source/zipapi/blowfishcontext.hxx
@@ -37,7 +37,7 @@ class BlowfishCFB8CipherContext : public cppu::WeakImplHelper< css::xml::crypto:
public:
- virtual ~BlowfishCFB8CipherContext();
+ virtual ~BlowfishCFB8CipherContext() override;
static css::uno::Reference< css::xml::crypto::XCipherContext >
Create( const css::uno::Sequence< sal_Int8 >& aDerivedKey, const css::uno::Sequence< sal_Int8 >& aInitVector, bool bEncrypt );