summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-31 15:49:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-31 21:18:59 +0200
commit49e8322a6cb45dbb15f63b6c0bdcd45f0fa8055a (patch)
tree09878a705993e404a5d9996ab2030ccf54f6d7b6 /vcl/workben
parent728f7b187dc29dc1eab9f32ded66b76cc2231aa1 (diff)
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 <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/pptfuzzer.cxx34
1 files changed, 0 insertions, 34 deletions
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 }
};