summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-31 15:33:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-31 17:06:13 +0200
commitecd2c8f36090e62a2ab6181681792d9b367505e9 (patch)
tree94a4126fcc34ea33d090c7c46f2c58c99cfbb678 /vcl
parent491fa499d6b957b9c8f03fece5ed06d5932e9448 (diff)
ofz#24527 fix pptfuzzer
Change-Id: I661bfc42b0e05d9dddd35b21c4074727562e5a0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99877 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/workben/pptfuzzer.cxx4
1 files changed, 4 insertions, 0 deletions
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 },