[Libreoffice-commits] core.git: offapi/com

Michael Stahl (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 13 10:01:15 UTC 2020


 offapi/com/sun/star/style/ParagraphProperties.idl |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 88ff7edb95602648ac5bd00b29262cbe02f8bf83
Author:     Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Fri Jan 10 16:20:34 2020 +0100
Commit:     Michael Stahl <michael.stahl at cib.de>
CommitDate: Mon Jan 13 11:00:45 2020 +0100

    offapi: misleadingly named ParaHyphenationMaxLeadingChars/Trailing
    
    Change-Id: Iaf2fe6467b16b36c80ff8e4207b3749c7b34d39e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86565
    Reviewed-by: Michael Stahl <michael.stahl at cib.de>
    Tested-by: Michael Stahl <michael.stahl at cib.de>

diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl
index 30aa9a28c608..6aca55d1b40f 100644
--- a/offapi/com/sun/star/style/ParagraphProperties.idl
+++ b/offapi/com/sun/star/style/ParagraphProperties.idl
@@ -334,13 +334,15 @@ published service ParagraphProperties
          */
         [optional, property] short ParaHyphenationMaxHyphens;
 
-        /** specifies the maximum number of characters to remain before the
+        /** specifies the minimum number of characters to remain before the
             hyphen character (when hyphenation is applied).
+            @note Confusingly it is named Max but specifies a minimum.
          */
         [optional, property] short ParaHyphenationMaxLeadingChars;
 
-        /** specifies the maximum number of characters to remain after the
+        /** specifies the minimum number of characters to remain after the
             hyphen character (when hyphenation is applied).
+            @note Confusingly it is named Max but specifies a minimum.
          */
         [optional, property] short ParaHyphenationMaxTrailingChars;
 


More information about the Libreoffice-commits mailing list