unoxml_component_getFactory doesn't exist anymore
Change-Id: Iaf1ba4753c481f92096afd062ef0dd6210f0628e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98579 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
098e26eef7
commit
ddca00556c
5 changed files with 70 additions and 10 deletions
|
@ -32,7 +32,6 @@ void * com_sun_star_i18n_Transliteration_get_implementation( void *, void * );
|
|||
void * com_sun_star_drawing_EnhancedCustomShapeEngine_get_implementation( void *, void * );
|
||||
void * com_sun_star_drawing_SvxShapeCollection_get_implementation( void *, void * );
|
||||
void * SfxDocumentMetaData_get_implementation( void *, void * );
|
||||
void * unoxml_component_getFactory( const char* , void* , void* );
|
||||
void * com_sun_star_animations_AnimateColor_get_implementation( void *, void * );
|
||||
void * com_sun_star_animations_AnimateMotion_get_implementation( void *, void * );
|
||||
void * com_sun_star_animations_AnimateSet_get_implementation( void *, void * );
|
||||
|
@ -47,6 +46,13 @@ void * com_sun_star_animations_TransitionFilter_get_implementation( void *, void
|
|||
void * com_sun_star_comp_comphelper_OPropertyBag( void *, void * );
|
||||
void * com_sun_star_comp_uui_UUIInteractionHandler_get_implementation( void *, void * );
|
||||
void * emfio_emfreader_XEmfParser_get_implementation( void *, void * );
|
||||
void * unoxml_rdfRepository_get_implementation( void *, void * );
|
||||
void * unoxml_CURI_get_implementation( void *, void * );
|
||||
void * unoxml_CLiteral_get_implementation( void *, void * );
|
||||
void * unoxml_CBlankNode_get_implementation( void *, void * );
|
||||
void * unoxml_CXPathAPI_get_implementation( void *, void * );
|
||||
void * unoxml_CSAXDocumentBuilder_get_implementation( void *, void * );
|
||||
void * unoxml_CDocumentBuilder_get_implementation( void *, void * );
|
||||
}
|
||||
|
||||
const lib_to_factory_mapping *
|
||||
|
@ -54,7 +60,6 @@ lo_get_factory_map(void)
|
|||
{
|
||||
static lib_to_factory_mapping map[] = {
|
||||
{ "libsdlo.a", sd_component_getFactory },
|
||||
{ "libunoxmllo.a", unoxml_component_getFactory },
|
||||
{ "libi18npoollo.a", i18npool_component_getFactory },
|
||||
{ "libucb1.a", ucb_component_getFactory },
|
||||
{ "liblnglo.a", lng_component_getFactory },
|
||||
|
@ -94,6 +99,13 @@ lo_get_constructor_map(void)
|
|||
{ "com_sun_star_comp_comphelper_OPropertyBag", com_sun_star_comp_comphelper_OPropertyBag },
|
||||
{ "com_sun_star_comp_uui_UUIInteractionHandler_get_implementation", com_sun_star_comp_uui_UUIInteractionHandler_get_implementation },
|
||||
{ "emfio_emfreader_XEmfParser_get_implementation", emfio_emfreader_XEmfParser_get_implementation},
|
||||
{ "unoxml_rdfRepository_get_implementation", unoxml_rdfRepository_get_implementation },
|
||||
{ "unoxml_CURI_get_implementation", unoxml_CURI_get_implementation },
|
||||
{ "unoxml_CLiteral_get_implementation", unoxml_CLiteral_get_implementation },
|
||||
{ "unoxml_CBlankNode_get_implementation", unoxml_CBlankNode_get_implementation },
|
||||
{ "unoxml_CXPathAPI_get_implementation", unoxml_CXPathAPI_get_implementation },
|
||||
{ "unoxml_CSAXDocumentBuilder_get_implementation", unoxml_CSAXDocumentBuilder_get_implementation },
|
||||
{ "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation }
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@ void * com_sun_star_i18n_Transliteration_get_implementation( void *, void * );
|
|||
void * com_sun_star_drawing_EnhancedCustomShapeEngine_get_implementation( void *, void * );
|
||||
void * com_sun_star_drawing_SvxShapeCollection_get_implementation( void *, void * );
|
||||
void * SfxDocumentMetaData_get_implementation( void *, void * );
|
||||
void * unoxml_component_getFactory( const char* , void* , void* );
|
||||
void * com_sun_star_animations_AnimateColor_get_implementation( void *, void * );
|
||||
void * com_sun_star_animations_AnimateMotion_get_implementation( void *, void * );
|
||||
void * com_sun_star_animations_AnimateSet_get_implementation( void *, void * );
|
||||
|
@ -46,6 +45,13 @@ void * com_sun_star_animations_TransitionFilter_get_implementation( void *, void
|
|||
void * com_sun_star_comp_comphelper_OPropertyBag( void *, void * );
|
||||
void * com_sun_star_comp_uui_UUIInteractionHandler_get_implementation( void *, void * );
|
||||
void * emfio_emfreader_XEmfParser_get_implementation( void *, void * );
|
||||
void * unoxml_rdfRepository_get_implementation( void *, void * );
|
||||
void * unoxml_CURI_get_implementation( void *, void * );
|
||||
void * unoxml_CLiteral_get_implementation( void *, void * );
|
||||
void * unoxml_CBlankNode_get_implementation( void *, void * );
|
||||
void * unoxml_CXPathAPI_get_implementation( void *, void * );
|
||||
void * unoxml_CSAXDocumentBuilder_get_implementation( void *, void * );
|
||||
void * unoxml_CDocumentBuilder_get_implementation( void *, void * );
|
||||
}
|
||||
|
||||
const lib_to_factory_mapping *
|
||||
|
@ -53,7 +59,6 @@ lo_get_factory_map(void)
|
|||
{
|
||||
static lib_to_factory_mapping map[] = {
|
||||
{ "libsdlo.a", sd_component_getFactory },
|
||||
{ "libunoxmllo.a", unoxml_component_getFactory },
|
||||
{ "libi18npoollo.a", i18npool_component_getFactory },
|
||||
{ "libucb1.a", ucb_component_getFactory },
|
||||
{ 0, 0 }
|
||||
|
@ -92,6 +97,13 @@ lo_get_constructor_map(void)
|
|||
{ "com_sun_star_comp_comphelper_OPropertyBag", com_sun_star_comp_comphelper_OPropertyBag },
|
||||
{ "com_sun_star_comp_uui_UUIInteractionHandler_get_implementation", com_sun_star_comp_uui_UUIInteractionHandler_get_implementation },
|
||||
{ "emfio_emfreader_XEmfParser_get_implementation", emfio_emfreader_XEmfParser_get_implementation},
|
||||
{ "unoxml_rdfRepository_get_implementation", unoxml_rdfRepository_get_implementation },
|
||||
{ "unoxml_CURI_get_implementation", unoxml_CURI_get_implementation },
|
||||
{ "unoxml_CLiteral_get_implementation", unoxml_CLiteral_get_implementation },
|
||||
{ "unoxml_CBlankNode_get_implementation", unoxml_CBlankNode_get_implementation },
|
||||
{ "unoxml_CXPathAPI_get_implementation", unoxml_CXPathAPI_get_implementation },
|
||||
{ "unoxml_CSAXDocumentBuilder_get_implementation", unoxml_CSAXDocumentBuilder_get_implementation },
|
||||
{ "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation }
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#include <osl/detail/component-mapping.h>
|
||||
|
||||
extern "C" {
|
||||
void * unoxml_component_getFactory( const char* , void* , void* );
|
||||
void * i18npool_component_getFactory( const char* , void* , void* );
|
||||
void * ucb_component_getFactory( const char* , void* , void* );
|
||||
|
||||
|
@ -35,13 +34,19 @@ void * com_sun_star_i18n_Transliteration_get_implementation( void *, void * );
|
|||
void * com_sun_star_text_DefaultNumberingProvider_get_implementation( void *, void * );
|
||||
void * com_sun_star_comp_uri_UriReferenceFactory_get_implementation( void *, void * );
|
||||
void * emfio_emfreader_XEmfParser_get_implementation( void *, void * );
|
||||
void * unoxml_rdfRepository_get_implementation( void *, void * );
|
||||
void * unoxml_CURI_get_implementation( void *, void * );
|
||||
void * unoxml_CLiteral_get_implementation( void *, void * );
|
||||
void * unoxml_CBlankNode_get_implementation( void *, void * );
|
||||
void * unoxml_CXPathAPI_get_implementation( void *, void * );
|
||||
void * unoxml_CSAXDocumentBuilder_get_implementation( void *, void * );
|
||||
void * unoxml_CDocumentBuilder_get_implementation( void *, void * );
|
||||
}
|
||||
|
||||
const lib_to_factory_mapping *
|
||||
lo_get_factory_map(void)
|
||||
{
|
||||
static lib_to_factory_mapping map[] = {
|
||||
{ "libunoxmllo.a", unoxml_component_getFactory },
|
||||
{ "libi18npoollo.a", i18npool_component_getFactory },
|
||||
{ "libucb1.a", ucb_component_getFactory },
|
||||
{ 0, 0 }
|
||||
|
@ -70,6 +75,13 @@ lo_get_constructor_map(void)
|
|||
{ "com_sun_star_text_DefaultNumberingProvider_get_implementation", com_sun_star_text_DefaultNumberingProvider_get_implementation },
|
||||
{ "com_sun_star_comp_uri_UriReferenceFactory_get_implementation", com_sun_star_comp_uri_UriReferenceFactory_get_implementation},
|
||||
{ "emfio_emfreader_XEmfParser_get_implementation", emfio_emfreader_XEmfParser_get_implementation},
|
||||
{ "unoxml_rdfRepository_get_implementation", unoxml_rdfRepository_get_implementation },
|
||||
{ "unoxml_CURI_get_implementation", unoxml_CURI_get_implementation },
|
||||
{ "unoxml_CLiteral_get_implementation", unoxml_CLiteral_get_implementation },
|
||||
{ "unoxml_CBlankNode_get_implementation", unoxml_CBlankNode_get_implementation },
|
||||
{ "unoxml_CXPathAPI_get_implementation", unoxml_CXPathAPI_get_implementation },
|
||||
{ "unoxml_CSAXDocumentBuilder_get_implementation", unoxml_CSAXDocumentBuilder_get_implementation },
|
||||
{ "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation }
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#include <osl/detail/component-mapping.h>
|
||||
|
||||
extern "C" {
|
||||
void * unoxml_component_getFactory( const char* , void* , void* );
|
||||
void * i18npool_component_getFactory( const char* , void* , void* );
|
||||
void * ucb_component_getFactory( const char* , void* , void* );
|
||||
|
||||
|
@ -36,13 +35,19 @@ void * com_sun_star_i18n_Transliteration_get_implementation( void *, void * );
|
|||
void * com_sun_star_text_DefaultNumberingProvider_get_implementation( void *, void * );
|
||||
void * com_sun_star_comp_uri_UriReferenceFactory_get_implementation( void *, void * );
|
||||
void * emfio_emfreader_XEmfParser_get_implementation( void *, void * );
|
||||
void * unoxml_rdfRepository_get_implementation( void *, void * );
|
||||
void * unoxml_CURI_get_implementation( void *, void * );
|
||||
void * unoxml_CLiteral_get_implementation( void *, void * );
|
||||
void * unoxml_CBlankNode_get_implementation( void *, void * );
|
||||
void * unoxml_CXPathAPI_get_implementation( void *, void * );
|
||||
void * unoxml_CSAXDocumentBuilder_get_implementation( void *, void * );
|
||||
void * unoxml_CDocumentBuilder_get_implementation( void *, void * );
|
||||
}
|
||||
|
||||
const lib_to_factory_mapping *
|
||||
lo_get_factory_map(void)
|
||||
{
|
||||
static lib_to_factory_mapping map[] = {
|
||||
{ "libunoxmllo.a", unoxml_component_getFactory },
|
||||
{ "libi18npoollo.a", i18npool_component_getFactory },
|
||||
{ "libucb1.a", ucb_component_getFactory },
|
||||
{ 0, 0 }
|
||||
|
@ -72,6 +77,13 @@ lo_get_constructor_map(void)
|
|||
{ "com_sun_star_text_DefaultNumberingProvider_get_implementation", com_sun_star_text_DefaultNumberingProvider_get_implementation },
|
||||
{ "com_sun_star_comp_uri_UriReferenceFactory_get_implementation", com_sun_star_comp_uri_UriReferenceFactory_get_implementation},
|
||||
{ "emfio_emfreader_XEmfParser_get_implementation", emfio_emfreader_XEmfParser_get_implementation},
|
||||
{ "unoxml_rdfRepository_get_implementation", unoxml_rdfRepository_get_implementation },
|
||||
{ "unoxml_CURI_get_implementation", unoxml_CURI_get_implementation },
|
||||
{ "unoxml_CLiteral_get_implementation", unoxml_CLiteral_get_implementation },
|
||||
{ "unoxml_CBlankNode_get_implementation", unoxml_CBlankNode_get_implementation },
|
||||
{ "unoxml_CXPathAPI_get_implementation", unoxml_CXPathAPI_get_implementation },
|
||||
{ "unoxml_CSAXDocumentBuilder_get_implementation", unoxml_CSAXDocumentBuilder_get_implementation },
|
||||
{ "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation }
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#include <osl/detail/component-mapping.h>
|
||||
|
||||
extern "C" {
|
||||
void * unoxml_component_getFactory( const char* , void* , void* );
|
||||
void * i18npool_component_getFactory( const char* , void* , void* );
|
||||
void * ucb_component_getFactory( const char* , void* , void* );
|
||||
|
||||
|
@ -36,13 +35,19 @@ void * com_sun_star_i18n_Transliteration_get_implementation( void *, void * );
|
|||
void * com_sun_star_text_DefaultNumberingProvider_get_implementation( void *, void * );
|
||||
void * com_sun_star_comp_uri_UriReferenceFactory_get_implementation( void *, void * );
|
||||
void * emfio_emfreader_XEmfParser_get_implementation( void *, void * );
|
||||
void * unoxml_rdfRepository_get_implementation( void *, void * );
|
||||
void * unoxml_CURI_get_implementation( void *, void * );
|
||||
void * unoxml_CLiteral_get_implementation( void *, void * );
|
||||
void * unoxml_CBlankNode_get_implementation( void *, void * );
|
||||
void * unoxml_CXPathAPI_get_implementation( void *, void * );
|
||||
void * unoxml_CSAXDocumentBuilder_get_implementation( void *, void * );
|
||||
void * unoxml_CDocumentBuilder_get_implementation( void *, void * );
|
||||
}
|
||||
|
||||
const lib_to_factory_mapping *
|
||||
lo_get_factory_map(void)
|
||||
{
|
||||
static lib_to_factory_mapping map[] = {
|
||||
{ "libunoxmllo.a", unoxml_component_getFactory },
|
||||
{ "libi18npoollo.a", i18npool_component_getFactory },
|
||||
{ "libucb1.a", ucb_component_getFactory },
|
||||
{ 0, 0 }
|
||||
|
@ -72,6 +77,13 @@ lo_get_constructor_map(void)
|
|||
{ "com_sun_star_text_DefaultNumberingProvider_get_implementation", com_sun_star_text_DefaultNumberingProvider_get_implementation },
|
||||
{ "com_sun_star_comp_uri_UriReferenceFactory_get_implementation", com_sun_star_comp_uri_UriReferenceFactory_get_implementation},
|
||||
{ "emfio_emfreader_XEmfParser_get_implementation", emfio_emfreader_XEmfParser_get_implementation},
|
||||
{ "unoxml_rdfRepository_get_implementation", unoxml_rdfRepository_get_implementation },
|
||||
{ "unoxml_CURI_get_implementation", unoxml_CURI_get_implementation },
|
||||
{ "unoxml_CLiteral_get_implementation", unoxml_CLiteral_get_implementation },
|
||||
{ "unoxml_CBlankNode_get_implementation", unoxml_CBlankNode_get_implementation },
|
||||
{ "unoxml_CXPathAPI_get_implementation", unoxml_CXPathAPI_get_implementation },
|
||||
{ "unoxml_CSAXDocumentBuilder_get_implementation", unoxml_CSAXDocumentBuilder_get_implementation },
|
||||
{ "unoxml_CDocumentBuilder_get_implementation", unoxml_CDocumentBuilder_get_implementation }
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue