office-gobmx/vbahelper
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
..
inc/pch vcl: cmdevt.[hc]xx -> commandevent.[hc]xx 2016-02-08 21:41:17 +00:00
source Remove excess newlines 2016-02-09 08:18:05 +00:00
util
Library_msforms.mk
Library_vbahelper.mk
Makefile
Module_vbahelper.mk
README

Static helper functions for the VBA filters