diff options
-rw-r--r-- | sw/source/core/doc/doccomp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/doc/doccomp.cxx b/sw/source/core/doc/doccomp.cxx index f9b16bb619ad..92f0d2fd1207 100644 --- a/sw/source/core/doc/doccomp.cxx +++ b/sw/source/core/doc/doccomp.cxx @@ -1769,6 +1769,7 @@ void CompareData::SetRedlinesToDoc( bool bUseDocInfo ) } do { + // coverity[deref_arg] - pTmp is valid here if (IDocumentRedlineAccess::AppendResult::APPENDED == m_rDoc.getIDocumentRedlineAccess().AppendRedline( new SwRangeRedline(aRedlnData, *pTmp), true) && |