diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-04-27 14:20:10 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2019-04-28 04:14:09 +0200 |
commit | 18651dbc32a2d58191c81d738a765a1c83546e12 (patch) | |
tree | 6de53577c5b696e4db9774db697838830f5a5200 /vcl/inc/impanmvw.hxx | |
parent | 13e716b2cfce4d093d74b3a552251deb9f3b6832 (diff) |
rename animate.hxx to animate/Animation.hxx, more changes follow
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 <quikee@gmail.com>
Diffstat (limited to 'vcl/inc/impanmvw.hxx')
-rw-r--r-- | vcl/inc/impanmvw.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/impanmvw.hxx b/vcl/inc/impanmvw.hxx index b8164f60933d..95aafb1001a4 100644 --- a/vcl/inc/impanmvw.hxx +++ b/vcl/inc/impanmvw.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_SOURCE_GDI_IMPANMVW_HXX #define INCLUDED_VCL_SOURCE_GDI_IMPANMVW_HXX -#include <vcl/animate.hxx> +#include <vcl/animate/Animation.hxx> #include <vcl/vclptr.hxx> class Animation; |