Kaydet (Commit) a3892f46 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin lotuswordpro_component_getFactory

Not suitably licensed.

Change-Id: I221cccb9d2ff5b6cb5e25161b6d5bfe504acb10e
üst 4c35d7b9
...@@ -33,7 +33,6 @@ extern "C" { ...@@ -33,7 +33,6 @@ extern "C" {
extern void * hyphen_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * hyphen_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * lng_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * lng_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * lnth_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * lnth_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * lotuswordpro_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * oox_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * oox_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * pricing_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * pricing_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * sc_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * sc_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
...@@ -83,7 +82,6 @@ lo_get_libmap(void) ...@@ -83,7 +82,6 @@ lo_get_libmap(void)
{ "libhyphenlo.a", hyphen_component_getFactory }, { "libhyphenlo.a", hyphen_component_getFactory },
{ "liblnglo.a", lng_component_getFactory }, { "liblnglo.a", lng_component_getFactory },
{ "liblnthlo.a", lnth_component_getFactory }, { "liblnthlo.a", lnth_component_getFactory },
{ "liblwpftlo.a", lotuswordpro_component_getFactory },
{ "libooxlo.a", oox_component_getFactory }, { "libooxlo.a", oox_component_getFactory },
{ "libpricinglo.a", pricing_component_getFactory }, { "libpricinglo.a", pricing_component_getFactory },
{ "libscdlo.a", scd_component_getFactory }, { "libscdlo.a", scd_component_getFactory },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment