source/text/swriter/01/05090200.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit decf4898bd9079f9677f501cb9f5f2d2038984d5
Author:     Justin Luth <jl...@mail.com>
AuthorDate: Wed Dec 30 14:38:02 2020 +0300
Commit:     Justin Luth <justin_l...@sil.org>
CommitDate: Mon Jan 4 09:30:23 2021 +0100

    tdf#134881 sw table dlg: Adjust columns proportionally
    
    The implementation changed in LO 7.2 to match:
    
    "Adjust columns proportionally results in all columns changing
    their widths by the same percentage when one is changed.
    For example, if you reduce by half the size of a column,
    the sizes of all the other columns will be halved."
    (July 2018 LibreOffice Writer Guide 6.0 page 282)
    
    The previous implementation would have fit the title
    "Adjust columns equally", by the exact same amount.
    
    I have no idea where the guide got its idea
    that the change was percent-proportional
    (although that is the natural reading/assumption)
    because the previous implementation was in effect
    already at the initial import from OOo.
    
    Change-Id: I8de4b39bfd85ce497eccae6a0ad0bcbd8ff7e1e4
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/108522
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <justin_l...@sil.org>

diff --git a/source/text/swriter/01/05090200.xhp 
b/source/text/swriter/01/05090200.xhp
index 8356e5bb3..2a3cf909c 100644
--- a/source/text/swriter/01/05090200.xhp
+++ b/source/text/swriter/01/05090200.xhp
@@ -41,10 +41,10 @@
 </section>
 <bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/tablecolumnpage/adaptwidth" id="bm_id3154273" 
localize="false"/>
 <paragraph role="heading" id="hd_id3147510" xml-lang="en-US" level="2">Adapt 
table width</paragraph>
-<paragraph role="paragraph" id="par_id3154280" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/tablecolumnpage/adaptwidth">Reduces or increases table 
width with modified column width.</ahelp> This option is not available if 
<emph>Automatic</emph> is selected in the <emph>Alignment </emph>area on the 
<emph>Table </emph>tab.</paragraph>
+<paragraph role="paragraph" id="par_id3154280" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/tablecolumnpage/adaptwidth">Reduces or increases table 
width with modified column width.</ahelp> This option is not available if 
<emph>Automatic</emph> alignment or <emph>Relative</emph> width is selected on 
the <emph>Table </emph>tab, or if any table rows have been selected.</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/tablecolumnpage/adaptcolumns" id="bm_id3149809" 
localize="false"/>
 <paragraph role="heading" id="hd_id3145587" xml-lang="en-US" level="2">Adjust 
columns proportionally</paragraph>
-<paragraph role="paragraph" id="par_id3153530" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/tablecolumnpage/adaptcolumns">If possible, change in 
column width will be equal for each column.</ahelp> This option is not 
available if <emph>Automatic</emph> is selected in the <emph>Alignment 
</emph>area on the <emph>Table </emph>tab.</paragraph>
+<paragraph role="paragraph" id="par_id3153530" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/tablecolumnpage/adaptcolumns">Change all the other 
column widths by the same percentage as the one being changed.</ahelp> For 
example, if you reduce by half the size of a column, the sizes of all the other 
columns will be halved. This option requires that <emph>Adapt table 
width</emph> can be enabled.</paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/tablecolumnpage/space" id="bm_id3154564" 
localize="false"/>
 <paragraph role="heading" id="hd_id3150349" xml-lang="en-US" 
level="2">Remaining space</paragraph>
 <paragraph role="paragraph" id="par_id3154571" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/tablecolumnpage/space">Displays the amount of space 
that is available for adjusting the width of the columns. To set the width of 
the table, click the <emph>Table </emph>tab.</ahelp></paragraph>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to