diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-09-01 13:12:34 -0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-09-07 07:40:11 +0200 |
commit | 5a5ac0ed2441a8da70770aad65051f48fcd78ce2 (patch) | |
tree | 8354dee81784578bac928cd4ba949951c9c32adb | |
parent | b6d6b706671c38708339388f4d2fdc93f77f4e66 (diff) |
tdf#150689 Fix Calc contents treelibreoffice-7-4-1
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>
(cherry picked from commit 854f32428a475b3f436629509c7fe86a1d86480e)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139504
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.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> |