summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/inscodlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/inscodlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/inscodlg.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/miscdlgs/inscodlg.cxx b/sc/source/ui/miscdlgs/inscodlg.cxx
index 5213cad3f49a..3c979b539e74 100644
--- a/sc/source/ui/miscdlgs/inscodlg.cxx
+++ b/sc/source/ui/miscdlgs/inscodlg.cxx
@@ -22,7 +22,7 @@
-//------------------------------------------------------------------
+
#include "inscodlg.hxx"
#include "scresid.hxx"
@@ -37,7 +37,7 @@ sal_uInt16 ScInsertContentsDlg::nPreviousFormulaChecks = PASTE_NOFUNC;
sal_uInt16 ScInsertContentsDlg::nPreviousChecks2 = 0;
sal_uInt16 ScInsertContentsDlg::nPreviousMoveMode = INS_NONE; // enum InsCellCmd
-//-----------------------------------------------------------------------
+
ScInsertContentsDlg::ScInsertContentsDlg( Window* pParent,
sal_uInt16 nCheckDefaults,
@@ -124,7 +124,7 @@ ScInsertContentsDlg::ScInsertContentsDlg( Window* pParent,
}
-//------------------------------------------------------------------------
+
sal_uInt16 ScInsertContentsDlg::GetInsContentsCmdBits() const
{
@@ -152,7 +152,7 @@ sal_uInt16 ScInsertContentsDlg::GetInsContentsCmdBits() const
: ScInsertContentsDlg::nPreviousChecks );
}
-//------------------------------------------------------------------------
+
InsCellCmd ScInsertContentsDlg::GetMoveMode()
{
@@ -164,7 +164,7 @@ InsCellCmd ScInsertContentsDlg::GetMoveMode()
return INS_NONE;
}
-//------------------------------------------------------------------------
+
void ScInsertContentsDlg::DisableChecks( bool bInsAllChecked )
{
@@ -285,7 +285,7 @@ void ScInsertContentsDlg::SetCellShiftDisabled( int nDisable )
}
-//------------------------------------------------------------------------
+
IMPL_LINK_NOARG(ScInsertContentsDlg, InsAllHdl)
{