From 1b11499074d855e34f40953898594035ca451c71 Mon Sep 17 00:00:00 2001 From: "J. Graeme Lingard" Date: Sun, 5 Dec 2010 20:28:21 +0000 Subject: Remove redundant comments --- cppuhelper/source/factory.cxx | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'cppuhelper/source/factory.cxx') diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx index ab23cf7a1d9e..b0d5fcbface9 100644 --- a/cppuhelper/source/factory.cxx +++ b/cppuhelper/source/factory.cxx @@ -65,9 +65,6 @@ using namespace com::sun::star::registry; namespace cppu { -//----------------------------------------------------------------------------- -//----------------------------------------------------------------------------- -//----------------------------------------------------------------------------- class OSingleFactoryHelper : public XServiceInfo , public XSingleServiceFactory @@ -267,10 +264,6 @@ Sequence< OUString > OSingleFactoryHelper::getSupportedServiceNames(void) return aServiceNames; } - -//---------------------------------------------------------------------- -//---------------------------------------------------------------------- -//---------------------------------------------------------------------- struct OFactoryComponentHelper_Mutex { Mutex aMutex; @@ -543,10 +536,6 @@ sal_Bool SAL_CALL OFactoryComponentHelper::releaseOnNotification() throw(::com:: return sal_True; } - -//----------------------------------------------------------------------------- -//----------------------------------------------------------------------------- -//----------------------------------------------------------------------------- class ORegistryFactoryHelper : public OFactoryComponentHelper, public OPropertySetHelper @@ -954,10 +943,6 @@ sal_Bool SAL_CALL ORegistryFactoryHelper::releaseOnNotification() throw(::com::s return retVal; } -//----------------------------------------------------------------------------- -//----------------------------------------------------------------------------- -//----------------------------------------------------------------------------- - class OFactoryProxyHelper : public WeakImplHelper3< XServiceInfo, XSingleServiceFactory, XUnloadingPreference > { @@ -1047,10 +1032,6 @@ sal_Bool SAL_CALL OFactoryProxyHelper::releaseOnNotification() throw(::com::sun: return sal_True; } - -//----------------------------------------------------------------------------- -//----------------------------------------------------------------------------- -//----------------------------------------------------------------------------- // global function Reference SAL_CALL createSingleFactory( const Reference & rServiceManager, -- cgit