summaryrefslogtreecommitdiff
path: root/padmin/source/helper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'padmin/source/helper.hxx')
-rw-r--r--padmin/source/helper.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/padmin/source/helper.hxx b/padmin/source/helper.hxx
index 5b7b710679a8..14cee58531bd 100644
--- a/padmin/source/helper.hxx
+++ b/padmin/source/helper.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.
@@ -32,18 +33,12 @@
#include <list>
#endif
#include <tools/string.hxx>
-#ifndef _RESID_HXX
#include <tools/resid.hxx>
-#endif
#include <vcl/dialog.hxx>
-#ifndef _SV_BUTTON_HXX
#include <vcl/button.hxx>
-#endif
#include <vcl/edit.hxx>
#include <vcl/fixed.hxx>
-#ifndef _SV_LISTBOX_HXX
#include <vcl/lstbox.hxx>
-#endif
#include <vcl/combobox.hxx>
#if defined SPA_DLLIMPLEMENTATION
@@ -131,3 +126,5 @@ bool chooseDirectory( String& rInOutPath );
} // namespace padmin
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */