summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-01-20 15:48:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-01-20 19:22:12 +0000
commit4a72caaae9534cd229186fd952603a4ef736ef45 (patch)
tree498413cd61d3d53d085f0a5fd87ffa3b68f82f08 /vcl
parenta2d093c06d047e9efe41c90e7269d0dd2293e9c8 (diff)
[API CHANGE] PresenterTextView UNO service is dead
Nothing constructs it, and it looks like it was never fully hooked up, various bits of it have been removed, starting with commit a38cbc58bbe3b385830a5287ea272e28a8ae3652 Author: Felix Zhang <fezhang@suse.com> Date: Mon Oct 24 17:50:01 2011 +0800 remove unused methods from sdext:presenter Change-Id: I61080fa589ab6b886b841d7be5eed892c4bd829a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145898 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/workben/cgmfuzzer.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/workben/cgmfuzzer.cxx b/vcl/workben/cgmfuzzer.cxx
index 7d36f2acc7a0..a2a9e767be6c 100644
--- a/vcl/workben/cgmfuzzer.cxx
+++ b/vcl/workben/cgmfuzzer.cxx
@@ -60,7 +60,6 @@ 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 * );
@@ -134,7 +133,6 @@ lo_get_constructor_map(void)
{ "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 },