summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorRafael Lima <rafael.palma.lima@gmail.com>2023-08-01 02:42:15 +0200
committerRafael Lima <rafael.palma.lima@gmail.com>2023-08-03 18:15:52 +0200
commit490cf5393d30dd2e9ab201286ef863b3c266a8b4 (patch)
tree0f28bd46bc51216526eafb10cf66657b0208483b /sw/inc
parent024fbfc1ae7906e0c62e28ab9c3066d38ddf8d7c (diff)
tdf#154210 Add help IDs for the Navigator context menu
This patch adds the missing HIDs for all entries in submenus of the context menu in the Navigator. The entries in the main level already work. For this patch to work, the related patch in the "help" repo needs to be accepted to create the target HIDs. Change-Id: Ic5917ce16a1430c6f7031ea6b9eb71a09f52624a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155049 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/helpids.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/inc/helpids.h b/sw/inc/helpids.h
index 6bf90929ab00..cc3b2d791613 100644
--- a/sw/inc/helpids.h
+++ b/sw/inc/helpids.h
@@ -116,6 +116,12 @@ inline constexpr OUStringLiteral HID_TBX_FORMULA_CALC = u"SW_HID_TBX_FORMULA_CAL
inline constexpr OUStringLiteral HID_TBX_FORMULA_CANCEL = u"SW_HID_TBX_FORMULA_CANCEL";
inline constexpr OUStringLiteral HID_TBX_FORMULA_APPLY = u"SW_HID_TBX_FORMULA_APPLY";
+// Navigator context menu
+inline constexpr OUStringLiteral HID_NAV_OUTLINE_TRACKING = u"SW_HID_NAV_OUTLINE_TRACKING";
+inline constexpr OUStringLiteral HID_NAV_OUTLINE_LEVEL = u"SW_HID_NAV_OUTLINE_LEVEL";
+inline constexpr OUStringLiteral HID_NAV_DRAG_MODE = u"SW_HID_NAV_DRAG_MODE";
+inline constexpr OUStringLiteral HID_NAV_DISPLAY = u"SW_HID_NAV_DISPLAY";
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */