sd/inc/helpids.h | 7 ------- sd/source/filter/html/pubdlg.cxx | 5 ----- 2 files changed, 12 deletions(-)
New commits: commit 59480a5e4ebb849c06d7f16579208d0847c5557e Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Fri Oct 13 23:07:18 2023 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Sun Oct 15 18:34:28 2023 +0200 Drop leftover aPageHelpIds ...from 28b6480c6bdd179f3943f768926b7f196226c768 "tdf#105303: Drop html export wizard" Change-Id: I996324e06a2f5eb04d722c45be9ce54715490b16 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157970 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/sd/inc/helpids.h b/sd/inc/helpids.h index bb9233441553..6579bd43ff79 100644 --- a/sd/inc/helpids.h +++ b/sd/inc/helpids.h @@ -27,13 +27,6 @@ inline constexpr OUStringLiteral HID_SDOUTLINEVIEWSHELL = u"SD_HID_SDOUTLINEVIEW inline constexpr OUStringLiteral HID_SD_WIN_PRESENTATION = u"SD_HID_SD_WIN_PRESENTATION"; -inline constexpr OUStringLiteral HID_SD_HTMLEXPORT_PAGE1 = u"SD_HID_SD_HTMLEXPORT_PAGE1"; -inline constexpr OUStringLiteral HID_SD_HTMLEXPORT_PAGE2 = u"SD_HID_SD_HTMLEXPORT_PAGE2"; -inline constexpr OUStringLiteral HID_SD_HTMLEXPORT_PAGE3 = u"SD_HID_SD_HTMLEXPORT_PAGE3"; -inline constexpr OUStringLiteral HID_SD_HTMLEXPORT_PAGE4 = u"SD_HID_SD_HTMLEXPORT_PAGE4"; -inline constexpr OUStringLiteral HID_SD_HTMLEXPORT_PAGE5 = u"SD_HID_SD_HTMLEXPORT_PAGE5"; -inline constexpr OUStringLiteral HID_SD_HTMLEXPORT_PAGE6 = u"SD_HID_SD_HTMLEXPORT_PAGE6"; - inline constexpr OUStringLiteral HID_SD_TABBAR_PAGES = u"SD_HID_SD_TABBAR_PAGES"; inline constexpr OUStringLiteral HID_SD_TABBAR_LAYERS = u"SD_HID_SD_TABBAR_LAYERS"; diff --git a/sd/source/filter/html/pubdlg.cxx b/sd/source/filter/html/pubdlg.cxx index 9136de7c8f40..5b42d3c8cfad 100644 --- a/sd/source/filter/html/pubdlg.cxx +++ b/sd/source/filter/html/pubdlg.cxx @@ -55,11 +55,6 @@ const sal_uInt16 nMagic = sal_uInt16(0x1977); // Key for the soffice.ini constexpr OUStringLiteral KEY_QUALITY = u"JPG-EXPORT-QUALITY"; -// The Help-IDs of the pages -constexpr rtl::OUStringConstExpr aPageHelpIds[NOOFPAGES] - = { HID_SD_HTMLEXPORT_PAGE1, HID_SD_HTMLEXPORT_PAGE2, HID_SD_HTMLEXPORT_PAGE3, - HID_SD_HTMLEXPORT_PAGE4, HID_SD_HTMLEXPORT_PAGE5, HID_SD_HTMLEXPORT_PAGE6 }; - static SvStream& operator>>(SvStream& rIn, SdPublishingDesign& rDesign); static SvStream& WriteSdPublishingDesign(SvStream& rOut, const SdPublishingDesign& rDesign);