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 /sd | |
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 'sd')
-rw-r--r-- | sd/source/filter/html/HtmlOptionsDialog.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/framework/configuration/Configuration.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/framework/configuration/ConfigurationClassifier.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/framework/configuration/ResourceId.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/framework/factories/BasicViewFactory.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/framework/factories/PresentationFactory.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/presenter/PresenterCanvas.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/presenter/PresenterHelper.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/presenter/PresenterPreviewCache.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/presenter/PresenterTextView.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/presenter/SlideRenderer.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/table/tableobjectbar.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/MediaObjectBar.cxx | 1 |
13 files changed, 0 insertions, 13 deletions
diff --git a/sd/source/filter/html/HtmlOptionsDialog.cxx b/sd/source/filter/html/HtmlOptionsDialog.cxx index aabe2f0b4332..fad3fd6989a1 100644 --- a/sd/source/filter/html/HtmlOptionsDialog.cxx +++ b/sd/source/filter/html/HtmlOptionsDialog.cxx @@ -244,5 +244,4 @@ com_sun_star_comp_draw_SdHtmlOptionsDialog_get_implementation(css::uno::XCompone } - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/framework/configuration/Configuration.cxx b/sd/source/ui/framework/configuration/Configuration.cxx index 70b59105ca37..710687da1290 100644 --- a/sd/source/ui/framework/configuration/Configuration.cxx +++ b/sd/source/ui/framework/configuration/Configuration.cxx @@ -341,5 +341,4 @@ com_sun_star_comp_Draw_framework_configuration_Configuration_get_implementation( } - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/framework/configuration/ConfigurationClassifier.cxx b/sd/source/ui/framework/configuration/ConfigurationClassifier.cxx index 2e0b5b33dfa5..a7a77e83f463 100644 --- a/sd/source/ui/framework/configuration/ConfigurationClassifier.cxx +++ b/sd/source/ui/framework/configuration/ConfigurationClassifier.cxx @@ -163,7 +163,6 @@ void ConfigurationClassifier::CopyResources ( } - } } // end of namespace sd::framework /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/framework/configuration/ResourceId.cxx b/sd/source/ui/framework/configuration/ResourceId.cxx index 96d348c3429e..04b354e3c2b4 100644 --- a/sd/source/ui/framework/configuration/ResourceId.cxx +++ b/sd/source/ui/framework/configuration/ResourceId.cxx @@ -529,5 +529,4 @@ com_sun_star_comp_Draw_framework_ResourceID_get_implementation(css::uno::XCompon } - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/framework/factories/BasicViewFactory.cxx b/sd/source/ui/framework/factories/BasicViewFactory.cxx index 9a83bca1b95c..870bc59e3c7b 100644 --- a/sd/source/ui/framework/factories/BasicViewFactory.cxx +++ b/sd/source/ui/framework/factories/BasicViewFactory.cxx @@ -540,5 +540,4 @@ com_sun_star_comp_Draw_framework_BasicViewFactory_get_implementation(css::uno::X } - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/framework/factories/PresentationFactory.cxx b/sd/source/ui/framework/factories/PresentationFactory.cxx index 47ca4653ba6f..517baa9b0543 100644 --- a/sd/source/ui/framework/factories/PresentationFactory.cxx +++ b/sd/source/ui/framework/factories/PresentationFactory.cxx @@ -239,5 +239,4 @@ com_sun_star_comp_Draw_framework_PresentationFactoryProvider_get_implementation( } - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/presenter/PresenterCanvas.cxx b/sd/source/ui/presenter/PresenterCanvas.cxx index 19953dac43fe..0465e2031c9c 100644 --- a/sd/source/ui/presenter/PresenterCanvas.cxx +++ b/sd/source/ui/presenter/PresenterCanvas.cxx @@ -993,5 +993,4 @@ com_sun_star_comp_Draw_PresenterCanvasFactory_get_implementation(css::uno::XComp } - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/presenter/PresenterHelper.cxx b/sd/source/ui/presenter/PresenterHelper.cxx index 6b1a76f0ec6a..60ee6db6e452 100644 --- a/sd/source/ui/presenter/PresenterHelper.cxx +++ b/sd/source/ui/presenter/PresenterHelper.cxx @@ -473,5 +473,4 @@ com_sun_star_comp_Draw_PresenterHelper_get_implementation(css::uno::XComponentCo } - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/presenter/PresenterPreviewCache.cxx b/sd/source/ui/presenter/PresenterPreviewCache.cxx index dac0ce3baddf..30df3ebfd66b 100644 --- a/sd/source/ui/presenter/PresenterPreviewCache.cxx +++ b/sd/source/ui/presenter/PresenterPreviewCache.cxx @@ -384,5 +384,4 @@ com_sun_star_comp_Draw_PresenterPreviewCache_get_implementation(css::uno::XCompo } - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/presenter/PresenterTextView.cxx b/sd/source/ui/presenter/PresenterTextView.cxx index 609f8071651b..45f2ebdfd773 100644 --- a/sd/source/ui/presenter/PresenterTextView.cxx +++ b/sd/source/ui/presenter/PresenterTextView.cxx @@ -526,5 +526,4 @@ com_sun_star_comp_Draw_PresenterTextView_get_implementation(css::uno::XComponent } - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/presenter/SlideRenderer.cxx b/sd/source/ui/presenter/SlideRenderer.cxx index 8ca8b5af667b..a81087ecef66 100644 --- a/sd/source/ui/presenter/SlideRenderer.cxx +++ b/sd/source/ui/presenter/SlideRenderer.cxx @@ -218,5 +218,4 @@ com_sun_star_comp_Draw_SlideRenderer_get_implementation(css::uno::XComponentCont } - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/table/tableobjectbar.cxx b/sd/source/ui/table/tableobjectbar.cxx index f5108afe0f7b..c31ba01dfd60 100644 --- a/sd/source/ui/table/tableobjectbar.cxx +++ b/sd/source/ui/table/tableobjectbar.cxx @@ -73,7 +73,6 @@ void RegisterInterfaces(SfxModule* pMod) } - SFX_IMPL_INTERFACE(TableObjectBar, SfxShell) void TableObjectBar::InitInterface_Impl() diff --git a/sd/source/ui/view/MediaObjectBar.cxx b/sd/source/ui/view/MediaObjectBar.cxx index 721ce106654d..2301694cf020 100644 --- a/sd/source/ui/view/MediaObjectBar.cxx +++ b/sd/source/ui/view/MediaObjectBar.cxx @@ -49,7 +49,6 @@ using namespace sd; namespace sd { - SFX_IMPL_INTERFACE(MediaObjectBar, SfxShell) void MediaObjectBar::InitInterface_Impl() |