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:
parent
d7b0b2b505
commit
1e826a1e61
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue