diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-01-28 02:03:08 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-01-28 02:54:54 +0100 |
commit | 586ced62fd1bea8a07e84fea7c3befc59c1249e1 (patch) | |
tree | 5e4bb61d3feba7a42115cee27c68b72cecd587dd /source/text/shared/01/06040100.xhp | |
parent | 72fb074096addac2c8cc732bb7a73f0fb45ee2a1 (diff) |
add N--N to "replace dashes" in AutoCorrect Options
Change-Id: Ica225160efba504163c6a5b946e63b0e37cbffc5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110052
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
Diffstat (limited to 'source/text/shared/01/06040100.xhp')
-rw-r--r-- | source/text/shared/01/06040100.xhp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/source/text/shared/01/06040100.xhp b/source/text/shared/01/06040100.xhp index 0f948b6bd6..a32c9f22b5 100644 --- a/source/text/shared/01/06040100.xhp +++ b/source/text/shared/01/06040100.xhp @@ -81,7 +81,7 @@ <comment>UFI: moved "replace 1st" to Localized Options tab page, cws cbosdo01</comment> <h3 xml-lang="en-US" id="hd_id3148473">Replace Dashes<comment>UFI: changed switches, added table, #61325#</comment></h3><comment>UFI: see i73558 for name: not the dashes are replaced but the hyphens (or even better the minus signs)</comment> <paragraph xml-lang="en-US" id="par_id3144439" role="paragraph">Replaces one or two hyphens with a long dash (see the following table).</paragraph> - <paragraph xml-lang="en-US" id="par_id87282" role="paragraph">Text will be replaced after you type a trailing white space (space, tab, or return). In the following table, the A and B represent text consisting of letters A to z or digits 0 to 9.</paragraph> + <paragraph xml-lang="en-US" id="par_id87282" role="paragraph">Text will be replaced after you type a trailing white space (space, tab, or return). In the following table, the A and B represent text consisting of letters A to z or digits 0 to 9. N represents digits only.</paragraph> <table id="tbl_id2444227"> <tablerow> <tablecell> @@ -115,6 +115,14 @@ <paragraph xml-lang="en-US" id="par_id6049684" role="tablecontent">A—B (A, em-dash, B)<br/>(see note below the table)</paragraph> </tablecell> </tablerow> + <tablerow> + <tablecell> + <paragraph xml-lang="en-US" id="par_id4648842" role="tablecontent">N--N (N, minus, minus, N)</paragraph> + </tablecell> + <tablecell> + <paragraph xml-lang="en-US" id="par_id3583989" role="tablecontent">N–N (N, en-dash, N)</paragraph> + </tablecell> + </tablerow> <tablerow> <tablecell> <paragraph xml-lang="en-US" id="par_id2219916" role="tablecontent">A-B (A, minus, B)</paragraph> |