diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-09-01 13:12:34 -0300 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-09-06 16:06:46 +0200 |
commit | 9432ec099dbbb94c79cceefee53550c5b078296a (patch) | |
tree | aade6838bb9e11c14a35d50937b9d6115fcfda89 | |
parent | 634364782fb77fe62c70625f555d990259491e95 (diff) |
tdf#150689 Fix Calc contents tree
libreoffice-7-3
Change-Id: If23ba66db8806ff88e67dc0485c5cf6376ccd0e7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139227
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit f7e717277963bd80b80a6f4b947e79cc97eea0e2)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139181
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
-rw-r--r-- | source/auxiliary/scalc.tree | 2 |
1 files changed, 1 insertions, 1 deletions
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> |