Kaydet (Commit) aeb3bc5a authored tarafından Mark Hung's avatar Mark Hung Kaydeden (comit) Caolán McNamara

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: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst c658fd46
......@@ -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;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment