offapi/com/sun/star/sheet/DatabaseRange.idl |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 295d27cce4d04c41d4654a67739a672bf5efb519
Author:     Balazs Varga <[email protected]>
AuthorDate: Thu Jan 29 10:41:47 2026 +0100
Commit:     Balazs Varga <[email protected]>
CommitDate: Thu Jan 29 15:30:34 2026 +0100

    Fix wrong tags in databaserange.idl after calc table
    
    style patches.
    
    Follow-up of commit: 2950f734c5481bf31c7a54471199f87940240fe4
    The new properties were introduced in this patch.
    
    Change-Id: I8e6adad3ea3bf098bc7d737c5084289753928868
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198347
    Tested-by: Jenkins
    Reviewed-by: Balazs Varga <[email protected]>

diff --git a/offapi/com/sun/star/sheet/DatabaseRange.idl 
b/offapi/com/sun/star/sheet/DatabaseRange.idl
index c92c6f063dfb..2a3c1c81fcda 100644
--- a/offapi/com/sun/star/sheet/DatabaseRange.idl
+++ b/offapi/com/sun/star/sheet/DatabaseRange.idl
@@ -119,31 +119,31 @@ published service DatabaseRange
 
     /** specifies the name of the table style.
 
-        @since LibreOffice 26.2
+        @since LibreOffice 26.8
      */
     [optional, property] string TableStyleName;
 
     /** specifies that the first and second row colors are different.
 
-        @since LibreOffice 26.2
+        @since LibreOffice 26.8
      */
     [optional, property] boolean UseRowStripes;
 
     /** specifies that the first and second col colors are different.
 
-        @since LibreOffice 26.2
+        @since LibreOffice 26.8
      */
     [optional, property] boolean UseColStripes;
 
     /** specifies that the first col has different format or not.
 
-        @since LibreOffice 26.2
+        @since LibreOffice 26.8
      */
     [optional, property] boolean UseFirstColumnFormatting;
 
     /** specifies that the last col has different format or not.
 
-        @since LibreOffice 26.2
+        @since LibreOffice 26.8
      */
     [optional, property] boolean UseLastColumnFormatting;
 };

Reply via email to