sc/source/filter/inc/xestream.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7247f840529bf6f06a2360331ae32c268b426b07
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Jul 22 08:36:55 2019 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Jul 22 11:18:18 2019 +0200

    cid#1448348 silence Stray semicolon
    
    Change-Id: I4ceeb7099b8f5bfc132ffe1e18c7116de15d55d1
    Reviewed-on: https://gerrit.libreoffice.org/76093
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sc/source/filter/inc/xestream.hxx 
b/sc/source/filter/inc/xestream.hxx
index 0df1a030011d..2e4d34cee6fb 100644
--- a/sc/source/filter/inc/xestream.hxx
+++ b/sc/source/filter/inc/xestream.hxx
@@ -290,6 +290,7 @@ public:
     void WriteAttributes(sal_Int32 nAttribute, const Str& value, Args... rest)
     {
         WriteAttribute(nAttribute, value);
+        // coverity[stray_semicolon : FALSE] - coverity parse error
         if constexpr(sizeof...(rest) > 0)
             WriteAttributes(rest...);
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to