summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/delcldlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/delcldlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/delcldlg.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/miscdlgs/delcldlg.cxx b/sc/source/ui/miscdlgs/delcldlg.cxx
index b26a0f87bcfe..1bcc3532b31a 100644
--- a/sc/source/ui/miscdlgs/delcldlg.cxx
+++ b/sc/source/ui/miscdlgs/delcldlg.cxx
@@ -22,8 +22,6 @@
-
-
#include "delcldlg.hxx"
#include "scresid.hxx"
#include "miscdlgs.hrc"
@@ -31,8 +29,6 @@
static sal_uInt8 nDelItemChecked=0;
-
-
ScDeleteCellDlg::ScDeleteCellDlg(Window* pParent, bool bDisallowCellMove)
: ModalDialog(pParent, "DeleteCellsDialog", "modules/scalc/ui/deletecells.ui")
{
@@ -65,8 +61,6 @@ ScDeleteCellDlg::ScDeleteCellDlg(Window* pParent, bool bDisallowCellMove)
}
}
-
-
DelCellCmd ScDeleteCellDlg::GetDelCellCmd() const
{
DelCellCmd nReturn = DEL_NONE;