slideshow/source/engine/effectrewinder.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 532c4af5efce928245d22eb74e159bca8c7c3839 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Dec 17 17:21:09 2019 +0100 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
