diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-03-04 10:18:35 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-03-04 15:42:33 +0100 |
commit | 09003c0b3a18d448976e2264347ad3b80fc31994 (patch) | |
tree | 0792814bd31e388db1f906eaaac751357b425c64 /AllLangHelp_scalc.mk | |
parent | fd16b597ba43092b77dd6c3dadbaddafa4e420ed (diff) |
tdf#123803 Add relelase info in Calc functions
Patch is for REGEX function available since release 6.2
To add release information to other functions look
at the diff in func_regex.xhp and adjust the release. It
should be straightforward:
<embed href="text/scalc/00/avail_release.xhp#M.N"/>
where M is version and N is release.
Patch tweaked to minimize translation effort (only one string)
Change-Id: I4f5f826c936e65c1050a4d3b71379b53d50e0984
Reviewed-on: https://gerrit.libreoffice.org/68688
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_scalc.mk')
-rw-r--r-- | AllLangHelp_scalc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index d55d6abbfd..6bdbc1e562 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -26,6 +26,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/00/00000407 \ helpcontent2/source/text/scalc/00/00000412 \ helpcontent2/source/text/scalc/00/sheet_menu \ + helpcontent2/source/text/scalc/00/avail_release \ helpcontent2/source/text/scalc/01/01120000 \ helpcontent2/source/text/scalc/01/02110000 \ helpcontent2/source/text/scalc/01/02120000 \ |