Package_html_media.mk | 1 + source/auxiliary/scalc.tree | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit a56914cfff5dd9f436fc05c51d8a03726efe01c1 Author: Olivier Hallot <[email protected]> AuthorDate: Thu Sep 1 13:12:34 2022 -0300 Commit: Andras Timar <[email protected]> CommitDate: Tue Nov 1 21:06:47 2022 +0100 tdf#150689 Fix Calc contents tree Change-Id: If23ba66db8806ff88e67dc0485c5cf6376ccd0e7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139227 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> (cherry picked from commit f7e717277963bd80b80a6f4b947e79cc97eea0e2) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139181 Reviewed-by: Rafael Lima <[email protected]> diff --git a/source/auxiliary/scalc.tree b/source/auxiliary/scalc.tree index 97a11ee049..8d5baac357 100644 --- a/source/auxiliary/scalc.tree +++ b/source/auxiliary/scalc.tree @@ -192,7 +192,7 @@ <topic id="sbasic/text/sbasic/guide/read_write_values.xhp">Reading and Writing values to Ranges</topic> <topic id="sbasic/text/sbasic/guide/calc_borders.xhp">Formatting Borders in Calc with Macros</topic> </node> - <node id="0815" title="Miscellaneous"> + <node id="0816" title="Miscellaneous"> <topic id="scalc/text/scalc/guide/auto_off.xhp">Deactivating Automatic Changes</topic> <topic id="scalc/text/scalc/guide/consolidate.xhp">Consolidating Data</topic> <topic id="scalc/text/scalc/guide/goalseek.xhp">Applying Goal Seek</topic> commit a8a7b2534ecb4b23e32c66b83c71e18e23a5ae22 Author: Olivier Hallot <[email protected]> AuthorDate: Wed Aug 3 18:10:04 2022 -0300 Commit: Andras Timar <[email protected]> CommitDate: Tue Nov 1 21:06:47 2022 +0100 tdf#150162 Add missing sample file for FOURIER Change-Id: Iad5fcedf6f2351abc904f0e5cbdc63c0f47fc7e7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/137724 Tested-by: Jenkins Reviewed-by: Mike Kaganski <[email protected]> Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/Package_html_media.mk b/Package_html_media.mk index 2e1507600d..06b5f096c0 100644 --- a/Package_html_media.mk +++ b/Package_html_media.mk @@ -16,6 +16,7 @@ $(eval $(call gb_Package_Package,helpcontent2_html_media,$(SRCDIR)/helpcontent2/ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION))/media, \ files/scalc/imtrigon.ods \ + files/scalc/function_fourier.ods \ files/scalc/pivot.ods \ files/scalc/trigon.ods \ files/scalc/functions_ifs.ods \
