summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/solvrdlg.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 /sc/source/ui/miscdlgs/solvrdlg.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 'sc/source/ui/miscdlgs/solvrdlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/solvrdlg.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sc/source/ui/miscdlgs/solvrdlg.cxx b/sc/source/ui/miscdlgs/solvrdlg.cxx
index 6762b599a028..7999bd8b2c09 100644
--- a/sc/source/ui/miscdlgs/solvrdlg.cxx
+++ b/sc/source/ui/miscdlgs/solvrdlg.cxx
@@ -74,13 +74,13 @@ ScSolverDlg::ScSolverDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
Init();
}
-//----------------------------------------------------------------------------
+
ScSolverDlg::~ScSolverDlg()
{
}
-//----------------------------------------------------------------------------
+
void ScSolverDlg::Init()
{
@@ -107,14 +107,14 @@ void ScSolverDlg::Init()
pEdActive = m_pEdFormulaCell;
}
-//----------------------------------------------------------------------------
+
bool ScSolverDlg::Close()
{
return DoClose( ScSolverDlgWrapper::GetChildWindowId() );
}
-//----------------------------------------------------------------------------
+
void ScSolverDlg::SetActive()
{
@@ -131,7 +131,7 @@ void ScSolverDlg::SetActive()
RefInputDone();
}
-//----------------------------------------------------------------------------
+
void ScSolverDlg::SetReference( const ScRange& rRef, ScDocument* pDocP )
{
@@ -155,7 +155,7 @@ void ScSolverDlg::SetReference( const ScRange& rRef, ScDocument* pDocP )
}
}
-//----------------------------------------------------------------------------
+
void ScSolverDlg::RaiseError( ScSolverErr eError )
{
@@ -183,14 +183,14 @@ void ScSolverDlg::RaiseError( ScSolverErr eError )
}
}
-//----------------------------------------------------------------------------
+
bool ScSolverDlg::IsRefInputMode() const
{
return pEdActive != NULL;
}
-//----------------------------------------------------------------------------
+
bool ScSolverDlg::CheckTargetValue( const OUString& rStrVal )
{
@@ -200,7 +200,7 @@ bool ScSolverDlg::CheckTargetValue( const OUString& rStrVal )
return pDoc->GetFormatTable()->IsNumberFormat( rStrVal, n1, n2 );
}
-//----------------------------------------------------------------------------
+
// Handler:
IMPL_LINK( ScSolverDlg, BtnHdl, PushButton*, pBtn )
@@ -261,7 +261,7 @@ IMPL_LINK( ScSolverDlg, BtnHdl, PushButton*, pBtn )
return 0;
}
-//----------------------------------------------------------------------------
+
IMPL_LINK( ScSolverDlg, GetFocusHdl, Control*, pCtrl )
{
@@ -281,7 +281,7 @@ IMPL_LINK( ScSolverDlg, GetFocusHdl, Control*, pCtrl )
return 0;
}
-//----------------------------------------------------------------------------
+
IMPL_LINK_NOARG(ScSolverDlg, LoseFocusHdl)
{