[Libreoffice-commits] core.git: vcl/workben
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jul 12 11:56:28 UTC 2020
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(-)
New commits:
commit acc1ba0614742300cb4ae4c12d5808bf0f2a964b
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Jul 12 12:54:19 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Jul 12 13:55:45 2020 +0200
missing trailing commas
Change-Id: I6a541d5c34f933a08f3ed48b23e85a18d7e36afe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98594
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
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 }
};
More information about the Libreoffice-commits
mailing list