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 d369ec74466f..47c4adf6c263 100644
--- a/package/source/zipapi/blowfishcontext.hxx
+++ b/package/source/zipapi/blowfishcontext.hxx
@@ -31,7 +31,7 @@ class BlowfishCFB8CipherContext : public cppu::WeakImplHelper< css::xml::crypto:
bool m_bEncrypt;
BlowfishCFB8CipherContext()
- : m_pCipher( NULL )
+ : m_pCipher( nullptr )
, m_bEncrypt( false )
{}