[Libreoffice-commits] core.git: offapi/com

Sarper Akdemir (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 12 07:15:24 UTC 2020


 offapi/com/sun/star/animations/AnimationNodeType.idl |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 47f33494347e831aa29922bc9350555eba4301fb
Author:     Sarper Akdemir <q.sarperakdemir at gmail.com>
AuthorDate: Mon Aug 10 15:30:26 2020 +0300
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Wed Aug 12 09:14:49 2020 +0200

    add version tag to ANIMATEPHYSICS
    
    Change-Id: Ia6db8ca10a0311ae8492cdc5ab518efaba611cb2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100431
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    Tested-by: Jenkins

diff --git a/offapi/com/sun/star/animations/AnimationNodeType.idl b/offapi/com/sun/star/animations/AnimationNodeType.idl
index d0cd6e268fd6..7c6abb105947 100644
--- a/offapi/com/sun/star/animations/AnimationNodeType.idl
+++ b/offapi/com/sun/star/animations/AnimationNodeType.idl
@@ -68,7 +68,10 @@ constants AnimationNodeType
     /** Defines a command effect. */
     const short COMMAND = 11;
 
-    /** Defines a physics animation */
+    /** Defines a physics animation
+
+        @since LibreOffice 7.1
+    */
     const short ANIMATEPHYSICS = 12;
 
 };


More information about the Libreoffice-commits mailing list