source/text/shared/01/05030700.xhp | 1 + source/text/swriter/01/05030200.xhp | 3 +++ 2 files changed, 4 insertions(+)
New commits: commit c1ec0774ee9e428b6cf5337e3bfbf3461bb0148d Author: László Németh <[email protected]> AuthorDate: Mon Jul 20 15:39:01 2026 +0200 Commit: László Németh <[email protected]> CommitDate: Mon Jul 20 18:56:57 2026 +0200 tdf#172674 add help for Better spacing/Less hyphen slider + interop. Follow-up to core commit 5da16bdc79628838b793c6938483ffcf25239337 "tdf#172674 offapi cui sw xmloff: add hyphenation slider feature". Add also information about the requested minimum and maxinum word spacing for MS-DOCX paragraph layout interoperability, see core commit 5a48070f5904c51dc9e7bbad4213d802fd4bc89b "tdf#126154 sw offapi xmloff cui: add min/max word spacing". Change-Id: I66f3d5e1da69bcf7dc3d3b5cc85cc83400333814 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/208297 Tested-by: Jenkins Reviewed-by: László Németh <[email protected]> diff --git a/source/text/shared/01/05030700.xhp b/source/text/shared/01/05030700.xhp index 38de387b7f..bcdedd801a 100644 --- a/source/text/shared/01/05030700.xhp +++ b/source/text/shared/01/05030700.xhp @@ -125,6 +125,7 @@ <paragraph id="par_id11746473185963" role="listitem"><emph>Maximum</emph>: adjusts the maximum word spacing. Enter a number between 0% and 250%</paragraph> </listitem> </list> +<paragraph role="paragraph" id="par_id671776434077032">For paragraph layout interoperability with MS-DOCX, set the minimum word spacing to 75% and the maximum word spacing to 150%.</paragraph> <bookmark branch="hid/cui/ui/paragalignpage/checkParaComposer" id="bm_id301776434634982" localize="false"/> <h3 id="hd_id701776433759787">Paragraph Composer</h3> <paragraph role="paragraph" id="par_id671776434077033"><emph>Paragraph Composer</emph> balances word spacing across consecutive lines, addressing the fundamental limitations of the single-line composer used in word processors. It can remove excessive word spacing by shifting words from previous lines, but only if the new line breaks do not result in larger spacing than before. The paragraph composer can produce more readable text when the appropriate settings (limit, line width, microtypography and hyphenation) are applied.</paragraph> diff --git a/source/text/swriter/01/05030200.xhp b/source/text/swriter/01/05030200.xhp index e383bdbc7f..947ff5e370 100644 --- a/source/text/swriter/01/05030200.xhp +++ b/source/text/swriter/01/05030200.xhp @@ -72,6 +72,9 @@ <bookmark xml-lang="en-US" branch="hid/cui/ui/textflowpage/checkNoLastWord" id="bm_id3147176" localize="false"/> <h3 id="hd_id3153926"><variable id="hyphenate_last_word_hd">Hyphenate last word</variable></h3> <section id="hyphenate_last_word_content"><paragraph role="paragraph" id="par_id3154655" xml-lang="en-US"><ahelp hid="cui/ui/textflowpage/checkNoLastWord">Hyphenate the last word of paragraphs. Disabling this feature prevents the creation of almost empty lines containing only half a word.</ahelp></paragraph></section> +<bookmark xml-lang="en-US" branch="hid/cui/ui/textflowpage/hyphenslider" id="bm_id3147166" localize="false"/> +<h3 id="hd_id3153918"><variable id="hyphenation_slider_hd">Better spacing/Less hyphen</variable></h3> +<section id="hyphenation_slider"><paragraph role="paragraph" id="par_id3154637" xml-lang="en-US"><ahelp hid="cui/ui/textflowpage/hyphenslider">Use the slider to adjust the hyphenation level from 100 to 0. The default value of 50 skips hyphenation completely within the range of custom word spacing. For paragraph layout interoperability with MS-DOCX, set the minimum word spacing to 75%, the maximum word spacing to 150%, and the hyphenation level to the default value of 50.</ahelp></paragraph></section> <h2 id="hd_id3153667"><variable id="hyphenation_across_hd">Hyphenation across</variable></h2> <section id="_content"><paragraph role="paragraph" id="par_id3154669" xml-lang="en-US">Control hyphenation in the last line of a column, page or spread, and last full line of a paragraph, according to certain typographical rules to improve readability.</paragraph></section>
