summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-05-26 08:46:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-05-26 09:50:36 +0200
commitaad00c7279edbe8bb59394d59db28c2a8ec47d37 (patch)
treef618e9b6e806a0be3a9743015405cdfebe772ee2 /vcl
parentc57959a8efadf5c6a4a6c9a4f1fa4e482a45919c (diff)
ofz#34602 missing a component
Change-Id: Ib2f281579af58f536f1291866c9990e8fc9e8cef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116146 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/epsfuzzer.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/workben/epsfuzzer.cxx b/vcl/workben/epsfuzzer.cxx
index b2d007cb6734..66e9e380ef5c 100644
--- a/vcl/workben/epsfuzzer.cxx
+++ b/vcl/workben/epsfuzzer.cxx
@@ -20,6 +20,7 @@ void * com_sun_star_i18n_LocaleDataImpl_get_implementation( void *, void * );
void * com_sun_star_i18n_BreakIterator_Unicode_get_implementation( void *, void * );
void * com_sun_star_i18n_BreakIterator_get_implementation( void *, void * );
void * com_sun_star_i18n_NativeNumberSupplier_get_implementation( void *, void * );
+void * com_sun_star_i18n_NumberFormatCodeMapper_get_implementation( void *, void * );
}
const lib_to_factory_mapping *
@@ -40,6 +41,7 @@ lo_get_constructor_map(void)
{ "com_sun_star_i18n_BreakIterator_Unicode_get_implementation", com_sun_star_i18n_BreakIterator_Unicode_get_implementation },
{ "com_sun_star_i18n_BreakIterator_get_implementation", com_sun_star_i18n_BreakIterator_get_implementation },
{ "com_sun_star_i18n_NativeNumberSupplier_get_implementation", com_sun_star_i18n_NativeNumberSupplier_get_implementation },
+ { "com_sun_star_i18n_NumberFormatCodeMapper_get_implementation", com_sun_star_i18n_NumberFormatCodeMapper_get_implementation },
{ 0, 0 }
};