From 924005b06732d6d7aea2437a9edf2550878f9324 Mon Sep 17 00:00:00 2001 From: Fred Kruse Date: Tue, 17 Jan 2023 16:07:25 +0100 Subject: ParagraphProperties.idl: SortedTextId: Changed 7.5 -> 7.6 Change-Id: Iebfae0952f0c2d7219cb00bf1af73e1a75f4f256 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145674 Reviewed-by: Stephan Bergmann Tested-by: Jenkins --- offapi/com/sun/star/style/ParagraphProperties.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- cgit