From ddca00556cf57e9c4a6c598b74775092e6bb5906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Sat, 11 Jul 2020 20:01:08 +0100 Subject: [PATCH] unoxml_component_getFactory doesn't exist anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaf1ba4753c481f92096afd062ef0dd6210f0628e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98579 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- vcl/workben/cgmfuzzer.cxx | 16 ++++++++++++++-- vcl/workben/pptfuzzer.cxx | 16 ++++++++++++++-- vcl/workben/ww2fuzzer.cxx | 16 ++++++++++++++-- vcl/workben/ww6fuzzer.cxx | 16 ++++++++++++++-- vcl/workben/ww8fuzzer.cxx | 16 ++++++++++++++-- 5 files changed, 70 insertions(+), 10 deletions(-) diff --git a/vcl/workben/cgmfuzzer.cxx b/vcl/workben/cgmfuzzer.cxx index d6c35981ef2e..69e133a99124 100644 --- a/vcl/workben/cgmfuzzer.cxx +++ b/vcl/workben/cgmfuzzer.cxx @@ -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 } }; diff --git a/vcl/workben/pptfuzzer.cxx b/vcl/workben/pptfuzzer.cxx index 93cd12a1d870..ebcef5aa467e 100644 --- a/vcl/workben/pptfuzzer.cxx +++ b/vcl/workben/pptfuzzer.cxx @@ -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 } }; diff --git a/vcl/workben/ww2fuzzer.cxx b/vcl/workben/ww2fuzzer.cxx index 62ff820bcc79..861810016365 100644 --- a/vcl/workben/ww2fuzzer.cxx +++ b/vcl/workben/ww2fuzzer.cxx @@ -15,7 +15,6 @@ #include 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 } }; diff --git a/vcl/workben/ww6fuzzer.cxx b/vcl/workben/ww6fuzzer.cxx index b89f80461545..10d3896d2d86 100644 --- a/vcl/workben/ww6fuzzer.cxx +++ b/vcl/workben/ww6fuzzer.cxx @@ -15,7 +15,6 @@ #include 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 } }; diff --git a/vcl/workben/ww8fuzzer.cxx b/vcl/workben/ww8fuzzer.cxx index 08d2aeb68811..f0d22f6bed19 100644 --- a/vcl/workben/ww8fuzzer.cxx +++ b/vcl/workben/ww8fuzzer.cxx @@ -15,7 +15,6 @@ #include 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 } };