The file names of many UNO components have changed
Change-Id: I18f90b058e40ca15164fd3e8c33bc904b930981d
This commit is contained in:
parent
8ada6e3320
commit
b5fea2f46a
1 changed files with 7 additions and 7 deletions
|
@ -84,17 +84,17 @@ lo_get_libmap(void)
|
|||
static lib_to_component_mapping map[] = {
|
||||
{ "libanimcorelo.a", animcore_component_getFactory },
|
||||
{ "libavmedialo.a", avmedia_component_getFactory },
|
||||
{ "libbasprov.uno.a", basprov_component_getFactory },
|
||||
{ "libbasprovlo.a", basprov_component_getFactory },
|
||||
{ "libchartcorelo.a", chartcore_component_getFactory },
|
||||
{ "libdlgprov.uno.a", dlgprov_component_getFactory },
|
||||
{ "libdlgprovlo.a", dlgprov_component_getFactory },
|
||||
{ "libdbalo.a", dba_component_getFactory },
|
||||
{ "libdbaxmllo.a", dbaxml_component_getFactory },
|
||||
{ "libcuilo.a", cui_component_getFactory },
|
||||
{ "libembobj.a", embobj_component_getFactory },
|
||||
{ "libemboleobj.a", emboleobj_component_getFactory },
|
||||
{ "libevtattlo.a", evtatt_component_getFactory },
|
||||
{ "libexpwrap.uno.a", expwrap_component_getFactory },
|
||||
{ "libfastsax.uno.a", fastsax_component_getFactory },
|
||||
{ "libexpwraplo.a", expwrap_component_getFactory },
|
||||
{ "libfastsaxlo.a", fastsax_component_getFactory },
|
||||
{ "libfileacc.a", fileacc_component_getFactory },
|
||||
{ "libfilterconfiglo.a", filterconfig1_component_getFactory },
|
||||
{ "libfrmlo.a", frm_component_getFactory },
|
||||
|
@ -122,7 +122,7 @@ lo_get_libmap(void)
|
|||
{ "libsotlo.a", sot_component_getFactory },
|
||||
{ "libspelllo.a", spell_component_getFactory },
|
||||
{ "libscriptframe.a", scriptframe_component_getFactory },
|
||||
{ "libstringresource.uno.a", stringresource_component_getFactory },
|
||||
{ "libstringresourcelo.a", stringresource_component_getFactory },
|
||||
{ "libsvgfilterlo.a", svgfilter_component_getFactory },
|
||||
{ "libsvtlo.a", svt_component_getFactory },
|
||||
{ "libsvxlo.a", svx_component_getFactory },
|
||||
|
@ -136,8 +136,8 @@ lo_get_libmap(void)
|
|||
{ "libunordflo.a", unordf_component_getFactory },
|
||||
{ "libunoxmllo.a", unoxml_component_getFactory },
|
||||
{ "libuuilo.a", uui_component_getFactory },
|
||||
{ "libvbaswobj.uno.a", vbaswobj_component_getFactory },
|
||||
{ "libvbaevents.uno.a", vbaevents_component_getFactory },
|
||||
{ "libvbaswobjlo.a", vbaswobj_component_getFactory },
|
||||
{ "libvbaeventslo.a", vbaevents_component_getFactory },
|
||||
{ "libwpftdrawlo.a", wpftdraw_component_getFactory },
|
||||
{ "libwpftwriterlo.a", wpftwriter_component_getFactory },
|
||||
{ "libwriterfilterlo.a", writerfilter_component_getFactory },
|
||||
|
|
Loading…
Reference in a new issue