summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/effectrewinder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/effectrewinder.hxx')
-rw-r--r--slideshow/source/engine/effectrewinder.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/slideshow/source/engine/effectrewinder.hxx b/slideshow/source/engine/effectrewinder.hxx
index 0a88409498ec..f71f8425e840 100644
--- a/slideshow/source/engine/effectrewinder.hxx
+++ b/slideshow/source/engine/effectrewinder.hxx
@@ -97,6 +97,9 @@ public:
*/
void skipAllMainSequenceEffects();
+ //FIXME: That is an opengl issue(it doesn't allow to animate somea animations), remove that function when opengl fixed.
+ static bool hasBlockedAnimation( const css::uno::Reference<css::animations::XAnimationNode>& xNode);
+
private:
EventMultiplexer& mrEventMultiplexer;
EventQueue& mrEventQueue;