summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-29 10:22:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-29 11:24:28 +0200
commitc7be04f51323417cb57ae6d0ac3c3df78698dd0b (patch)
treefd6195a370fe0c87894121b15f20ab5ecaed066e /vcl/workben
parente58ec8cecccb214e0124e80a4b83f0667d0a830c (diff)
ofz#25275 missing constructor
Change-Id: I3dee6f66d08944b8036ddf0201b8c8110e77b910 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101634 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/ww6fuzzer.cxx2
1 files changed, 2 insertions, 0 deletions
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 },