vcl/workben/ww6fuzzer.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit c7be04f51323417cb57ae6d0ac3c3df78698dd0b
Author: Caolán McNamara <[email protected]>
AuthorDate: Sat Aug 29 10:22:52 2020 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Sat Aug 29 11:24:28 2020 +0200
ofz#25275 missing constructor
Change-Id: I3dee6f66d08944b8036ddf0201b8c8110e77b910
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101634
Tested-by: Caolán McNamara <[email protected]>
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/vcl/workben/ww6fuzzer.cxx b/vcl/workben/ww6fuzzer.cxx
index 1dbb99c59d2f..341bf26447d9 100644
--- a/vcl/workben/ww6fuzzer.cxx
+++ b/vcl/workben/ww6fuzzer.cxx
@@ -34,6 +34,7 @@ void * com_sun_star_i18n_Transliteration_get_implementation(
void *, void * );
void * com_sun_star_text_DefaultNumberingProvider_get_implementation( void *,
void * );
void * com_sun_star_comp_uri_UriReferenceFactory_get_implementation( void *,
void * );
void * emfio_emfreader_XEmfParser_get_implementation( void *, void * );
+void * i18npool_CalendarImpl_get_implementation(void*, void*);
void * unoxml_rdfRepository_get_implementation( void *, void * );
void * unoxml_CURI_get_implementation( void *, void * );
void * unoxml_CLiteral_get_implementation( void *, void * );
@@ -81,6 +82,7 @@ lo_get_constructor_map(void)
{ "com_sun_star_text_DefaultNumberingProvider_get_implementation",
com_sun_star_text_DefaultNumberingProvider_get_implementation },
{ "com_sun_star_comp_uri_UriReferenceFactory_get_implementation",
com_sun_star_comp_uri_UriReferenceFactory_get_implementation},
{ "emfio_emfreader_XEmfParser_get_implementation",
emfio_emfreader_XEmfParser_get_implementation},
+ { "i18npool_CalendarImpl_get_implementation",
i18npool_CalendarImpl_get_implementation },
{ "unoxml_rdfRepository_get_implementation",
unoxml_rdfRepository_get_implementation },
{ "unoxml_CURI_get_implementation", unoxml_CURI_get_implementation },
{ "unoxml_CLiteral_get_implementation",
unoxml_CLiteral_get_implementation },
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits