From 18651dbc32a2d58191c81d738a765a1c83546e12 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sat, 27 Apr 2019 14:20:10 +0900 Subject: rename animate.hxx to animate/Animation.hxx, more changes follow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the first step of refactoring Animation where it is needed to separate AnimationBitmap(s) from the Animation class, which is also responsible for displaying of animation. General idea is to make Graphic work only with AnimationBitmaps, which can be freely be swapped out and in, make copies - all transparantly from the actually displaying them and possibly it will also remove the need to copy the animation objects. Change-Id: If5d55ac1a5b26c3880d4f7602be57742b086f9da Reviewed-on: https://gerrit.libreoffice.org/71406 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- slideshow/inc/pch/precompiled_slideshow.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slideshow/inc/pch') diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx index e12d6dcafa9f..564dc175ce26 100644 --- a/slideshow/inc/pch/precompiled_slideshow.hxx +++ b/slideshow/inc/pch/precompiled_slideshow.hxx @@ -101,7 +101,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3