summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/helpids.h
diff options
context:
space:
mode:
authorRafael Lima <rafael.palma.lima@gmail.com>2023-08-04 04:35:42 +0200
committerRafael Lima <rafael.palma.lima@gmail.com>2023-12-15 18:17:32 +0100
commitc48952eb6b6f65affcda75ee74c292008be9c455 (patch)
treeb5e26866e398d8a77d602977bfc407d575db94c4 /sfx2/source/inc/helpids.h
parent107b35bd425fb79a9ff2e47b9e2054289cf0213e (diff)
tdf#142926 Add button to Download page in Help dialog box
Change-Id: Ie22dda17949d583a388d45e5aad3728b91637bff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155298 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
Diffstat (limited to 'sfx2/source/inc/helpids.h')
-rw-r--r--sfx2/source/inc/helpids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/inc/helpids.h b/sfx2/source/inc/helpids.h
index 1d5ff141c4a1..33d165828368 100644
--- a/sfx2/source/inc/helpids.h
+++ b/sfx2/source/inc/helpids.h
@@ -52,6 +52,8 @@ inline constexpr OUString HID_QUERY_LOAD_TEMPLATE = u"SFX2_HID_QUERY_LOAD_TEMPLA
inline constexpr OUString HID_SIDEBAR_WINDOW = u"SFX2_HID_SIDEBAR_WINDOW"_ustr;
+inline constexpr OUString HID_HELPMANUAL_OFFLINE = u"SFX2_HID_HELPMANUAL_OFFLINE"_ustr;
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */