vcl/workben/epsfuzzer.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit aad00c7279edbe8bb59394d59db28c2a8ec47d37
Author: Caolán McNamara <[email protected]>
AuthorDate: Wed May 26 08:46:08 2021 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Wed May 26 09:50:36 2021 +0200
ofz#34602 missing a component
Change-Id: Ib2f281579af58f536f1291866c9990e8fc9e8cef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116146
Tested-by: Caolán McNamara <[email protected]>
Reviewed-by: Caolán McNamara <[email protected]>
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 }
};
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits