diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-09 18:16:42 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-09 08:18:05 +0000 |
commit | a238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch) | |
tree | 083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /vcl/inc | |
parent | 538f276ae0414ea34ede6090b5f56e8fecd6fc65 (diff) |
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>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/fontattributes.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/fontselect.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/unx/fc_fontoptions.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/fontattributes.hxx b/vcl/inc/fontattributes.hxx index 739b70b59575..226ddbeb4ecc 100644 --- a/vcl/inc/fontattributes.hxx +++ b/vcl/inc/fontattributes.hxx @@ -25,7 +25,6 @@ #include <vcl/vclenum.hxx> - /* The following class is extraordinarily similar to ImplFont. */ class FontAttributes diff --git a/vcl/inc/fontselect.hxx b/vcl/inc/fontselect.hxx index fd98afcb4b1a..e8b19b408f53 100644 --- a/vcl/inc/fontselect.hxx +++ b/vcl/inc/fontselect.hxx @@ -65,7 +65,6 @@ public: }; - class FontSelectPattern : public FontSelectPatternAttributes { public: diff --git a/vcl/inc/unx/fc_fontoptions.hxx b/vcl/inc/unx/fc_fontoptions.hxx index 4fc96a069d95..f831ef57531b 100644 --- a/vcl/inc/unx/fc_fontoptions.hxx +++ b/vcl/inc/unx/fc_fontoptions.hxx @@ -64,7 +64,6 @@ private: }; - #endif // INCLUDED_VCL_INC_UNX_FC_FONTOPTIONS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |