diff options
author | Mark Hung <marklh9@gmail.com> | 2018-08-21 21:07:35 +0800 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-22 09:34:15 +0200 |
commit | aeb3bc5a05a739b6ffe93b0ad53ccebd24167ccd (patch) | |
tree | 6ddfc706536e8be81fa2299ff939301cb9d15aa5 /offapi/com | |
parent | c658fd4609c05617c785870b00aa3a0998375cc6 (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/com')
-rw-r--r-- | offapi/com/sun/star/animations/XIterateContainer.idl | 3 |
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; }; |