summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-30 10:10:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-10-30 10:10:09 +0000
commitcb0e009a9e6903fc7b814c38b60f3f895a878028 (patch)
tree374f57165023c0f743ecf5bb91a75f49b8506b1e /svtools/source
parent2bc6b0d5f06a4608f9bb43bdc0775b9e59e7126b (diff)
document array_vs_singleton dismissals
Change-Id: I8d7eb4c01197e885abca717c7814c61a7641ac9d
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/svhtml/htmlout.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/svhtml/htmlout.cxx b/svtools/source/svhtml/htmlout.cxx
index 4e239519da5c..54941d311b25 100644
--- a/svtools/source/svhtml/htmlout.cxx
+++ b/svtools/source/svhtml/htmlout.cxx
@@ -455,6 +455,7 @@ static OString lcl_ConvertCharToHTML( sal_Unicode c,
// If the character could not be converted to the destination
// character set, the UNICODE character is exported as character
// entity.
+ // coverity[array_vs_singleton]
nLen = rtl_convertUnicodeToText(
rContext.m_hConv, rContext.m_hContext, &c, 0,
cBuffer, TXTCONV_BUFFER_SIZE,