[Libreoffice-commits] .: offapi/com

Eike Rathke erack at kemper.freedesktop.org
Thu Sep 1 06:23:04 PDT 2011


 offapi/com/sun/star/style/NumberingType.idl |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit d9d6ee2e5efde1a9de080038b4be29ee5e9cd680
Author: Eike Rathke <erack at erack.de>
Date:   Thu Sep 1 15:22:47 2011 +0200

    adapt a few @since to reality, OOo -> LibreOffice

diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl
index 0c31f26..571b304 100644
--- a/offapi/com/sun/star/style/NumberingType.idl
+++ b/offapi/com/sun/star/style/NumberingType.idl
@@ -474,14 +474,14 @@ published constants NumberingType
     //-------------------------------------------------------------------------
     /** Numbering in Greek alphabet upper case letters
 
-        @since OOo 3.3
+        @since LibreOffice 3.3
      */
     const short CHARS_GREEK_UPPER_LETTER = 52;
 
     //-------------------------------------------------------------------------
     /** Numbering in Greek alphabet lower case letters
 
-        @since OOo 3.3
+        @since LibreOffice 3.3
      */
     const short CHARS_GREEK_LOWER_LETTER = 53;
 
@@ -489,14 +489,14 @@ published constants NumberingType
     //-------------------------------------------------------------------------
     /** Numbering in Arabic alphabet using abjad sequence
 
-        @since OOo 3.5
+        @since LibreOffice 3.5
      */
     const short CHARS_ARABIC_ABJAD = 54;
 
     //-------------------------------------------------------------------------
     /** Numbering in Persian words
 
-        @since OOo 3.5
+        @since LibreOffice 3.5
      */
     const short CHARS_PERSIAN_WORD = 55;
 


More information about the Libreoffice-commits mailing list