diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-30 10:10:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-30 10:10:09 +0000 |
commit | cb0e009a9e6903fc7b814c38b60f3f895a878028 (patch) | |
tree | 374f57165023c0f743ecf5bb91a75f49b8506b1e /unotest/source | |
parent | 2bc6b0d5f06a4608f9bb43bdc0775b9e59e7126b (diff) |
document array_vs_singleton dismissals
Change-Id: I8d7eb4c01197e885abca717c7814c61a7641ac9d
Diffstat (limited to 'unotest/source')
-rw-r--r-- | unotest/source/cpp/officeconnection.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unotest/source/cpp/officeconnection.cxx b/unotest/source/cpp/officeconnection.cxx index ec1a8e66e485..b86a4c2abfff 100644 --- a/unotest/source/cpp/officeconnection.cxx +++ b/unotest/source/cpp/officeconnection.cxx @@ -81,6 +81,7 @@ void OfficeConnection::setUp() { { envs = &argEnv.pData; } + // coverity[array_vs_singleton] CPPUNIT_ASSERT_EQUAL( osl_Process_E_None, osl_executeProcess( |