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 --- svx/source/mnuctrls/SmartTagCtl.cxx | 12 ++++++------ svx/source/mnuctrls/fntctl.cxx | 14 +++++++------- svx/source/mnuctrls/fntszctl.cxx | 10 +++++----- 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'svx/source/mnuctrls') diff --git a/svx/source/mnuctrls/SmartTagCtl.cxx b/svx/source/mnuctrls/SmartTagCtl.cxx index 739adbf273e3..45791381cb8a 100644 --- a/svx/source/mnuctrls/SmartTagCtl.cxx +++ b/svx/source/mnuctrls/SmartTagCtl.cxx @@ -35,7 +35,7 @@ using namespace ::com::sun::star::uno; SFX_IMPL_MENU_CONTROL(SvxSmartTagsControl, SvxSmartTagItem); -//-------------------------------------------------------------------- + SvxSmartTagsControl::SvxSmartTagsControl ( @@ -50,7 +50,7 @@ SvxSmartTagsControl::SvxSmartTagsControl rMenu.SetPopupMenu( _nId, mpMenu ); } -//-------------------------------------------------------------------- + const sal_uInt16 MN_ST_INSERT_START = 500; @@ -135,7 +135,7 @@ void SvxSmartTagsControl::FillMenu() } } -//-------------------------------------------------------------------- + void SvxSmartTagsControl::StateChanged( sal_uInt16, SfxItemState eState, const SfxPoolItem* pState ) @@ -154,7 +154,7 @@ void SvxSmartTagsControl::StateChanged( sal_uInt16, SfxItemState eState, const S } } -//-------------------------------------------------------------------- + IMPL_LINK_INLINE_START( SvxSmartTagsControl, MenuSelect, PopupMenu *, pMen ) { @@ -191,7 +191,7 @@ IMPL_LINK_INLINE_START( SvxSmartTagsControl, MenuSelect, PopupMenu *, pMen ) } IMPL_LINK_INLINE_END( SvxSmartTagsControl, MenuSelect, PopupMenu *, pMen ) -//-------------------------------------------------------------------- + SvxSmartTagsControl::~SvxSmartTagsControl() { @@ -199,7 +199,7 @@ SvxSmartTagsControl::~SvxSmartTagsControl() delete mpMenu; } -//-------------------------------------------------------------------- + PopupMenu* SvxSmartTagsControl::GetPopup() const { diff --git a/svx/source/mnuctrls/fntctl.cxx b/svx/source/mnuctrls/fntctl.cxx index 65ec3097d9a0..f36861967282 100644 --- a/svx/source/mnuctrls/fntctl.cxx +++ b/svx/source/mnuctrls/fntctl.cxx @@ -33,7 +33,7 @@ SFX_IMPL_MENU_CONTROL(SvxFontMenuControl, SvxFontItem); -//-------------------------------------------------------------------- + /* [Beschreibung] @@ -56,7 +56,7 @@ SvxFontMenuControl::SvxFontMenuControl FillMenu(); } -//-------------------------------------------------------------------- + /* [Beschreibung] @@ -78,7 +78,7 @@ void SvxFontMenuControl::FillMenu() } } -//-------------------------------------------------------------------- + /* [Beschreibung] @@ -110,7 +110,7 @@ void SvxFontMenuControl::StateChanged( } } -//-------------------------------------------------------------------- + /* [Beschreibung] @@ -126,7 +126,7 @@ void SvxFontMenuControl::Notify( SfxBroadcaster&, const SfxHint& rHint ) FillMenu(); } -//-------------------------------------------------------------------- + /* [Beschreibung] @@ -144,7 +144,7 @@ IMPL_LINK_INLINE_START( SvxFontMenuControl, MenuSelect, FontNameMenu *, pMen ) } IMPL_LINK_INLINE_END( SvxFontMenuControl, MenuSelect, FontNameMenu *, pMen ) -//-------------------------------------------------------------------- + /* [Beschreibung] @@ -156,7 +156,7 @@ SvxFontMenuControl::~SvxFontMenuControl() delete pMenu; } -//-------------------------------------------------------------------- + /* [Beschreibung] diff --git a/svx/source/mnuctrls/fntszctl.cxx b/svx/source/mnuctrls/fntszctl.cxx index a5384b3d8377..a5a9c09c3223 100644 --- a/svx/source/mnuctrls/fntszctl.cxx +++ b/svx/source/mnuctrls/fntszctl.cxx @@ -40,7 +40,7 @@ SFX_IMPL_MENU_CONTROL(SvxFontSizeMenuControl, SvxFontHeightItem); -//-------------------------------------------------------------------- + /* [Beschreibung] @@ -65,7 +65,7 @@ IMPL_LINK( SvxFontSizeMenuControl, MenuSelect, FontSizeMenu*, pMen ) return 1; } -//-------------------------------------------------------------------- + /* [Beschreibung] @@ -149,7 +149,7 @@ void SvxFontSizeMenuControl::StateChanged( } } -//-------------------------------------------------------------------- + /* [Beschreibung] @@ -174,7 +174,7 @@ SvxFontSizeMenuControl::SvxFontSizeMenuControl pMenu->SetSelectHdl( LINK( this, SvxFontSizeMenuControl, MenuSelect ) ); } -//-------------------------------------------------------------------- + /* [Beschreibung] @@ -186,7 +186,7 @@ SvxFontSizeMenuControl::~SvxFontSizeMenuControl() delete pMenu; } -//-------------------------------------------------------------------- + /* [Beschreibung] -- cgit