summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMark Hung <marklh9@gmail.com>2018-08-21 21:07:35 +0800
committerCaolán McNamara <caolanm@redhat.com>2018-08-22 09:34:15 +0200
commitaeb3bc5a05a739b6ffe93b0ad53ccebd24167ccd (patch)
tree6ddfc706536e8be81fa2299ff939301cb9d15aa5 /offapi
parentc658fd4609c05617c785870b00aa3a0998375cc6 (diff)
offapi: correct description of IterateInterval.
Correct the description in com/sun/star/animation/XIterateContainer. Both sd and xmloff take the value of the interval as second when invoking setIterateInterval() and getIterateInterval(), so does the slideshow. Referring to the duration of the container is only implmented in UI level and is not related to API. Change-Id: Ieb86c5b2b99c7a58314241ed62f273ba424e9962 Reviewed-on: https://gerrit.libreoffice.org/59409 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/animations/XIterateContainer.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/offapi/com/sun/star/animations/XIterateContainer.idl b/offapi/com/sun/star/animations/XIterateContainer.idl
index ffa4da100e45..5268c05f51f1 100644
--- a/offapi/com/sun/star/animations/XIterateContainer.idl
+++ b/offapi/com/sun/star/animations/XIterateContainer.idl
@@ -54,8 +54,7 @@ interface XIterateContainer : XTimeContainer
*/
[attribute] short IterateType;
- /** the time interval in percentage of the containers running time
- before the next iterated content is animated.
+ /** the time interval in second before the next iterated content is animated.
*/
[attribute] double IterateInterval;
};