diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-17 17:21:09 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-17 18:15:33 +0100 |
commit | 532c4af5efce928245d22eb74e159bca8c7c3839 (patch) | |
tree | fee1ce0c3c1ea6ad357e4ae92601f21d0ebf9497 /slideshow | |
parent | 91b2644f3955defc82279beff12d34c9133f57a2 (diff) |
Fix typo
Change-Id: I64a13c892a5ae8b2c7e9614212be60d9a4300632
Reviewed-on: https://gerrit.libreoffice.org/85317
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/effectrewinder.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: |