[Libreoffice-commits] core.git: vcl/workben
Caolán McNamara
caolanm at redhat.com
Tue Oct 24 12:20:17 UTC 2017
vcl/workben/cgmfuzzer.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit e90f2d9e078df3721cd146626745f4607ae9f1c1
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Oct 24 13:18:57 2017 +0100
ofz#3751 need linguistic components
Change-Id: Ib3669d4e2c2ce7415d995bbaed8fd190c088e8e7
diff --git a/vcl/workben/cgmfuzzer.cxx b/vcl/workben/cgmfuzzer.cxx
index b08643ba4ddc..73b37b934a10 100644
--- a/vcl/workben/cgmfuzzer.cxx
+++ b/vcl/workben/cgmfuzzer.cxx
@@ -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 }
};
More information about the Libreoffice-commits
mailing list