summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-10-13 23:07:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-10-15 18:34:28 +0200
commit59480a5e4ebb849c06d7f16579208d0847c5557e (patch)
tree813fdd8361b1486f8364e5f23eed28e79e86bc2b
parentaae50af8076ae2b4592598c25acb2709687dec08 (diff)
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 <sbergman@redhat.com>
-rw-r--r--sd/inc/helpids.h7
-rw-r--r--sd/source/filter/html/pubdlg.cxx5
2 files changed, 0 insertions, 12 deletions
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);