summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-10-24 13:18:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-10-24 13:19:40 +0100
commite90f2d9e078df3721cd146626745f4607ae9f1c1 (patch)
tree4ce0ada8f104f3f28bff81f95ddae7edd61dded4
parent955e72f265697c1f6d65b7a57a3ee30106c609e1 (diff)
ofz#3751 need linguistic components
Change-Id: Ib3669d4e2c2ce7415d995bbaed8fd190c088e8e7
-rw-r--r--vcl/workben/cgmfuzzer.cxx2
1 files changed, 2 insertions, 0 deletions
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 }
};