summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-11-11 21:08:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-11-12 09:36:29 +0100
commit9871789e0f9256ac27ea7bc4590ba910d6e4c373 (patch)
tree0c1e77f279b2788b7d6ce6a09ee4f8b2d0bbd3fd /sw/source/filter/ww8/docxattributeoutput.cxx
parent0bd7dcf09d1801b03367ecbfd388c5940081d483 (diff)
coverity: annotate with markup so they will stay silenced
Change-Id: I8ac0ae4cd64d8171eebd98d89d1fe954280987b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125072 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/filter/ww8/docxattributeoutput.cxx')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index b2b7a047b0f2..de61bb748814 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -1140,6 +1140,7 @@ void DocxAttributeOutput::InitCollectedParagraphProperties()
// postpone the output so that we can later [in EndParagraphProperties()]
// prepend the properties before the run
+ // coverity[overrun-buffer-arg : FALSE] - coverity has difficulty with css::uno::Sequence
m_pSerializer->mark(Tag_InitCollectedParagraphProperties, comphelper::containerToSequence(aOrder));
}
@@ -2538,6 +2539,7 @@ void DocxAttributeOutput::InitCollectedRunProperties()
// postpone the output so that we can later [in EndParagraphProperties()]
// prepend the properties before the run
+ // coverity[overrun-buffer-arg : FALSE] - coverity has difficulty with css::uno::Sequence
m_pSerializer->mark(Tag_InitCollectedRunProperties, comphelper::containerToSequence(aOrder));
}
@@ -3930,6 +3932,7 @@ void DocxAttributeOutput::TableDefinition( ww8::WW8TableNodeInfoInner::Pointer_t
// postpone the output so that we can later []
// prepend the properties before the run
+ // coverity[overrun-buffer-arg : FALSE] - coverity has difficulty with css::uno::Sequence
m_pSerializer->mark(Tag_TableDefinition, comphelper::containerToSequence(aOrder));
tools::Long nPageSize = 0;
@@ -6848,6 +6851,7 @@ void DocxAttributeOutput::StartSection()
// postpone the output so that we can later [in EndParagraphProperties()]
// prepend the properties before the run
+ // coverity[overrun-buffer-arg : FALSE] - coverity has difficulty with css::uno::Sequence
m_pSerializer->mark(Tag_StartSection, comphelper::containerToSequence(aOrder));
m_bHadSectPr = true;
}