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...); }