diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-01-10 19:42:50 +0000 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-01-11 00:09:58 +0000 |
commit | 20d4c17ca1fb161bf5fccf3d94db93b0a4d322f2 (patch) | |
tree | c9f2703d3b9790e9e724b3ba9c8d943bca3699fa /AllLangHelp_scalc.mk | |
parent | 08418f863745757cc8074db7addf4812170dc21b (diff) |
tdf#152412 Improve the STYLE function help page
This patch creates a separate help page for the STYLE function and improves its text and examples.
Change-Id: I3630fbc99ac822ea138f08283e92d88ffa4acaf8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145299
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
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 e7ab38d663..452e16fd57 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -264,6 +264,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_second \ helpcontent2/source/text/scalc/01/func_skewp \ helpcontent2/source/text/scalc/01/func_searchb \ + helpcontent2/source/text/scalc/01/func_style \ helpcontent2/source/text/scalc/01/func_sum \ helpcontent2/source/text/scalc/01/func_sumifs \ helpcontent2/source/text/scalc/01/func_switch \ |