summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/formatpaintbrushctrl.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/formatpaintbrushctrl.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/formatpaintbrushctrl.cxx')
-rw-r--r--svx/source/tbxctrls/formatpaintbrushctrl.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/tbxctrls/formatpaintbrushctrl.cxx b/svx/source/tbxctrls/formatpaintbrushctrl.cxx
index 0af1446b99d3..2f87062297c8 100644
--- a/svx/source/tbxctrls/formatpaintbrushctrl.cxx
+++ b/svx/source/tbxctrls/formatpaintbrushctrl.cxx
@@ -51,14 +51,14 @@ FormatPaintBrushToolBoxControl::FormatPaintBrushToolBoxControl( sal_uInt16 nSlot
m_aDoubleClickTimer.SetTimeout(nDblClkTime);
}
-// -----------------------------------------------------------------------
+
FormatPaintBrushToolBoxControl::~FormatPaintBrushToolBoxControl()
{
m_aDoubleClickTimer.Stop();
}
-// -----------------------------------------------------------------------
+
void FormatPaintBrushToolBoxControl::impl_executePaintBrush()
{
Sequence< PropertyValue > aArgs( 1 );
@@ -68,7 +68,7 @@ void FormatPaintBrushToolBoxControl::impl_executePaintBrush()
, aArgs );
}
-// -----------------------------------------------------------------------
+
void FormatPaintBrushToolBoxControl::DoubleClick()
{
m_aDoubleClickTimer.Stop();
@@ -77,14 +77,14 @@ void FormatPaintBrushToolBoxControl::DoubleClick()
this->impl_executePaintBrush();
}
-// -----------------------------------------------------------------------
+
void FormatPaintBrushToolBoxControl::Click()
{
m_bPersistentCopy = false;
m_aDoubleClickTimer.Start();
}
-// -----------------------------------------------------------------------
+
IMPL_LINK_NOARG(FormatPaintBrushToolBoxControl, WaitDoubleClickHdl)
{
//there was no second click during waiting
@@ -92,12 +92,12 @@ IMPL_LINK_NOARG(FormatPaintBrushToolBoxControl, WaitDoubleClickHdl)
return 0;
}
-// -----------------------------------------------------------------------
+
void FormatPaintBrushToolBoxControl::Select( sal_Bool )
{
}
-// -----------------------------------------------------------------------
+
void FormatPaintBrushToolBoxControl::StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState )
{