sd/inc/helpids.h | 1 - sd/source/ui/sidebar/LayoutMenu.cxx | 1 - 2 files changed, 2 deletions(-)
New commits: commit a84e3abc80ea5b790720c8489e0bc2db62f5a0fa Author: Olivier Hallot <[email protected]> AuthorDate: Thu Nov 20 17:13:24 2025 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Fri Nov 21 20:35:13 2025 +0100 tdf#162504 Add help page for slide properties sidebar Core part: remove specific helpid, let ui file create it. Change-Id: I8be80627bb075a4972d69aadecc2ab6f897360cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194289 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/sd/inc/helpids.h b/sd/inc/helpids.h index bcd28e15f1c1..70b2651cc49e 100644 --- a/sd/inc/helpids.h +++ b/sd/inc/helpids.h @@ -37,7 +37,6 @@ inline constexpr OUString HID_SD_NAMEDIALOG_LINEEND = u"SD_HID_SD_NAMEDIALOG_LIN inline constexpr OUString HID_SD_TASK_PANE_PREVIEW_CURRENT = u"SD_HID_SD_TASK_PANE_PREVIEW_CURRENT"_ustr; inline constexpr OUString HID_SD_TASK_PANE_PREVIEW_RECENT = u"SD_HID_SD_TASK_PANE_PREVIEW_RECENT"_ustr; inline constexpr OUString HID_SD_TASK_PANE_PREVIEW_ALL = u"SD_HID_SD_TASK_PANE_PREVIEW_ALL"_ustr; -inline constexpr OUString HID_SD_TASK_PANE_PREVIEW_LAYOUTS = u"SD_HID_SD_TASK_PANE_PREVIEW_LAYOUTS"_ustr; inline constexpr OUString HID_SD_CUSTOMANIMATIONPANE_PRESETPROPERTYBOX = u"SD_HID_SD_CUSTOMANIMATIONPANE_PRESETPROPERTYBOX"_ustr; inline constexpr OUString HID_SD_CUSTOMANIMATIONPANE_COLORPROPERTYBOX = u"SD_HID_SD_CUSTOMANIMATIONPANE_COLORPROPERTYBOX"_ustr; diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx index 717f17a49849..01e9ff33569f 100644 --- a/sd/source/ui/sidebar/LayoutMenu.cxx +++ b/sd/source/ui/sidebar/LayoutMenu.cxx @@ -159,7 +159,6 @@ void LayoutMenu::implConstruct( DrawDocShell& rDocumentShell ) Link<::sdtools::EventMultiplexerEvent&,void> aEventListenerLink (LINK(this,LayoutMenu,EventMultiplexerListener)); mrBase.GetEventMultiplexer()->AddEventListener(aEventListenerLink); - mxLayoutIconView->set_help_id(HID_SD_TASK_PANE_PREVIEW_LAYOUTS); mxLayoutIconView->set_accessible_name(SdResId(STR_TASKPANEL_LAYOUT_MENU_TITLE)); Link<const OUString&,void> aStateChangeLink (LINK(this,LayoutMenu,StateChangeHandler));
