diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-08-17 01:53:52 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-08-18 15:08:55 +0200 |
commit | d42ad54f4c9c1b07ca851ce76ceb77f512c4f1ba (patch) | |
tree | 095a6553b9823df09b1cf360c696069f048930d8 /source/auxiliary | |
parent | e4f55790b32ad295322c712ed49d0349f4eea66d (diff) |
tdf#142574 Create help page on "wildcards"
This patch creates the wildcards.xhp help page and makes the required adaptations in tree files to disambiguate "wildcards" and "regular expressions" in the help system.
Change-Id: I82f1e192b6bf9e605fc3cfde50b648ce902cefdb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/120573
Tested-by: Jenkins
Reviewed-by: Steve Fanning <stevemfanning@yahoo.co.uk>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'source/auxiliary')
-rw-r--r-- | source/auxiliary/scalc.tree | 1 | ||||
-rw-r--r-- | source/auxiliary/swriter.tree | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source/auxiliary/scalc.tree b/source/auxiliary/scalc.tree index 96af43ee37..9d5f986af9 100644 --- a/source/auxiliary/scalc.tree +++ b/source/auxiliary/scalc.tree @@ -182,6 +182,7 @@ <topic id="scalc/text/scalc/guide/calc_series.xhp">Automatically Calculating Series</topic> <topic id="scalc/text/scalc/guide/calc_timevalues.xhp">Calculating Time Differences</topic> <topic id="scalc/text/scalc/guide/matrixformula.xhp">Entering Matrix Formulas</topic> +<topic id="scalc/text/scalc/guide/wildcards.xhp">Using Wildcards in Formulas</topic> </node> <node id="0814" title="Protection"> <topic id="scalc/text/scalc/guide/cell_protect.xhp">Protecting Cells from Changes</topic> diff --git a/source/auxiliary/swriter.tree b/source/auxiliary/swriter.tree index 686960031e..a4a8894dff 100644 --- a/source/auxiliary/swriter.tree +++ b/source/auxiliary/swriter.tree @@ -226,7 +226,7 @@ <topic id="swriter/text/swriter/guide/pagestyles.xhp">Creating and Applying Page Styles</topic> </node> <node id="0223" title="Searching and Replacing"> -<topic id="swriter/text/swriter/guide/search_regexp.xhp">Using Wildcards in Text Searches</topic> +<topic id="swriter/text/swriter/guide/search_regexp.xhp">Using Regular Expressions in Text Searches</topic> <topic id="shared/text/shared/01/02100001.xhp">List of Regular Expressions</topic> </node> </help_section> |