summaryrefslogtreecommitdiff
path: root/testtools/source/performance/ubobject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'testtools/source/performance/ubobject.cxx')
-rw-r--r--testtools/source/performance/ubobject.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/testtools/source/performance/ubobject.cxx b/testtools/source/performance/ubobject.cxx
index 404e14fc5a79..15560436cf5d 100644
--- a/testtools/source/performance/ubobject.cxx
+++ b/testtools/source/performance/ubobject.cxx
@@ -44,7 +44,7 @@ using namespace com::sun::star::test::performance;
namespace benchmark_object
{
-//--------------------------------------------------------------------------------------------------
+
inline static Sequence< OUString > getSupportedServiceNames()
{
OUString aName( SERVICENAME);
@@ -201,19 +201,19 @@ public:
//##################################################################################################
// XServiceInfo
-//__________________________________________________________________________________________________
+
OUString ServiceImpl::getImplementationName()
throw (RuntimeException)
{
return OUString( IMPLNAME );
}
-//__________________________________________________________________________________________________
+
sal_Bool ServiceImpl::supportsService( const OUString & rServiceName )
throw (RuntimeException)
{
return cppu::supportsService(this, rServiceName);
}
-//__________________________________________________________________________________________________
+
Sequence< OUString > ServiceImpl::getSupportedServiceNames()
throw (RuntimeException)
{