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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/miscdlgs/mtrindlg.cxx b/sc/source/ui/miscdlgs/mtrindlg.cxx
index 0dcf2b283767..99bcb8ced250 100644
--- a/sc/source/ui/miscdlgs/mtrindlg.cxx
+++ b/sc/source/ui/miscdlgs/mtrindlg.cxx
@@ -22,7 +22,7 @@
-//------------------------------------------------------------------
+
#include "mtrindlg.hxx"
#include "scresid.hxx"
@@ -66,7 +66,7 @@ ScMetricInputDlg::ScMetricInputDlg( Window* pParent,
m_pBtnDefVal->Check( nCurrentValue == nDefaultValue );
}
-//------------------------------------------------------------------------
+
long ScMetricInputDlg::GetInputValue( FieldUnit eUnit ) const
{
@@ -92,7 +92,7 @@ long ScMetricInputDlg::GetInputValue( FieldUnit eUnit ) const
return sal::static_int_cast<long>( m_pEdValue->Denormalize( m_pEdValue->GetValue( eUnit ) ) );
}
-//------------------------------------------------------------------------
+
// Handler:
IMPL_LINK_NOARG(ScMetricInputDlg, SetDefValHdl)
@@ -107,7 +107,7 @@ IMPL_LINK_NOARG(ScMetricInputDlg, SetDefValHdl)
return 0;
}
-//------------------------------------------------------------------------
+
IMPL_LINK_NOARG_INLINE_START(ScMetricInputDlg, ModifyHdl)
{