diff options
-rw-r--r-- | vcl/workben/ww2fuzzer.cxx | 4 | ||||
-rw-r--r-- | vcl/workben/ww6fuzzer.cxx | 2 | ||||
-rw-r--r-- | vcl/workben/ww8fuzzer.cxx | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/vcl/workben/ww2fuzzer.cxx b/vcl/workben/ww2fuzzer.cxx index bd65223b5ba6..5ffe0445c3fb 100644 --- a/vcl/workben/ww2fuzzer.cxx +++ b/vcl/workben/ww2fuzzer.cxx @@ -33,6 +33,8 @@ 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 * i18npool_Calendar_gregorian_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 * ); @@ -79,6 +81,8 @@ 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}, + { "i18npool_Calendar_gregorian_get_implementation", i18npool_Calendar_gregorian_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 }, diff --git a/vcl/workben/ww6fuzzer.cxx b/vcl/workben/ww6fuzzer.cxx index 341bf26447d9..a17be9105a06 100644 --- a/vcl/workben/ww6fuzzer.cxx +++ b/vcl/workben/ww6fuzzer.cxx @@ -35,6 +35,7 @@ void * com_sun_star_text_DefaultNumberingProvider_get_implementation( void *, vo 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 * i18npool_Calendar_gregorian_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 * ); @@ -83,6 +84,7 @@ lo_get_constructor_map(void) { "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 }, + { "i18npool_Calendar_gregorian_get_implementation", i18npool_Calendar_gregorian_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 }, diff --git a/vcl/workben/ww8fuzzer.cxx b/vcl/workben/ww8fuzzer.cxx index 27391f18a889..113e798610f3 100644 --- a/vcl/workben/ww8fuzzer.cxx +++ b/vcl/workben/ww8fuzzer.cxx @@ -34,6 +34,8 @@ 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 * i18npool_Calendar_gregorian_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 +83,8 @@ 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}, + { "i18npool_Calendar_gregorian_get_implementation", i18npool_Calendar_gregorian_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 }, |