summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorOlivier Hallot <ohallot@collabora.co.uk>2016-09-10 13:38:52 -0300
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-10-19 16:07:33 +0000
commite91a1abe4c53ea3a1ac59e3c1d5dddf98141a4ee (patch)
tree443334d94087fa92e2ee38d0a2165e2d32109374 /include/sfx2
parentaf84c70c95e99935d2efdb98bc105d2a7852ebda (diff)
tdf#96015 (part) link to Doc'tation in Help menu
Add the entry "Documentation" to the modules Help menu. on click, the system browser opens http://hub.libreoffice.org/documentation/?&LOlang=<locale> <locale> is obtained from .getLocale() Patch2: create a member with try/catch for external URLs Patch3 Use sfx2::openUriExternally Revert to User Guides.. in UI. Change-Id: I8332253c31bd3be330cdd794f9e056b632b38037 Patch4: remove 1st '&' in URLs Reviewed-on: https://gerrit.libreoffice.org/28817 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sfxsids.hrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc
index c24096a07cea..8520a2576299 100644
--- a/include/sfx2/sfxsids.hrc
+++ b/include/sfx2/sfxsids.hrc
@@ -88,6 +88,7 @@
#define SID_HELPMENU (SID_SFX_START + 410)
#define SID_SEND_FEEDBACK (SID_SFX_START + 421)
#define SID_Q_AND_A (SID_SFX_START + 422)
+#define SID_DOCUMENTATION (SID_SFX_START + 423)
#define SID_SHOW_LICENSE (SID_SFX_START + 1683)
#define SID_SHOW_CREDITS (SID_SFX_START + 1711)
#define SID_HELP_TUTORIALS (SID_SFX_START + 1695)