summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/delcodlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/delcodlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/delcodlg.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/miscdlgs/delcodlg.cxx b/sc/source/ui/miscdlgs/delcodlg.cxx
index cb9d15d7fb85..deb5e2d58a2b 100644
--- a/sc/source/ui/miscdlgs/delcodlg.cxx
+++ b/sc/source/ui/miscdlgs/delcodlg.cxx
@@ -19,7 +19,7 @@
#undef SC_DLLIMPLEMENTATION
-//------------------------------------------------------------------
+
#include "delcodlg.hxx"
#include "scresid.hxx"
@@ -33,7 +33,7 @@ sal_uInt16 ScDeleteContentsDlg::nPreviousChecks = (IDF_DATETIME | IDF_STRING
IDF_NOTE | IDF_FORMULA |
IDF_VALUE);
-//-----------------------------------------------------------------------
+
ScDeleteContentsDlg::ScDeleteContentsDlg( Window* pParent,
sal_uInt16 nCheckDefaults ) :
@@ -78,7 +78,7 @@ ScDeleteContentsDlg::ScDeleteContentsDlg( Window* pParent,
aBtnDelAll->SetClickHdl( LINK( this, ScDeleteContentsDlg, DelAllHdl ) );
}
-//------------------------------------------------------------------------
+
sal_uInt16 ScDeleteContentsDlg::GetDelContentsCmdBits() const
{
@@ -106,7 +106,7 @@ sal_uInt16 ScDeleteContentsDlg::GetDelContentsCmdBits() const
: ScDeleteContentsDlg::nPreviousChecks );
}
-//------------------------------------------------------------------------
+
void ScDeleteContentsDlg::DisableChecks( bool bDelAllChecked )
{
@@ -135,7 +135,7 @@ void ScDeleteContentsDlg::DisableChecks( bool bDelAllChecked )
}
}
-//------------------------------------------------------------------------
+
void ScDeleteContentsDlg::DisableObjects()
{
@@ -144,7 +144,7 @@ void ScDeleteContentsDlg::DisableObjects()
aBtnDelObjects->Disable();
}
-//------------------------------------------------------------------------
+
IMPL_LINK_NOARG_INLINE_START(ScDeleteContentsDlg, DelAllHdl)
{