summaryrefslogtreecommitdiff
path: root/dbaccess/source/shared/dbu_reghelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/shared/dbu_reghelper.cxx')
-rw-r--r--dbaccess/source/shared/dbu_reghelper.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/shared/dbu_reghelper.cxx b/dbaccess/source/shared/dbu_reghelper.cxx
index a9d7ef546b9a..1b7345d344f9 100644
--- a/dbaccess/source/shared/dbu_reghelper.cxx
+++ b/dbaccess/source/shared/dbu_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.
@@ -30,12 +31,8 @@
#include "dbu_reghelper.hxx"
-#ifndef _OSL_DIAGNOSE_H_
#include <osl/diagnose.h>
-#endif
-#ifndef _COMPHELPER_SEQUENCE_HXX_
#include <comphelper/sequence.hxx>
-#endif
namespace dbaui
{
@@ -46,3 +43,4 @@ namespace dbaui
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */