From 0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Sat, 22 Feb 2014 21:20:15 +0100 Subject: Remove unneccessary comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sd/source/ui/table/tableobjectbar.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sd/source/ui/table/tableobjectbar.cxx') diff --git a/sd/source/ui/table/tableobjectbar.cxx b/sd/source/ui/table/tableobjectbar.cxx index 21d44e705888..ff48ace15463 100644 --- a/sd/source/ui/table/tableobjectbar.cxx +++ b/sd/source/ui/table/tableobjectbar.cxx @@ -71,19 +71,19 @@ void RegisterInterfaces(SfxModule* pMod) TableObjectBar::RegisterInterface(pMod); } -// ------------------ + // - TableObjectBar - -// ------------------ + TYPEINIT1( TableObjectBar, SfxShell ); -// ----------------------------------------------------------------------------- + SFX_IMPL_INTERFACE( TableObjectBar, SfxShell, SdResId( STR_TABLEOBJECTBARSHELL ) ) { } -// ----------------------------------------------------------------------------- + TableObjectBar::TableObjectBar( ViewShell* pSdViewShell, ::sd::View* pSdView ) : SfxShell( pSdViewShell->GetViewShell() ) @@ -102,14 +102,14 @@ TableObjectBar::TableObjectBar( ViewShell* pSdViewShell, ::sd::View* pSdView ) SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Context_Table)); } -// ----------------------------------------------------------------------------- + TableObjectBar::~TableObjectBar() { SetRepeatTarget( NULL ); } -// ----------------------------------------------------------------------------- + void TableObjectBar::GetState( SfxItemSet& rSet ) { @@ -130,7 +130,7 @@ void TableObjectBar::GetState( SfxItemSet& rSet ) } } -// ----------------------------------------------------------------------------- + void TableObjectBar::GetAttrState( SfxItemSet& rSet ) { @@ -139,7 +139,7 @@ void TableObjectBar::GetAttrState( SfxItemSet& rSet ) pDrawViewShell->GetAttrState( rSet ); } -// ----------------------------------------------------------------------------- + void TableObjectBar::Execute( SfxRequest& rReq ) { -- cgit