summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorSarper Akdemir <q.sarperakdemir@gmail.com>2020-08-10 15:30:26 +0300
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2020-08-12 09:14:49 +0200
commit47f33494347e831aa29922bc9350555eba4301fb (patch)
tree15afc16659920223d97530e68779e878fa204989 /offapi
parent0c33370592bc317cfe8c7bd65c91358ecc622594 (diff)
add version tag to ANIMATEPHYSICS
Change-Id: Ia6db8ca10a0311ae8492cdc5ab518efaba611cb2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100431 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/animations/AnimationNodeType.idl5
1 files changed, 4 insertions, 1 deletions
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;
};