offapi/com/sun/star/animations/XIterateContainer.idl |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit aeb3bc5a05a739b6ffe93b0ad53ccebd24167ccd
Author:     Mark Hung <mark...@gmail.com>
AuthorDate: Tue Aug 21 21:07:35 2018 +0800
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Aug 22 09:34:15 2018 +0200

    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 <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

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;
 };
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to