[Libreoffice-commits] core.git: slideshow/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 17 17:17:10 UTC 2019


 slideshow/source/engine/effectrewinder.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 532c4af5efce928245d22eb74e159bca8c7c3839
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Dec 17 17:21:09 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Dec 17 18:15:33 2019 +0100

    Fix typo
    
    Change-Id: I64a13c892a5ae8b2c7e9614212be60d9a4300632
    Reviewed-on: https://gerrit.libreoffice.org/85317
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/slideshow/source/engine/effectrewinder.hxx b/slideshow/source/engine/effectrewinder.hxx
index f71f8425e840..f23bd01995d7 100644
--- a/slideshow/source/engine/effectrewinder.hxx
+++ b/slideshow/source/engine/effectrewinder.hxx
@@ -97,7 +97,7 @@ public:
     */
     void skipAllMainSequenceEffects();
 
-    //FIXME: That is an opengl issue(it doesn't allow to animate somea animations), remove that function when opengl fixed.
+    //FIXME: That is an opengl issue(it doesn't allow to animate some animations), remove that function when opengl fixed.
     static bool hasBlockedAnimation( const css::uno::Reference<css::animations::XAnimationNode>& xNode);
 
 private:


More information about the Libreoffice-commits mailing list