summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-02-24 09:49:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-02-24 13:06:40 +0100
commit50fa3055ad53f9e1f93c90e2119261dc6fa879a2 (patch)
treec9490b0a93f1f488c1ec69171d1170c6fbddda69 /include
parentbba6fad408a32580c4bd8eb2e4155bd36f11544b (diff)
cid#1500555 try -taint_source function annotation tag on function body
Change-Id: Iecc87e118e5c5a85ae40e1ae79348883ea328d8a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130482 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/tools/stream.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index cb3d7c7de804..9c9591a86355 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -454,7 +454,6 @@ inline OUString read_uInt8s_ToOUString(SvStream& rStrm,
/// Attempt to read nUnits 16bit units to an OUString, returned
/// OUString's length is number of units successfully read
-// coverity[ -taint_source ]
TOOLS_DLLPUBLIC OUString read_uInt16s_ToOUString(SvStream& rStrm,
std::size_t nUnits);