summaryrefslogtreecommitdiff
path: root/padmin/source/cmddlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'padmin/source/cmddlg.hxx')
-rw-r--r--padmin/source/cmddlg.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/padmin/source/cmddlg.hxx b/padmin/source/cmddlg.hxx
index 0b1e07dd1db7..4dd49e59e391 100644
--- a/padmin/source/cmddlg.hxx
+++ b/padmin/source/cmddlg.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.
@@ -30,9 +31,7 @@
#include <vcl/dialog.hxx>
#include <tools/config.hxx>
-#ifndef _SV_BUTTON_HXX
#include <vcl/button.hxx>
-#endif
#include <vcl/fixed.hxx>
#include <vcl/group.hxx>
#include <vcl/combobox.hxx>
@@ -120,3 +119,5 @@ public:
} // namespace
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */