diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-02-26 17:40:17 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-27 07:29:26 +0100 |
commit | e2be27e4bf562978361b29cfcfaa91086271303a (patch) | |
tree | fc049a6221f05320680324278a3e4f8293b0dc78 /offapi | |
parent | af3033e5546648bacdac3187caf2be6d5ea34f77 (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".
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89564
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
(cherry picked from commit bf749968d0bed09234192862bcc709c9ca7af66d)
Conflicts:
offapi/com/sun/star/style/ParagraphProperties.idl
Change-Id: I34df2ebeb56fdfe72bc9e19cc77eddd8a97a5c59
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89602
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'offapi')
-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 30aa9a28c608..a806c7c479ae 100644 --- a/offapi/com/sun/star/style/ParagraphProperties.idl +++ b/offapi/com/sun/star/style/ParagraphProperties.idl @@ -410,7 +410,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 6.5 + @since LibreOffice 6.4 */ [optional, property] boolean ParaHyphenationNoCaps; |