<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span style="font-size: 16px;"><span>Hi Thorsten,</span></span></div><div style="color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span style="font-size: medium;"><br><span></span></span></div><div style="margin-bottom: 0in"><span style="font-size: 16px;"><span class="tab">  <span style="font-size: small;">  </span></span><span style="font-size: small;">I'm working on bug 65456, I have started
with the hint in the description. The getMainSequence() function
returns a pointer,when that is null it's sure that the slide doesn't
have animation on, but if that is not null it doesn't mean the slide
has animation. 
</span></span></div><span style="font-size: small;">
</span><div style="margin-bottom: 0in"><span style="font-size: small;"><span class="tab">    </span>    Than I thought it would work, if I'd
iterate all over the objects of the page and after that I could use
the hasEffect() function to determinate whether the object has
animation on, or not. This solution was working, but it took to a
problem, when I added a new object and set an animation on it, it
wasn't working (see Patch 6).</span></div>

</div></body></html>