diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-02-26 17:40:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-02-26 22:10:21 +0100 |
commit | bf749968d0bed09234192862bcc709c9ca7af66d (patch) | |
tree | 862a21fbb9a5432849922f59f8c39ee8fe655bd0 /offapi/com/sun/star/style | |
parent | 1f0e53237a912609813b912b51a2ab664a8871ea (diff) |
Fix @since tag
This UNOIDL entity had been included in libreoffice-6-4 prior to the first
LO 6.4 release at libreoffice-6.4.0.3-buildfix1 with
ad86ebb1f86f6347ccb9bbe40b0ca080562cbae8 "tdf#121658 Add option to not hyphenate
words in CAPS".
Change-Id: I34df2ebeb56fdfe72bc9e19cc77eddd8a97a5c59
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89564
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r-- | offapi/com/sun/star/style/ParagraphProperties.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl index 0d668058fdc0..886234d62b31 100644 --- a/offapi/com/sun/star/style/ParagraphProperties.idl +++ b/offapi/com/sun/star/style/ParagraphProperties.idl @@ -412,7 +412,7 @@ published service ParagraphProperties /** Specifies whether words written in CAPS will be hyphenated. Setting to `true` will disable hyphenation of words written in CAPS for this paragraph. - @since LibreOffice 7.0 + @since LibreOffice 6.4 */ [optional, property] boolean ParaHyphenationNoCaps; |