summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/implbase_ex.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:02:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 06:43:02 -0600
commit518b75326a83166a24b9d3c1b31ce63189f60c7f (patch)
treeb0ed7c7334bf0e6bea057b4b77007c87d9754c4a /cppuhelper/source/implbase_ex.cxx
parentRemove visual noise from comphelper (diff)
downloadcore-518b75326a83166a24b9d3c1b31ce63189f60c7f.tar.gz
core-518b75326a83166a24b9d3c1b31ce63189f60c7f.zip
Remove visual noise from cppuhelper
Change-Id: If23a1aa19949f91f900d55ff9e1d5039378d7277 Reviewed-on: https://gerrit.libreoffice.org/8248 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cppuhelper/source/implbase_ex.cxx')
-rw-r--r--cppuhelper/source/implbase_ex.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/cppuhelper/source/implbase_ex.cxx b/cppuhelper/source/implbase_ex.cxx
index e7a01ad1a680..97dbaa227723 100644
--- a/cppuhelper/source/implbase_ex.cxx
+++ b/cppuhelper/source/implbase_ex.cxx
@@ -209,7 +209,7 @@ static inline void * __queryDeepNoXInterface(
}
// ImplHelper
-//==================================================================================================
+
Any SAL_CALL ImplHelper_query(
Type const & rType, class_data * cd, void * that )
SAL_THROW( (RuntimeException) )
@@ -234,7 +234,7 @@ Any SAL_CALL ImplHelper_query(
}
return Any( &p, pTDR );
}
-//==================================================================================================
+
Any SAL_CALL ImplHelper_queryNoXInterface(
Type const & rType, class_data * cd, void * that )
SAL_THROW( (RuntimeException) )
@@ -252,7 +252,7 @@ Any SAL_CALL ImplHelper_queryNoXInterface(
return Any();
}
}
-//==================================================================================================
+
Sequence< sal_Int8 > SAL_CALL ImplHelper_getImplementationId( class_data * cd )
SAL_THROW( (RuntimeException) )
{
@@ -273,7 +273,7 @@ Sequence< sal_Int8 > SAL_CALL ImplHelper_getImplementationId( class_data * cd )
::rtl_byte_sequence_constructFromArray( &seq, cd->m_id, 16 );
return Sequence< sal_Int8 >( seq, SAL_NO_ACQUIRE );
}
-//==================================================================================================
+
Sequence< Type > SAL_CALL ImplHelper_getTypes(
class_data * cd )
SAL_THROW( (RuntimeException) )
@@ -283,7 +283,7 @@ Sequence< Type > SAL_CALL ImplHelper_getTypes(
__fillTypes( pTypes, cd );
return types;
}
-//==================================================================================================
+
Sequence< Type > SAL_CALL ImplInhHelper_getTypes(
class_data * cd, Sequence< Type > const & rAddTypes )
SAL_THROW( (RuntimeException) )
@@ -303,7 +303,7 @@ Sequence< Type > SAL_CALL ImplInhHelper_getTypes(
}
// WeakImplHelper
-//==================================================================================================
+
Any SAL_CALL WeakImplHelper_query(
Type const & rType, class_data * cd, void * that, OWeakObject * pBase )
SAL_THROW( (RuntimeException) )
@@ -322,7 +322,7 @@ Any SAL_CALL WeakImplHelper_query(
}
return pBase->OWeakObject::queryInterface( rType );
}
-//==================================================================================================
+
Sequence< Type > SAL_CALL WeakImplHelper_getTypes(
class_data * cd )
SAL_THROW( (RuntimeException) )
@@ -336,7 +336,7 @@ Sequence< Type > SAL_CALL WeakImplHelper_getTypes(
}
// WeakAggImplHelper
-//==================================================================================================
+
Any SAL_CALL WeakAggImplHelper_queryAgg(
Type const & rType, class_data * cd, void * that, OWeakAggObject * pBase )
SAL_THROW( (RuntimeException) )
@@ -355,7 +355,7 @@ Any SAL_CALL WeakAggImplHelper_queryAgg(
}
return pBase->OWeakAggObject::queryAggregation( rType );
}
-//==================================================================================================
+
Sequence< Type > SAL_CALL WeakAggImplHelper_getTypes(
class_data * cd )
SAL_THROW( (RuntimeException) )
@@ -370,7 +370,7 @@ Sequence< Type > SAL_CALL WeakAggImplHelper_getTypes(
}
// WeakComponentImplHelper
-//==================================================================================================
+
Any SAL_CALL WeakComponentImplHelper_query(
Type const & rType, class_data * cd, void * that, WeakComponentImplHelperBase * pBase )
SAL_THROW( (RuntimeException) )
@@ -389,7 +389,7 @@ Any SAL_CALL WeakComponentImplHelper_query(
}
return pBase->WeakComponentImplHelperBase::queryInterface( rType );
}
-//==================================================================================================
+
Sequence< Type > SAL_CALL WeakComponentImplHelper_getTypes(
class_data * cd )
SAL_THROW( (RuntimeException) )
@@ -404,7 +404,7 @@ Sequence< Type > SAL_CALL WeakComponentImplHelper_getTypes(
}
// WeakAggComponentImplHelper
-//==================================================================================================
+
Any SAL_CALL WeakAggComponentImplHelper_queryAgg(
Type const & rType, class_data * cd, void * that, WeakAggComponentImplHelperBase * pBase )
SAL_THROW( (RuntimeException) )
@@ -423,7 +423,7 @@ Any SAL_CALL WeakAggComponentImplHelper_queryAgg(
}
return pBase->WeakAggComponentImplHelperBase::queryAggregation( rType );
}
-//==================================================================================================
+
Sequence< Type > SAL_CALL WeakAggComponentImplHelper_getTypes(
class_data * cd )
SAL_THROW( (RuntimeException) )