diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-09-22 20:54:05 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-09-23 11:03:38 +0200 |
commit | 28b6480c6bdd179f3943f768926b7f196226c768 (patch) | |
tree | fe4e952dbfe88d9ed3301c145fb7d4787231f590 /solenv | |
parent | 7d66020d291928d03b638e03371359e756583178 (diff) |
tdf#105303: Drop html export wizard
Done during the conference hackfest
Change-Id: I765e6dc839a98038c4071c8444ce3db9293c8a6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157173
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 1 | ||||
-rw-r--r-- | solenv/clang-format/excludelist | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 3e472746fe67..955317ebc0ca 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -697,7 +697,6 @@ draw_constructor_list = [ "com_sun_star_comp_Draw_PresenterHelper_get_implementation", "com_sun_star_comp_Draw_PresenterPreviewCache_get_implementation", "com_sun_star_comp_Draw_SlideRenderer_get_implementation", - "com_sun_star_comp_draw_SdHtmlOptionsDialog_get_implementation", "com_sun_star_comp_sd_InsertSlideController_get_implementation", "com_sun_star_comp_sd_SlideLayoutController_get_implementation", "com_sun_star_comp_sd_DisplayModeController_get_implementation", diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index a3c2de65e206..2e000ae95311 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -9543,13 +9543,11 @@ sd/source/filter/eppt/pptx-stylesheet.cxx sd/source/filter/eppt/pptx-text.cxx sd/source/filter/eppt/text.hxx sd/source/filter/grf/sdgrffilter.cxx -sd/source/filter/html/HtmlOptionsDialog.cxx sd/source/filter/html/buttonset.cxx sd/source/filter/html/htmlattr.cxx sd/source/filter/html/htmlattr.hxx sd/source/filter/html/htmlex.cxx sd/source/filter/html/htmlex.hxx -sd/source/filter/html/pubdlg.cxx sd/source/filter/ppt/ppt97animations.cxx sd/source/filter/ppt/ppt97animations.hxx sd/source/filter/ppt/pptanimations.hxx |