summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlLogin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/filter/xml/xmlLogin.hxx')
-rw-r--r--dbaccess/source/filter/xml/xmlLogin.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/filter/xml/xmlLogin.hxx b/dbaccess/source/filter/xml/xmlLogin.hxx
index a41920d76562..6f2751eb300b 100644
--- a/dbaccess/source/filter/xml/xmlLogin.hxx
+++ b/dbaccess/source/filter/xml/xmlLogin.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.
@@ -27,9 +28,7 @@
#ifndef DBA_XMLLOGIN_HXX
#define DBA_XMLLOGIN_HXX
-#ifndef _XMLOFF_XMLICTXT_HXX
#include <xmloff/xmlictxt.hxx>
-#endif
namespace dbaxml
{
@@ -50,3 +49,5 @@ namespace dbaxml
// -----------------------------------------------------------------------------
#endif // DBA_XMLLOGIN_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */