summaryrefslogtreecommitdiff
path: root/oox/source/helper/binaryinputstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/helper/binaryinputstream.cxx')
-rw-r--r--oox/source/helper/binaryinputstream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/helper/binaryinputstream.cxx b/oox/source/helper/binaryinputstream.cxx
index 61677a1d1725..a8e06835a6ae 100644
--- a/oox/source/helper/binaryinputstream.cxx
+++ b/oox/source/helper/binaryinputstream.cxx
@@ -279,7 +279,7 @@ void RelativeInputStream::seek( sal_Int64 nPos )
void RelativeInputStream::close()
{
- mpInStrm = 0;
+ mpInStrm = nullptr;
mbEof = true;
}