summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/filldlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/filldlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/filldlg.cxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/sc/source/ui/miscdlgs/filldlg.cxx b/sc/source/ui/miscdlgs/filldlg.cxx
index 72cf476ab215..92240884d089 100644
--- a/sc/source/ui/miscdlgs/filldlg.cxx
+++ b/sc/source/ui/miscdlgs/filldlg.cxx
@@ -22,8 +22,6 @@
-
-
#include <svl/zforlist.hxx>
#include <vcl/msgbox.hxx>
#include <limits.h>
@@ -38,12 +36,8 @@
#undef _FILLDLG_CXX
-
-
// class ScFillSeriesDlg
-
-
ScFillSeriesDlg::ScFillSeriesDlg( Window* pParent,
ScDocument& rDocument,
FillDir eFillDir,
@@ -88,14 +82,10 @@ ScFillSeriesDlg::ScFillSeriesDlg( Window* pParent,
}
-
-
ScFillSeriesDlg::~ScFillSeriesDlg()
{
}
-
-
void ScFillSeriesDlg::SetEdStartValEnabled(bool bFlag)
{
bStartValFlag=bFlag;
@@ -111,8 +101,6 @@ void ScFillSeriesDlg::SetEdStartValEnabled(bool bFlag)
}
}
-
-
void ScFillSeriesDlg::Init( sal_uInt16 nPossDir )
{
m_pBtnOk->SetClickHdl ( LINK( this, ScFillSeriesDlg, OKHdl ) );
@@ -200,8 +188,6 @@ void ScFillSeriesDlg::Init( sal_uInt16 nPossDir )
}
-
-
bool ScFillSeriesDlg::CheckStartVal()
{
bool bValOk = false;
@@ -221,8 +207,6 @@ bool ScFillSeriesDlg::CheckStartVal()
}
-
-
bool ScFillSeriesDlg::CheckIncrementVal()
{
sal_uInt32 nKey = 0;
@@ -232,8 +216,6 @@ bool ScFillSeriesDlg::CheckIncrementVal()
}
-
-
bool ScFillSeriesDlg::CheckEndVal()
{
bool bValOk = false;
@@ -252,8 +234,6 @@ bool ScFillSeriesDlg::CheckEndVal()
return bValOk;
}
-
-
// Handler:
@@ -294,8 +274,6 @@ IMPL_LINK( ScFillSeriesDlg, DisableHdl, Button *, pBtn )
}
-
-
IMPL_LINK_NOARG(ScFillSeriesDlg, OKHdl)
{
if ( m_pBtnLeft->IsChecked() ) theFillDir = FILL_TO_LEFT;
@@ -345,6 +323,4 @@ IMPL_LINK_NOARG(ScFillSeriesDlg, OKHdl)
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */