summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/style/ParagraphProperties.idl6
1 files changed, 4 insertions, 2 deletions
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;