summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/mtrindlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/mtrindlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/mtrindlg.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/ui/miscdlgs/mtrindlg.cxx b/sc/source/ui/miscdlgs/mtrindlg.cxx
index 1626febd0888..359230d5cc64 100644
--- a/sc/source/ui/miscdlgs/mtrindlg.cxx
+++ b/sc/source/ui/miscdlgs/mtrindlg.cxx
@@ -22,15 +22,11 @@
-
-
#include "mtrindlg.hxx"
#include "scresid.hxx"
#include "miscdlgs.hrc"
-
-
ScMetricInputDlg::ScMetricInputDlg( Window* pParent,
const OString& sDialogName,
long nCurrent,
@@ -66,8 +62,6 @@ ScMetricInputDlg::ScMetricInputDlg( Window* pParent,
m_pBtnDefVal->Check( nCurrentValue == nDefaultValue );
}
-
-
long ScMetricInputDlg::GetInputValue( FieldUnit eUnit ) const
{
/*
@@ -107,8 +101,6 @@ IMPL_LINK_NOARG(ScMetricInputDlg, SetDefValHdl)
return 0;
}
-
-
IMPL_LINK_NOARG_INLINE_START(ScMetricInputDlg, ModifyHdl)
{
m_pBtnDefVal->Check( nDefaultValue == m_pEdValue->GetValue() );
@@ -116,6 +108,4 @@ IMPL_LINK_NOARG_INLINE_START(ScMetricInputDlg, ModifyHdl)
}
IMPL_LINK_NOARG_INLINE_END(ScMetricInputDlg, ModifyHdl)
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */