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:13 +0200 |
commit | c2225b7c607a6718b0fbdd9da082fb9bf2921e68 (patch) | |
tree | 8354dee81784578bac928cd4ba949951c9c32adb | |
parent | 278086ec01e796c7668de4760a1f2cde09bbf370 (diff) |
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 <olivier.hallot@libreoffice.org>
(cherry picked from commit f3d6949e4747508d6355fa280017df45d6250488)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139180
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 6106d91ab2..04b1a7ba15 100644 --- a/source/auxiliary/scalc.tree +++ b/source/auxiliary/scalc.tree @@ -194,7 +194,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> |