summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/misc/veto.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/misc/veto.cxx')
-rw-r--r--dbaccess/source/core/misc/veto.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/misc/veto.cxx b/dbaccess/source/core/misc/veto.cxx
index b3ab20bf9beb..ead0b705b3d6 100644
--- a/dbaccess/source/core/misc/veto.cxx
+++ b/dbaccess/source/core/misc/veto.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,9 +29,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_dbaccess.hxx"
-#ifndef DBACCESS_VETO_HXX
#include "veto.hxx"
-#endif
/** === begin UNO includes === **/
/** === end UNO includes === **/
@@ -76,3 +75,4 @@ namespace dbaccess
} // namespace dbaccess
//........................................................................
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */