ofz#3751 need linguistic components

Change-Id: Ib3669d4e2c2ce7415d995bbaed8fd190c088e8e7
This commit is contained in:
Caolán McNamara
2017-10-24 13:18:57 +01:00
parent 955e72f265
commit e90f2d9e07

View File

@@ -19,6 +19,7 @@ void * emfio_component_getFactory( const char* , void* , void* );
void * sd_component_getFactory( const char* , void* , void* );
void * i18npool_component_getFactory( const char* , void* , void* );
void * ucb_component_getFactory( const char* , void* , void* );
void * lng_component_getFactory( const char* , void* , void* );
void * com_sun_star_i18n_LocaleDataImpl_get_implementation( void *, void * );
void * com_sun_star_i18n_BreakIterator_Unicode_get_implementation( void *, void * );
@@ -57,6 +58,7 @@ lo_get_factory_map(void)
{ "libunoxmllo.a", unoxml_component_getFactory },
{ "libi18npoollo.a", i18npool_component_getFactory },
{ "libucb1.a", ucb_component_getFactory },
{ "liblnglo.a", lng_component_getFactory },
{ 0, 0 }
};