[Libreoffice-commits] core.git: vcl/workben
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 31 15:06:54 UTC 2020
vcl/workben/pptfuzzer.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit ecd2c8f36090e62a2ab6181681792d9b367505e9
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jul 31 15:33:31 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jul 31 17:06:13 2020 +0200
ofz#24527 fix pptfuzzer
Change-Id: I661bfc42b0e05d9dddd35b21c4074727562e5a0a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99877
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/workben/pptfuzzer.cxx b/vcl/workben/pptfuzzer.cxx
index bafb284dd56f..97d988cc0445 100644
--- a/vcl/workben/pptfuzzer.cxx
+++ b/vcl/workben/pptfuzzer.cxx
@@ -44,6 +44,8 @@ void * com_sun_star_animations_TransitionFilter_get_implementation( void *, void
void * com_sun_star_comp_comphelper_OPropertyBag( void *, void * );
void * com_sun_star_comp_uui_UUIInteractionHandler_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 * );
@@ -108,6 +110,8 @@ lo_get_constructor_map(void)
{ "com_sun_star_comp_comphelper_OPropertyBag", com_sun_star_comp_comphelper_OPropertyBag },
{ "com_sun_star_comp_uui_UUIInteractionHandler_get_implementation", com_sun_star_comp_uui_UUIInteractionHandler_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 },
More information about the Libreoffice-commits
mailing list