Kaydet (Commit) 2e145afc authored tarafından Caolán McNamara's avatar Caolán McNamara

tweak markup

Change-Id: I5d7171045a9c271e2ef5f456411fa4d3eb5f1571
Reviewed-on: https://gerrit.libreoffice.org/60895
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 9b1af015
......@@ -269,7 +269,7 @@ static inline bool idefaultConstructElements(
{
if (nAlloc >= 0)
{
// coverity[suspicious_sizeof] - sizeof(uno_Sequence*) is correct here
// coverity[suspicious_sizeof : FALSE] - sizeof(uno_Sequence*) is correct here
pSeq = reallocSeq(pSeq, sizeof(uno_Sequence*), nAlloc);
}
if (pSeq != nullptr)
......@@ -518,7 +518,7 @@ static inline bool icopyConstructFromElements(
}
case typelib_TypeClass_SEQUENCE: // sequence of sequence
{
// coverity[suspicious_sizeof] - sizeof(uno_Sequence*) is correct here
// coverity[suspicious_sizeof : FALSE] - sizeof(uno_Sequence*) is correct here
pSeq = reallocSeq(pSeq, sizeof(uno_Sequence*), nAlloc);
if (pSeq != nullptr)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment