diff options
author | Fred Kruse <fred.kruse@gmx.de> | 2023-01-17 16:07:25 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-01-17 17:36:14 +0000 |
commit | 924005b06732d6d7aea2437a9edf2550878f9324 (patch) | |
tree | 8d9cb83fe24299da53333c485a585e2d6670f971 /offapi/com | |
parent | bbf1d7faca7912016855b51a10c93a064675e213 (diff) |
ParagraphProperties.idl: SortedTextId: Changed 7.5 -> 7.6
Change-Id: Iebfae0952f0c2d7219cb00bf1af73e1a75f4f256
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145674
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'offapi/com')
-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 a7d6c059bd8a..49fa8d50d4d6 100644 --- a/offapi/com/sun/star/style/ParagraphProperties.idl +++ b/offapi/com/sun/star/style/ParagraphProperties.idl @@ -425,7 +425,7 @@ published service ParagraphProperties other paragraphs of the same text, i.e. a paragraph with lower identifier is there before the other ones with greater values. This property depends on implementation details and is considered experimental. - @since LibreOffice 7.5 + @since LibreOffice 7.6 */ [optional, property, readonly] long SortedTextId; }; |