summaryrefslogtreecommitdiff
path: root/dbaccess/source/shared/flt_reghelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/shared/flt_reghelper.cxx')
-rw-r--r--dbaccess/source/shared/flt_reghelper.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/dbaccess/source/shared/flt_reghelper.cxx b/dbaccess/source/shared/flt_reghelper.cxx
index 261052c62..55c5e3d57 100644
--- a/dbaccess/source/shared/flt_reghelper.cxx
+++ b/dbaccess/source/shared/flt_reghelper.cxx
@@ -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.
@@ -28,16 +29,10 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_dbaxml.hxx"
-#ifndef _FLT_REGHELPER_HXX_
#include "flt_reghelper.hxx"
-#endif
-#ifndef _OSL_DIAGNOSE_H_
#include <osl/diagnose.h>
-#endif
-#ifndef _COMPHELPER_SEQUENCE_HXX_
#include <comphelper/sequence.hxx>
-#endif
namespace dbaxml
{
@@ -47,3 +42,5 @@ namespace dbaxml
#undef _REGISTRATIONHELPER_CXX_INCLUDED_INDIRECTLY_
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */