cid#1448348 silence Stray semicolon

Change-Id: I4ceeb7099b8f5bfc132ffe1e18c7116de15d55d1
Reviewed-on: https://gerrit.libreoffice.org/76093
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara
2019-07-22 08:36:55 +01:00
parent e86690fe3a
commit 7247f84052

View File

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