diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-03 20:29:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-03 21:42:23 +0200 |
commit | 7c403473712d847bc2127cc01af3aed24c75f55d (patch) | |
tree | fec37cb68c545efde814fae65b77c7117ff40260 /vcl/workben | |
parent | 3258603e8850900e04cecffb1113b833c4c76fd9 (diff) |
ofz#24648 fix slkfuzzer
Change-Id: I3dce445038a29a622ceea2415e7736768a95206d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100029
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/slkfuzzer.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/workben/slkfuzzer.cxx b/vcl/workben/slkfuzzer.cxx index 924f1d13294c..ddf04878747f 100644 --- a/vcl/workben/slkfuzzer.cxx +++ b/vcl/workben/slkfuzzer.cxx @@ -27,6 +27,7 @@ void * com_sun_star_i18n_NativeNumberSupplier_get_implementation( void *, void * void * com_sun_star_i18n_NumberFormatCodeMapper_get_implementation( void *, void * ); void * com_sun_star_i18n_Transliteration_get_implementation( void *, void * ); void * emfio_emfreader_XEmfParser_get_implementation( void *, void * ); +void * i18npool_CalendarImpl_get_implementation( void *, void * ); } const lib_to_factory_mapping * @@ -55,6 +56,7 @@ lo_get_constructor_map(void) { "com_sun_star_i18n_NumberFormatCodeMapper_get_implementation", com_sun_star_i18n_NumberFormatCodeMapper_get_implementation }, { "com_sun_star_i18n_Transliteration_get_implementation", com_sun_star_i18n_Transliteration_get_implementation }, { "emfio_emfreader_XEmfParser_get_implementation", emfio_emfreader_XEmfParser_get_implementation}, + { "i18npool_CalendarImpl_get_implementation", i18npool_CalendarImpl_get_implementation}, { 0, 0 } }; |