summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-12 12:54:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-12 13:55:45 +0200
commitacc1ba0614742300cb4ae4c12d5808bf0f2a964b (patch)
tree8fa63a65aeb4df43bcc8fff4dca19f7718c157de /vcl
parentd4ff75676920b6d1c6decdfc9906a3efdf68cf69 (diff)
missing trailing commas
Change-Id: I6a541d5c34f933a08f3ed48b23e85a18d7e36afe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98594 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/workben/cgmfuzzer.cxx2
-rw-r--r--vcl/workben/pptfuzzer.cxx2
-rw-r--r--vcl/workben/ww2fuzzer.cxx2
-rw-r--r--vcl/workben/ww6fuzzer.cxx2
-rw-r--r--vcl/workben/ww8fuzzer.cxx2
5 files changed, 5 insertions, 5 deletions
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 }
};