summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/source/stream/strmunx.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx
index cf9fa9dbc776..89cc16c82562 100644
--- a/tools/source/stream/strmunx.cxx
+++ b/tools/source/stream/strmunx.cxx
@@ -156,7 +156,7 @@ bool InternalStreamLock::LockFile( sal_Size nStart, sal_Size nEnd, SvFileStream*
}
}
// hint: new InternalStreamLock() adds the entry to the global list
- pLock = new InternalStreamLock( nStart, nEnd, pStream );
+ new InternalStreamLock( nStart, nEnd, pStream );
return true;
}