summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection
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 /stoc/source/corereflection
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 'stoc/source/corereflection')
-rw-r--r--stoc/source/corereflection/crbase.cxx6
-rw-r--r--stoc/source/corereflection/crcomp.cxx5
-rw-r--r--stoc/source/corereflection/crenum.cxx5
-rw-r--r--stoc/source/corereflection/criface.cxx11
4 files changed, 0 insertions, 27 deletions
diff --git a/stoc/source/corereflection/crbase.cxx b/stoc/source/corereflection/crbase.cxx
index f74620bdbc5c..d3dcacf366bd 100644
--- a/stoc/source/corereflection/crbase.cxx
+++ b/stoc/source/corereflection/crbase.cxx
@@ -228,12 +228,6 @@ Reference< XIdlArray > IdlClassImpl::getArray()
}
-
-
-
-
-
-
IdlMemberImpl::IdlMemberImpl( IdlReflectionServiceImpl * pReflection, const OUString & rName,
typelib_TypeDescription * pTypeDescr,
typelib_TypeDescription * pDeclTypeDescr )
diff --git a/stoc/source/corereflection/crcomp.cxx b/stoc/source/corereflection/crcomp.cxx
index 6bf3f72092ca..7e1eeab99607 100644
--- a/stoc/source/corereflection/crcomp.cxx
+++ b/stoc/source/corereflection/crcomp.cxx
@@ -275,11 +275,6 @@ void IdlCompFieldImpl::set( Any & rObj, const Any & rValue )
}
-
-
-
-
-
CompoundIdlClassImpl::~CompoundIdlClassImpl()
{
delete _pFields;
diff --git a/stoc/source/corereflection/crenum.cxx b/stoc/source/corereflection/crenum.cxx
index 5003574629e4..21d4159c63da 100644
--- a/stoc/source/corereflection/crenum.cxx
+++ b/stoc/source/corereflection/crenum.cxx
@@ -168,11 +168,6 @@ void IdlEnumFieldImpl::set( Any &, const Any & )
}
-
-
-
-
-
EnumIdlClassImpl::~EnumIdlClassImpl()
{
delete _pFields;
diff --git a/stoc/source/corereflection/criface.cxx b/stoc/source/corereflection/criface.cxx
index de8e73c959c1..16fa4060ef8b 100644
--- a/stoc/source/corereflection/criface.cxx
+++ b/stoc/source/corereflection/criface.cxx
@@ -324,11 +324,6 @@ void IdlAttributeFieldImpl::checkException(
}
-
-
-
-
-
class IdlInterfaceMethodImpl
: public IdlMemberImpl
, public XIdlMethod
@@ -763,12 +758,6 @@ Any SAL_CALL IdlInterfaceMethodImpl::invoke( const Any & rObj, Sequence< Any > &
}
-
-
-
-
-
-
InterfaceIdlClassImpl::~InterfaceIdlClassImpl()
{
for ( sal_Int32 nPos = _nMethods + _nAttributes; nPos--; )