summaryrefslogtreecommitdiffstats
path: root/svx/inc/svx/passwd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/passwd.hxx')
-rwxr-xr-x[-rw-r--r--]svx/inc/svx/passwd.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/svx/inc/svx/passwd.hxx b/svx/inc/svx/passwd.hxx
index a52caa23335e..a412807c80cd 100644..100755
--- a/svx/inc/svx/passwd.hxx
+++ b/svx/inc/svx/passwd.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.
@@ -31,17 +32,11 @@
#include <sfx2/basedlgs.hxx>
-#ifndef _FIXED_HXX //autogen
#include <vcl/fixed.hxx>
-#endif
-#ifndef _EDIT_HXX //autogen
#include <vcl/edit.hxx>
-#endif
-#ifndef _BUTTON_HXX //autogen
#include <vcl/button.hxx>
-#endif
#include "svx/svxdllapi.h"
// class SvxPasswordDialog -----------------------------------------------
@@ -84,3 +79,4 @@ public:
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */