vcl/workben/pptfuzzer.cxx | 34 ---------------------------------- 1 file changed, 34 deletions(-)
New commits: commit 49e8322a6cb45dbb15f63b6c0bdcd45f0fa8055a Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Jul 31 15:49:36 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Fri Jul 31 21:18:59 2020 +0200 drop some stuff the pptfuzzer doesn't need Change-Id: I647c23bd08bba831759c931a64cdef39b7e9867e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99891 Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/workben/pptfuzzer.cxx b/vcl/workben/pptfuzzer.cxx index 97d988cc0445..2911475c1c15 100644 --- a/vcl/workben/pptfuzzer.cxx +++ b/vcl/workben/pptfuzzer.cxx @@ -46,26 +46,9 @@ void * com_sun_star_comp_uui_UUIInteractionHandler_get_implementation( void *, v void * emfio_emfreader_XEmfParser_get_implementation( void *, void * ); void * i18npool_CalendarImpl_get_implementation( void *, void * ); void * i18npool_Calendar_gregorian_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 * ); -void * sd_DrawingDocument_get_implementation( void *, void * ); -void * com_sun_star_comp_Draw_DrawingModule_get_implementation( void *, void * ); void * sd_PresentationDocument_get_implementation( void *, void * ); -void * com_sun_star_comp_Draw_PresenterHelper_get_implementation( void *, void * ); -void * com_sun_star_comp_Draw_PresenterPreviewCache_get_implementation( void *, void * ); -void * com_sun_star_comp_Draw_PresenterTextView_get_implementation( void *, void * ); -void * com_sun_star_comp_Draw_SlideRenderer_get_implementation( void *, void * ); -void * com_sun_star_comp_Draw_SlideSorter_get_implementation( void *, void * ); -void * com_sun_star_comp_Draw_framework_configuration_Configuration_get_implementation( void *, void * ); -void * com_sun_star_comp_draw_SdHtmlOptionsDialog_get_implementation( void *, void * ); -void * com_sun_star_comp_sd_InsertSlideController_get_implementation( void *, void * ); -void * com_sun_star_comp_sd_SlideLayoutController_get_implementation( void *, void * ); -void * com_sun_star_comp_sd_DisplayModeController_get_implementation( void *, void * ); } const lib_to_factory_mapping * @@ -112,26 +95,9 @@ lo_get_constructor_map(void) { "emfio_emfreader_XEmfParser_get_implementation", emfio_emfreader_XEmfParser_get_implementation}, { "i18npool_CalendarImpl_get_implementation", i18npool_CalendarImpl_get_implementation}, { "i18npool_Calendar_gregorian_get_implementation", i18npool_Calendar_gregorian_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 }, - { "sd_DrawingDocument_get_implementation", sd_DrawingDocument_get_implementation }, - { "com_sun_star_comp_Draw_DrawingModule_get_implementation", com_sun_star_comp_Draw_DrawingModule_get_implementation }, { "sd_PresentationDocument_get_implementation", sd_PresentationDocument_get_implementation }, - { "com_sun_star_comp_Draw_PresenterHelper_get_implementation", com_sun_star_comp_Draw_PresenterHelper_get_implementation }, - { "com_sun_star_comp_Draw_PresenterPreviewCache_get_implementation", com_sun_star_comp_Draw_PresenterPreviewCache_get_implementation }, - { "com_sun_star_comp_Draw_PresenterTextView_get_implementation", com_sun_star_comp_Draw_PresenterTextView_get_implementation }, - { "com_sun_star_comp_Draw_SlideRenderer_get_implementation", com_sun_star_comp_Draw_SlideRenderer_get_implementation }, - { "com_sun_star_comp_Draw_SlideSorter_get_implementation", com_sun_star_comp_Draw_SlideSorter_get_implementation }, - { "com_sun_star_comp_Draw_framework_configuration_Configuration_get_implementation", com_sun_star_comp_Draw_framework_configuration_Configuration_get_implementation }, - { "com_sun_star_comp_draw_SdHtmlOptionsDialog_get_implementation", com_sun_star_comp_draw_SdHtmlOptionsDialog_get_implementation }, - { "com_sun_star_comp_sd_InsertSlideController_get_implementation", com_sun_star_comp_sd_InsertSlideController_get_implementation }, - { "com_sun_star_comp_sd_SlideLayoutController_get_implementation", com_sun_star_comp_sd_SlideLayoutController_get_implementation }, - { "com_sun_star_comp_sd_DisplayModeController_get_implementation", com_sun_star_comp_sd_DisplayModeController_get_implementation }, { 0, 0 } }; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits