summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/lbseldlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/lbseldlg.hxx')
-rw-r--r--sc/source/ui/inc/lbseldlg.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/inc/lbseldlg.hxx b/sc/source/ui/inc/lbseldlg.hxx
index cc51394fac6b..5b09058cc091 100644
--- a/sc/source/ui/inc/lbseldlg.hxx
+++ b/sc/source/ui/inc/lbseldlg.hxx
@@ -20,13 +20,11 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_LBSELDLG_HXX
#define INCLUDED_SC_SOURCE_UI_INC_LBSELDLG_HXX
-
#include <vcl/fixed.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/button.hxx>
-
#include <vcl/dialog.hxx>
class ScSelEntryDlg : public ModalDialog
@@ -42,8 +40,6 @@ public:
OUString GetSelectEntry() const;
};
-
#endif // INCLUDED_SC_SOURCE_UI_INC_LBSELDLG_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */