office-gobmx/animations
Chris Sherlock a238b1f8d3 Remove excess newlines
A ridiculously fast way of doing this is:

for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \
  --exclude-dir=workdir --exclude-dir=instdir '^
{3,}' .)
do
    perl -0777 -i -pe 's/^
{3,}/

/gm' $i
done

Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c
Reviewed-on: https://gerrit.libreoffice.org/22224
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2016-02-09 08:18:05 +00:00
..
source/animcore Remove excess newlines 2016-02-09 08:18:05 +00:00
Library_animcore.mk InterfaceContainer2 with vector instead of Sequence 2016-01-25 08:52:03 +02: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]].