From acc1ba0614742300cb4ae4c12d5808bf0f2a964b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 12 Jul 2020 12:54:19 +0100 Subject: missing trailing commas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6a541d5c34f933a08f3ed48b23e85a18d7e36afe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98594 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- vcl/workben/cgmfuzzer.cxx | 2 +- vcl/workben/pptfuzzer.cxx | 2 +- vcl/workben/ww2fuzzer.cxx | 2 +- vcl/workben/ww6fuzzer.cxx | 2 +- vcl/workben/ww8fuzzer.cxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'vcl') diff --git a/vcl/workben/cgmfuzzer.cxx b/vcl/workben/cgmfuzzer.cxx index 69e133a99124..ffd82f88985e 100644 --- a/vcl/workben/cgmfuzzer.cxx +++ b/vcl/workben/cgmfuzzer.cxx @@ -105,7 +105,7 @@ lo_get_constructor_map(void) { "unoxml_CBlankNode_get_implementation", unoxml_CBlankNode_get_implementation }, { "unoxml_CXPathAPI_get_implementation", unoxml_CXPathAPI_get_implementation }, { "unoxml_CSAXDocumentBuilder_get_implementation", unoxml_CSAXDocumentBuilder_get_implementation }, - { "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation } + { "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation }, { 0, 0 } }; diff --git a/vcl/workben/pptfuzzer.cxx b/vcl/workben/pptfuzzer.cxx index ebcef5aa467e..2081cfbdc65b 100644 --- a/vcl/workben/pptfuzzer.cxx +++ b/vcl/workben/pptfuzzer.cxx @@ -103,7 +103,7 @@ lo_get_constructor_map(void) { "unoxml_CBlankNode_get_implementation", unoxml_CBlankNode_get_implementation }, { "unoxml_CXPathAPI_get_implementation", unoxml_CXPathAPI_get_implementation }, { "unoxml_CSAXDocumentBuilder_get_implementation", unoxml_CSAXDocumentBuilder_get_implementation }, - { "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation } + { "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation }, { 0, 0 } }; diff --git a/vcl/workben/ww2fuzzer.cxx b/vcl/workben/ww2fuzzer.cxx index 861810016365..f5e0b3e01d06 100644 --- a/vcl/workben/ww2fuzzer.cxx +++ b/vcl/workben/ww2fuzzer.cxx @@ -81,7 +81,7 @@ lo_get_constructor_map(void) { "unoxml_CBlankNode_get_implementation", unoxml_CBlankNode_get_implementation }, { "unoxml_CXPathAPI_get_implementation", unoxml_CXPathAPI_get_implementation }, { "unoxml_CSAXDocumentBuilder_get_implementation", unoxml_CSAXDocumentBuilder_get_implementation }, - { "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation } + { "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation }, { 0, 0 } }; diff --git a/vcl/workben/ww6fuzzer.cxx b/vcl/workben/ww6fuzzer.cxx index 10d3896d2d86..ab36a21031c5 100644 --- a/vcl/workben/ww6fuzzer.cxx +++ b/vcl/workben/ww6fuzzer.cxx @@ -83,7 +83,7 @@ lo_get_constructor_map(void) { "unoxml_CBlankNode_get_implementation", unoxml_CBlankNode_get_implementation }, { "unoxml_CXPathAPI_get_implementation", unoxml_CXPathAPI_get_implementation }, { "unoxml_CSAXDocumentBuilder_get_implementation", unoxml_CSAXDocumentBuilder_get_implementation }, - { "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation } + { "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation }, { 0, 0 } }; diff --git a/vcl/workben/ww8fuzzer.cxx b/vcl/workben/ww8fuzzer.cxx index f0d22f6bed19..bc67d6074dd3 100644 --- a/vcl/workben/ww8fuzzer.cxx +++ b/vcl/workben/ww8fuzzer.cxx @@ -83,7 +83,7 @@ lo_get_constructor_map(void) { "unoxml_CBlankNode_get_implementation", unoxml_CBlankNode_get_implementation }, { "unoxml_CXPathAPI_get_implementation", unoxml_CXPathAPI_get_implementation }, { "unoxml_CSAXDocumentBuilder_get_implementation", unoxml_CSAXDocumentBuilder_get_implementation }, - { "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation } + { "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation }, { 0, 0 } }; -- cgit