• Mike Kaganski's avatar
    tdf#120703 (PVS) · 9f8f804f
    Mike Kaganski yazdı
    V745 A 'wchar_t *' type string is incorrectly converted to 'BSTR' type string.
         Consider using 'SysAllocString' function.
    
    V560 A part of conditional expression is always false: !ppdispParent.
    
    V595 The 'm_pIParent' pointer was utilized before it was verified against nullptr.
         Check lines: 673, 675.
    
    V745 A 'wchar_t *' type string is incorrectly converted to 'BSTR' type string.
         Consider using 'SysAllocString' function.
    
    V530 The return value of function 'SysAllocString' is required to be utilized.
    
    V1032 The pointer '& pChildXAcc' is cast to a more strictly aligned pointer
         type.
    
    V512 A call of the 'GetUNOInterface' function will lead to overflow of the buffer
         '& pChildXAcc'.
    
    V547 Expression 'pSeq' is always true.
    
    V547 Expression 'pChild' is always true.
    
    V512 A call of the 'GetUNOInterface' function will lead to overflow of the buffer
         '& pTempUNO'.
    
    V1032 The pointer '& pTempUNO' is cast to a more strictly aligned pointer type.
    
    V716 Suspicious type conversion in return statement: returned HRESULT, but function
         actually returns BOOL.
    
    Change-Id: I2185992dad0127144416783e25476d05c0365b74
    Reviewed-on: https://gerrit.libreoffice.org/62075
    Tested-by: Jenkins
    Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
    9f8f804f