summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/linectrl.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /svx/source/tbxctrls/linectrl.cxx
parentb81ac16e65b311d6e43c05c22c65d2040c9d7e04 (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 'svx/source/tbxctrls/linectrl.cxx')
-rw-r--r--svx/source/tbxctrls/linectrl.cxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx
index 451e451eb2cc..29586d4f997a 100644
--- a/svx/source/tbxctrls/linectrl.cxx
+++ b/svx/source/tbxctrls/linectrl.cxx
@@ -423,13 +423,13 @@ SfxPopupWindow* SvxLineEndWindow::Clone() const
return new SvxLineEndWindow( GetId(), mxFrame, GetText() );
}
-// -----------------------------------------------------------------------
+
SvxLineEndWindow::~SvxLineEndWindow()
{
}
-// -----------------------------------------------------------------------
+
IMPL_LINK_NOARG(SvxLineEndWindow, SelectHdl)
{
@@ -490,7 +490,7 @@ IMPL_LINK_NOARG(SvxLineEndWindow, SelectHdl)
return 0;
}
-// -----------------------------------------------------------------------
+
void SvxLineEndWindow::FillValueSet()
{
@@ -541,7 +541,7 @@ void SvxLineEndWindow::FillValueSet()
}
}
-// -----------------------------------------------------------------------
+
void SvxLineEndWindow::Resize()
{
@@ -567,7 +567,7 @@ void SvxLineEndWindow::Resize()
}
}
-// -----------------------------------------------------------------------
+
void SvxLineEndWindow::Resizing( Size& rNewSize )
{
@@ -614,21 +614,21 @@ void SvxLineEndWindow::Resizing( Size& rNewSize )
rNewSize.Width() = nW;
rNewSize.Height() = nH;
}
-// -----------------------------------------------------------------------
+
void SvxLineEndWindow::StartSelection()
{
aLineEndSet.StartSelection();
}
-// -----------------------------------------------------------------------
+
bool SvxLineEndWindow::Close()
{
return SfxPopupWindow::Close();
}
-// -----------------------------------------------------------------------
+
void SvxLineEndWindow::StateChanged(
sal_uInt16 nSID, SfxItemState, const SfxPoolItem* pState )
@@ -651,7 +651,7 @@ void SvxLineEndWindow::StateChanged(
}
}
-// -----------------------------------------------------------------------
+
void SvxLineEndWindow::PopupModeEnd()
{
@@ -663,7 +663,7 @@ void SvxLineEndWindow::PopupModeEnd()
SfxPopupWindow::PopupModeEnd();
}
-// -----------------------------------------------------------------------
+
void SvxLineEndWindow::SetSize()
{
@@ -716,20 +716,20 @@ SvxLineEndToolBoxControl::SvxLineEndToolBoxControl( sal_uInt16 nSlotId, sal_uInt
rTbx.Invalidate();
}
-// -----------------------------------------------------------------------
+
SvxLineEndToolBoxControl::~SvxLineEndToolBoxControl()
{
}
-// -----------------------------------------------------------------------
+
SfxPopupWindowType SvxLineEndToolBoxControl::GetPopupWindowType() const
{
return SFX_POPUPWINDOW_ONCLICK;
}
-// -----------------------------------------------------------------------
+
SfxPopupWindow* SvxLineEndToolBoxControl::CreatePopupWindow()
{
@@ -744,7 +744,7 @@ SfxPopupWindow* SvxLineEndToolBoxControl::CreatePopupWindow()
return pLineEndWin;
}
-// -----------------------------------------------------------------------
+
void SvxLineEndToolBoxControl::StateChanged( sal_uInt16, SfxItemState eState, const SfxPoolItem* )
{