diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-22 21:20:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-23 03:38:49 +0000 |
commit | 0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch) | |
tree | 5024cba9f9ea5e3b23ea26025323f6aef39488d0 /toolkit/source/controls/roadmapcontrol.cxx | |
parent | b81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff) |
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit/source/controls/roadmapcontrol.cxx')
-rw-r--r-- | toolkit/source/controls/roadmapcontrol.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/toolkit/source/controls/roadmapcontrol.cxx b/toolkit/source/controls/roadmapcontrol.cxx index 56bb561517bf..38c20c01c77c 100644 --- a/toolkit/source/controls/roadmapcontrol.cxx +++ b/toolkit/source/controls/roadmapcontrol.cxx @@ -52,7 +52,7 @@ static void lcl_throwIndexOutOfBoundsException( ) // =================================================================== // = UnoControlRoadmapModel // =================================================================== - // ------------------------------------------------------------------- + UnoControlRoadmapModel::UnoControlRoadmapModel( const Reference< XComponentContext >& i_factory ) :UnoControlRoadmapModel_Base( i_factory ) ,maContainerListeners( *this ) @@ -74,14 +74,14 @@ static void lcl_throwIndexOutOfBoundsException( ) ImplRegisterProperty( BASEPROPERTY_TEXT ); } - // ------------------------------------------------------------------- + OUString UnoControlRoadmapModel::getServiceName() throw(RuntimeException) { return OUString::createFromAscii( szServiceName_UnoControlRoadmapModel ); } - // ------------------------------------------------------------------- + Any UnoControlRoadmapModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const { Any aReturn; @@ -131,7 +131,7 @@ static void lcl_throwIndexOutOfBoundsException( ) IMPLEMENT_FORWARD_XTYPEPROVIDER2( UnoControlRoadmapModel, UnoControlRoadmapModel_Base, UnoControlRoadmapModel_IBase ) - // ------------------------------------------------------------------- + ::com::sun::star::uno::Any SAL_CALL UnoControlRoadmapModel::queryAggregation( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException) { Any aRet = UnoControlRoadmapModel_Base::queryAggregation( rType ); @@ -141,7 +141,7 @@ static void lcl_throwIndexOutOfBoundsException( ) } - // ------------------------------------------------------------------- + ::cppu::IPropertyArrayHelper& UnoControlRoadmapModel::getInfoHelper() { static UnoPropertyArrayHelper* pHelper = NULL; @@ -155,7 +155,7 @@ static void lcl_throwIndexOutOfBoundsException( ) // beans::XMultiPropertySet - // ------------------------------------------------------------------- + Reference< XPropertySetInfo > UnoControlRoadmapModel::getPropertySetInfo( ) throw(RuntimeException) { static Reference< XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); @@ -356,7 +356,7 @@ static void lcl_throwIndexOutOfBoundsException( ) // =================================================================== // = UnoRoadmapControl // =================================================================== - // ------------------------------------------------------------------- + UnoRoadmapControl::UnoRoadmapControl() :UnoControlRoadmap_Base() ,maItemListeners( *this ) @@ -385,7 +385,7 @@ sal_Bool SAL_CALL UnoRoadmapControl::setModel(const Reference< XControlModel >& } - // ------------------------------------------------------------------- + OUString UnoRoadmapControl::GetComponentServiceName() { return OUString("Roadmap"); |