office-gobmx/animations
Noel Grandin 54d22957bc use initialiser for Sequence<OUString>
performed using:
git grep -lP 'Sequence.*OUString.*\(1\)'
| xargs perl -0777 -pi -e
  "s/Sequence<OUString> (\w+)\(1\);
.*\[0\] = (\S+);/Sequence<OUString> \1 { \2 };/g"

Change-Id: I4da56c80fa09bfc1e8f868794001e9921431e09f
Reviewed-on: https://gerrit.libreoffice.org/19968
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-15 11:31:23 +00:00
..
source/animcore use initialiser for Sequence<OUString> 2015-11-15 11:31:23 +00:00
Library_animcore.mk animations: convert animcore.component to constructor usage 2015-03-11 18:27:36 +01:00
Makefile
Module_animations.mk re-base on ALv2 code. Includes: 2013-06-03 11:41:36 +01:00
README

Contains containers for the css::animation UNO API, used in [[slideshow]] and [[sd]].