[Libreoffice-commits] core.git: offapi/com

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Aug 22 07:34:37 UTC 2018


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

New commits:
commit aeb3bc5a05a739b6ffe93b0ad53ccebd24167ccd
Author:     Mark Hung <marklh9 at gmail.com>
AuthorDate: Tue Aug 21 21:07:35 2018 +0800
Commit:     Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at 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;
 };


More information about the Libreoffice-commits mailing list