summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-08-21 18:15:37 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-08-21 18:20:36 +0200
commit99438adf527478119d9efe9a04e1dc4069860154 (patch)
tree383305d2ed701e5556e16132cf317f98c62dd5bf /offapi/com/sun/star/animations
parentfa6d8e68f169c30e574dcb26dc30d4a6f1884e75 (diff)
offapi: fix animations::AnimationCalcMode documentation
XAnimate::KeyTimes was referred using wrong markup, but KeySplines is not a property at all, it seems. Reading AnimationsExporterImpl::exportAnimate() in xmloff, this is probably meant to be XAnimate::TimeFilter. Change-Id: I19fc86ce4a5fb28514d9be3fca5a53ad3fcfba51
Diffstat (limited to 'offapi/com/sun/star/animations')
-rw-r--r--offapi/com/sun/star/animations/AnimationCalcMode.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/animations/AnimationCalcMode.idl b/offapi/com/sun/star/animations/AnimationCalcMode.idl
index 401346661c64..c6e42ccecbcf 100644
--- a/offapi/com/sun/star/animations/AnimationCalcMode.idl
+++ b/offapi/com/sun/star/animations/AnimationCalcMode.idl
@@ -51,8 +51,8 @@ constants AnimationCalcMode
/** Interpolates from one value in the values list to the next according to a
time function defined by a cubic Bezier spline. The points of the spline are
- defined in the #KeyTimes attribute, and the control points
- for each interval are defined in the #KeySplines attribute.
+ defined in the XAnimate::KeyTimes attribute, and the control points
+ for each interval are defined in the XAnimate::TimeFilter attribute.
*/
const short SPLINE = 3;
};