summaryrefslogtreecommitdiff
path: root/cppu/source/uno
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 18:16:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:18:05 +0000
commita238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch)
tree083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /cppu/source/uno
parent538f276ae0414ea34ede6090b5f56e8fecd6fc65 (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 'cppu/source/uno')
-rw-r--r--cppu/source/uno/assign.hxx2
-rw-r--r--cppu/source/uno/cascade_mapping.cxx1
-rw-r--r--cppu/source/uno/constr.hxx1
-rw-r--r--cppu/source/uno/copy.hxx1
-rw-r--r--cppu/source/uno/destr.hxx1
-rw-r--r--cppu/source/uno/eq.hxx1
6 files changed, 0 insertions, 7 deletions
diff --git a/cppu/source/uno/assign.hxx b/cppu/source/uno/assign.hxx
index e016565aa7c9..5c6dc3202c9b 100644
--- a/cppu/source/uno/assign.hxx
+++ b/cppu/source/uno/assign.hxx
@@ -34,8 +34,6 @@ namespace cppu
//#### assignment ##################################################################################
-
-
inline void _assignInterface(
void ** ppDest, void * pSource,
uno_AcquireFunc acquire, uno_ReleaseFunc release )
diff --git a/cppu/source/uno/cascade_mapping.cxx b/cppu/source/uno/cascade_mapping.cxx
index 3033545637fb..69721566d9c2 100644
--- a/cppu/source/uno/cascade_mapping.cxx
+++ b/cppu/source/uno/cascade_mapping.cxx
@@ -173,7 +173,6 @@ extern "C" { static void SAL_CALL s_MediatorMapping_free(uno_Mapping * pMapping)
}}
-
static rtl::OUString getPrefix(rtl::OUString const & str1, rtl::OUString const & str2)
{
sal_Int32 nIndex1 = 0;
diff --git a/cppu/source/uno/constr.hxx b/cppu/source/uno/constr.hxx
index e6fd9abbcb66..1b77ce4e6d18 100644
--- a/cppu/source/uno/constr.hxx
+++ b/cppu/source/uno/constr.hxx
@@ -29,7 +29,6 @@ namespace cppu
//#### construction ################################################################################
-
void defaultConstructStruct(
void * pMem,
typelib_CompoundTypeDescription * pCompType );
diff --git a/cppu/source/uno/copy.hxx b/cppu/source/uno/copy.hxx
index e699cb22727a..f1ec222e4e2d 100644
--- a/cppu/source/uno/copy.hxx
+++ b/cppu/source/uno/copy.hxx
@@ -30,7 +30,6 @@ namespace cppu
//#### copy construction ###########################################################################
-
inline uno_Sequence * allocSeq(
sal_Int32 nElementSize, sal_Int32 nElements )
{
diff --git a/cppu/source/uno/destr.hxx b/cppu/source/uno/destr.hxx
index 1bf9313801d0..299cca3f3750 100644
--- a/cppu/source/uno/destr.hxx
+++ b/cppu/source/uno/destr.hxx
@@ -33,7 +33,6 @@ namespace cppu
//#### destruction #################################################################################
-
void destructStruct(
void * pValue,
typelib_CompoundTypeDescription * pTypeDescr,
diff --git a/cppu/source/uno/eq.hxx b/cppu/source/uno/eq.hxx
index 92acdcded26f..5a18e43dac19 100644
--- a/cppu/source/uno/eq.hxx
+++ b/cppu/source/uno/eq.hxx
@@ -32,7 +32,6 @@ namespace cppu
//#### equality ####################################################################################
-
inline bool _equalObject(
void * pI1, void * pI2,
uno_QueryInterfaceFunc queryInterface, uno_ReleaseFunc release )