summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/kab/kcondition.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/kab/kcondition.hxx')
-rw-r--r--connectivity/source/drivers/kab/kcondition.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/kab/kcondition.hxx b/connectivity/source/drivers/kab/kcondition.hxx
index 26bc530a9960..34e014c637d6 100644
--- a/connectivity/source/drivers/kab/kcondition.hxx
+++ b/connectivity/source/drivers/kab/kcondition.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.
@@ -28,9 +29,7 @@
#ifndef _CONNECTIVITY_KAB_CONDITION_HXX_
#define _CONNECTIVITY_KAB_CONDITION_HXX_
-#ifndef _COMPHELPER_TYPES_H_
#include <comphelper/types.hxx>
-#endif
#include <shell/kde_headers.h>
#include <connectivity/dbexception.hxx>
@@ -160,3 +159,5 @@ class KabConditionAnd : public KabConditionBoolean
}
#endif // _CONNECTIVITY_KAB_CONDITION_HXX_
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */