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.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/ui/miscdlgs/delcodlg.cxx b/sc/source/ui/miscdlgs/delcodlg.cxx
index 98ea97518511..dd1d0cdc38ce 100644
--- a/sc/source/ui/miscdlgs/delcodlg.cxx
+++ b/sc/source/ui/miscdlgs/delcodlg.cxx
@@ -19,22 +19,16 @@
#undef SC_DLLIMPLEMENTATION
-
-
#include "delcodlg.hxx"
#include "scresid.hxx"
#include "miscdlgs.hrc"
-
-
bool ScDeleteContentsDlg::bPreviousAllCheck = false;
sal_uInt16 ScDeleteContentsDlg::nPreviousChecks = (IDF_DATETIME | IDF_STRING |
IDF_NOTE | IDF_FORMULA |
IDF_VALUE);
-
-
ScDeleteContentsDlg::ScDeleteContentsDlg( Window* pParent,
sal_uInt16 nCheckDefaults ) :
ModalDialog ( pParent, "DeleteContentsDialog", "modules/scalc/ui/deletecontents.ui" ),
@@ -78,8 +72,6 @@ ScDeleteContentsDlg::ScDeleteContentsDlg( Window* pParent,
aBtnDelAll->SetClickHdl( LINK( this, ScDeleteContentsDlg, DelAllHdl ) );
}
-
-
sal_uInt16 ScDeleteContentsDlg::GetDelContentsCmdBits() const
{
ScDeleteContentsDlg::nPreviousChecks = 0;
@@ -106,8 +98,6 @@ sal_uInt16 ScDeleteContentsDlg::GetDelContentsCmdBits() const
: ScDeleteContentsDlg::nPreviousChecks );
}
-
-
void ScDeleteContentsDlg::DisableChecks( bool bDelAllChecked )
{
if ( bDelAllChecked )
@@ -135,8 +125,6 @@ void ScDeleteContentsDlg::DisableChecks( bool bDelAllChecked )
}
}
-
-
void ScDeleteContentsDlg::DisableObjects()
{
bObjectsDisabled = true;
@@ -144,8 +132,6 @@ void ScDeleteContentsDlg::DisableObjects()
aBtnDelObjects->Disable();
}
-
-
IMPL_LINK_NOARG_INLINE_START(ScDeleteContentsDlg, DelAllHdl)
{
DisableChecks( aBtnDelAll->IsChecked() );