From 532c4af5efce928245d22eb74e159bca8c7c3839 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 17 Dec 2019 17:21:09 +0100 Subject: Fix typo Change-Id: I64a13c892a5ae8b2c7e9614212be60d9a4300632 Reviewed-on: https://gerrit.libreoffice.org/85317 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- slideshow/source/engine/effectrewinder.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slideshow') 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& xNode); private: -- cgit