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 /cppuhelper/source | |
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 'cppuhelper/source')
-rw-r--r-- | cppuhelper/source/component_context.cxx | 1 | ||||
-rw-r--r-- | cppuhelper/source/factory.cxx | 1 | ||||
-rw-r--r-- | cppuhelper/source/propshlp.cxx | 2 | ||||
-rw-r--r-- | cppuhelper/source/tdmgr.cxx | 1 | ||||
-rw-r--r-- | cppuhelper/source/weak.cxx | 2 |
5 files changed, 0 insertions, 7 deletions
diff --git a/cppuhelper/source/component_context.cxx b/cppuhelper/source/component_context.cxx index 21f7cfde4b3b..55b126c1c7ca 100644 --- a/cppuhelper/source/component_context.cxx +++ b/cppuhelper/source/component_context.cxx @@ -819,7 +819,6 @@ ComponentContext::ComponentContext( } - extern "C" { static void s_createComponentContext_v(va_list * pParam) { ContextEntry_Init const * pEntries = va_arg(*pParam, ContextEntry_Init const *); diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx index 779e861374c0..f14494ffe01c 100644 --- a/cppuhelper/source/factory.cxx +++ b/cppuhelper/source/factory.cxx @@ -128,7 +128,6 @@ OSingleFactoryHelper::~OSingleFactoryHelper() } - Any OSingleFactoryHelper::queryInterface( const Type & rType ) throw(css::uno::RuntimeException, std::exception) { diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx index bd18e05decb1..b8b63041c6d0 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -155,7 +155,6 @@ public: }; - // class PropertySetHelper OPropertySetHelper::OPropertySetHelper( @@ -1225,5 +1224,4 @@ sal_Int32 OPropertyArrayHelper::fillHandles( sal_Int32 * pHandles, const Sequenc } // end namespace cppu - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cppuhelper/source/tdmgr.cxx b/cppuhelper/source/tdmgr.cxx index 401610e0a4c6..e4c6edff61a9 100644 --- a/cppuhelper/source/tdmgr.cxx +++ b/cppuhelper/source/tdmgr.cxx @@ -562,7 +562,6 @@ static typelib_TypeDescription * createCTD( } - extern "C" { static void SAL_CALL typelib_callback( diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx index a67f881ad54a..1b30df65c095 100644 --- a/cppuhelper/source/weak.cxx +++ b/cppuhelper/source/weak.cxx @@ -167,7 +167,6 @@ void SAL_CALL OWeakConnectionPoint::removeReference(const Reference< XReference } - //-- OWeakObject ------------------------------------------------------- @@ -314,7 +313,6 @@ namespace uno { - //-- OWeakRefListener ----------------------------------------------------- class OWeakRefListener: public XReference, private boost::noncopyable |