• Mike Kaganski's avatar
    tdf#120703 (PVS): redundant nullptr checks · dfee8f56
    Mike Kaganski yazdı
    V668 There is no sense in testing the 'pClipDoc' pointer against null, as
         the memory was allocated using the 'new' operator. The exception will
         be generated in the case of memory allocation error.
    
    V560 A part of conditional expression is always true: pDoc.
    
    V560 A part of conditional expression is always true: pMergeFlagAttr.
    
    V560 A part of conditional expression is always true: pMergeFlag.
    
    Change-Id: Ief75a140cca58fe458dc3c1fd18a9bbaa1ea39cb
    Reviewed-on: https://gerrit.libreoffice.org/62143
    Tested-by: Jenkins
    Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
    dfee8f56
Adı
Son kayıt (commit)
Son güncelleme
..
core Loading commit data...
filter Loading commit data...
ui Loading commit data...