summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-31 11:07:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-31 17:06:38 +0200
commitb81e86dac77a8d6b29e4fb82c42e1a0b592af5be (patch)
treed85ae8093b6b0c9f2cd92693fdaa5ca97d3bad3a /vcl
parentecd2c8f36090e62a2ab6181681792d9b367505e9 (diff)
ofz#24521 fix qpwfuzzer
Change-Id: Ia9490a07f4567df62cb5a08cb1859390d2a1ca1d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99873 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/qpwfuzzer.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/workben/qpwfuzzer.cxx b/vcl/workben/qpwfuzzer.cxx
index 6cfecf4f20cd..0246f840df8b 100644
--- a/vcl/workben/qpwfuzzer.cxx
+++ b/vcl/workben/qpwfuzzer.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 }
};