summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dtobj/DOTransferable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/dtobj/DOTransferable.cxx b/dtrans/source/win32/dtobj/DOTransferable.cxx
index c331b1d95b90..f90406462c81 100644
--- a/dtrans/source/win32/dtobj/DOTransferable.cxx
+++ b/dtrans/source/win32/dtobj/DOTransferable.cxx
@@ -100,7 +100,7 @@ void clipDataToByteStream( CLIPFORMAT cf, STGMEDIUM stgmedium, CDOTransferable::
aByteSequence.realloc(nMemSize);
LARGE_INTEGER li;
li.QuadPart = 0;
- hr = pStream->Seek(li, STREAM_SEEK_SET, NULL);
+ hr = pStream->Seek(li, STREAM_SEEK_SET, nullptr);
if (FAILED(hr))
{
SAL_WARN("dtrans", "clipDataToByteStream: Seek() failed");