summaryrefslogtreecommitdiff
path: root/uui/source/fltdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/fltdlg.hxx')
-rw-r--r--uui/source/fltdlg.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/uui/source/fltdlg.hxx b/uui/source/fltdlg.hxx
index f9cec7899a..5098512f9b 100644
--- a/uui/source/fltdlg.hxx
+++ b/uui/source/fltdlg.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34,14 +35,10 @@
#include <vcl/dialog.hxx>
-#ifndef _MSGBOX_HXX
#include <vcl/msgbox.hxx>
-#endif
#include <vcl/lstbox.hxx>
-#ifndef _SV_BUTTON_HXX
#include <vcl/button.hxx>
-#endif
#include <vcl/fixed.hxx>
#include <tools/string.hxx>
@@ -96,3 +93,5 @@ class FilterDialog : public ModalDialog
} // namespace uui
#endif // UUI_FLTDLG_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */