diff options
Diffstat (limited to 'unotools/source/streaming/streamhelper.cxx')
-rw-r--r-- | unotools/source/streaming/streamhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/streaming/streamhelper.cxx b/unotools/source/streaming/streamhelper.cxx index 5c74aeb00d10..40bc0664f73b 100644 --- a/unotools/source/streaming/streamhelper.cxx +++ b/unotools/source/streaming/streamhelper.cxx @@ -118,7 +118,7 @@ void SAL_CALL OInputStreamHelper::closeInput() if (!m_xLockBytes.Is()) throw css::io::NotConnectedException(OUString(), static_cast<css::uno::XWeak*>(this)); - m_xLockBytes = NULL; + m_xLockBytes = nullptr; } } // namespace utl |