summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/delcldlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/delcldlg.hxx')
-rw-r--r--sc/source/ui/inc/delcldlg.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/inc/delcldlg.hxx b/sc/source/ui/inc/delcldlg.hxx
index 8da41e241a3b..2898be599fe9 100644
--- a/sc/source/ui/inc/delcldlg.hxx
+++ b/sc/source/ui/inc/delcldlg.hxx
@@ -20,12 +20,10 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_DELCLDLG_HXX
#define INCLUDED_SC_SOURCE_UI_INC_DELCLDLG_HXX
-
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
-
#include "global.hxx"
class ScDeleteCellDlg : public ModalDialog
@@ -42,8 +40,6 @@ public:
DelCellCmd GetDelCellCmd() const;
};
-
#endif // INCLUDED_SC_SOURCE_UI_INC_DELCLDLG_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */