loplugin:nullptr (clang-cl)

Change-Id: I08dedd4f7af3eff1201d60704324997bf232bb2c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87888
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2020-02-03 16:27:18 +01:00
parent d7b0b2b505
commit 1e826a1e61

View file

@ -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");