From ba1e1727c238210b022741a710486964f28bb065 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 26 Jul 2018 12:22:16 +0100 Subject: Related: rhbz#1602589 add comments to coverity annotations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I88c941832a0d682ea4b6028c28edd48cf5df38f7 Reviewed-on: https://gerrit.libreoffice.org/58093 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- unotest/source/cpp/officeconnection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotest') diff --git a/unotest/source/cpp/officeconnection.cxx b/unotest/source/cpp/officeconnection.cxx index a82471e3b921..c85ad7b72e5f 100644 --- a/unotest/source/cpp/officeconnection.cxx +++ b/unotest/source/cpp/officeconnection.cxx @@ -78,7 +78,7 @@ void OfficeConnection::setUp() { { envs = &argEnv.pData; } - // coverity[callee_ptr_arith] + // coverity[callee_ptr_arith] - arith is fine CPPUNIT_ASSERT_EQUAL( osl_Process_E_None, osl_executeProcess( -- cgit