offapi/com/sun/star/datatransfer/XTransferableTextSupplier.idl |    2 -
 offapi/com/sun/star/document/XDocumentProperties2.idl          |    2 -
 offapi/com/sun/star/frame/status/Template.idl                  |    2 -
 offapi/com/sun/star/sdbc/DataType.idl                          |   20 
+++++-----
 4 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit 2bd5b489db722905a81e40f9d6dd90c5a73a2d89
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Fri Sep 8 09:03:55 2023 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Fri Sep 8 11:16:50 2023 +0200

    Fix some misspelled LibreOffice @since tags
    
    Change-Id: Id6602a06574e435b09a36997f3d1dd5cf3a6859e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156693
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/offapi/com/sun/star/datatransfer/XTransferableTextSupplier.idl 
b/offapi/com/sun/star/datatransfer/XTransferableTextSupplier.idl
index 18255d9074bc..7b4c84ecb23f 100644
--- a/offapi/com/sun/star/datatransfer/XTransferableTextSupplier.idl
+++ b/offapi/com/sun/star/datatransfer/XTransferableTextSupplier.idl
@@ -11,7 +11,7 @@
 
 module com { module sun { module star { module datatransfer {
 
-/** @since LO 7.2
+/** @since LibreOffice 7.2
  */
 interface XTransferableTextSupplier
 {
diff --git a/offapi/com/sun/star/document/XDocumentProperties2.idl 
b/offapi/com/sun/star/document/XDocumentProperties2.idl
index c0d2a18b4af2..5b4acbfe2e47 100644
--- a/offapi/com/sun/star/document/XDocumentProperties2.idl
+++ b/offapi/com/sun/star/document/XDocumentProperties2.idl
@@ -11,7 +11,7 @@ module com {   module sun {   module star {   module document 
{
 
 /** Extends XDocumentProperties interface to provide additional attributes
 
-    @since LibreOffice 24.02
+    @since LibreOffice 24.2
 */
 interface XDocumentProperties2: com::sun::star::document::XDocumentProperties
 {
diff --git a/offapi/com/sun/star/frame/status/Template.idl 
b/offapi/com/sun/star/frame/status/Template.idl
index ca8939d6bf9d..dfee1152adf4 100644
--- a/offapi/com/sun/star/frame/status/Template.idl
+++ b/offapi/com/sun/star/frame/status/Template.idl
@@ -41,7 +41,7 @@ struct Template
 
     /** specifies an identifier name in English (only for standard style).
 
-        @since LO 7.2
+        @since LibreOffice 7.2
      */
     string StyleNameIdentifier;
 };
diff --git a/offapi/com/sun/star/sdbc/DataType.idl 
b/offapi/com/sun/star/sdbc/DataType.idl
index 375a76f30a86..794b824a6b71 100644
--- a/offapi/com/sun/star/sdbc/DataType.idl
+++ b/offapi/com/sun/star/sdbc/DataType.idl
@@ -129,70 +129,70 @@ published constants DataType
 
     /** indicates a type representing an SQL DATALINK.
      *
-     * @since LO 24.02
+     * @since LibreOffice 24.2
      */
     const long DATALINK                   =   70;
 
 
     /** indicates a type representing an SQL ROWID.
      *
-     * @since LO 24.02
+     * @since LibreOffice 24.2
      */
     const long ROWID                      =   -8;
 
 
     /** indicates a type representing an SQL NCHAR.
      *
-     * @since LO 24.02
+     * @since LibreOffice 24.2
      */
     const long NCHAR                      =  -15;
 
 
     /** indicates a type representing an SQL NVARCHAR.
      *
-     * @since LO 24.02
+     * @since LibreOffice 24.2
      */
     const long NVARCHAR                   =   -9;
 
 
     /** indicates a type representing an SQL LONGNVARCHAR.
      *
-     * @since LO 24.02
+     * @since LibreOffice 24.2
      */
     const long LONGNVARCHAR               =  -16;
 
 
     /** indicates a type representing an SQL NCLOB.
      *
-     * @since LO 24.02
+     * @since LibreOffice 24.2
      */
     const long NCLOB                      = 2011;
 
 
     /** indicates a type representing an SQL XML.
      *
-     * @since LO 24.02
+     * @since LibreOffice 24.2
      */
     const long SQLXML                     = 2009;
 
 
     /** indicates a type representing an SQL REF CURSOR.
      *
-     * @since LO 24.02
+     * @since LibreOffice 24.2
      */
     const long REF_CURSOR                 = 2012;
 
 
     /** indicates a type representing an SQL TIME WITH TIMEZONE.
      *
-     * @since LO 24.02
+     * @since LibreOffice 24.2
      */
     const long TIME_WITH_TIMEZONE         = 2013;
 
 
     /** indicates a type representing an SQL TIMESTAMP WITH TIMEZONE.
      *
-     * @since LO 24.02
+     * @since LibreOffice 24.2
      */
     const long TIMESTAMP_WITH_TIMEZONE    = 2014;
 

Reply via email to