summaryrefslogtreecommitdiff
path: root/dbaccess/source/ext/adabas/ASQLNameEdit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ext/adabas/ASQLNameEdit.hxx')
-rw-r--r--dbaccess/source/ext/adabas/ASQLNameEdit.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/ext/adabas/ASQLNameEdit.hxx b/dbaccess/source/ext/adabas/ASQLNameEdit.hxx
index d010f8a6d..046a3fb9f 100644
--- a/dbaccess/source/ext/adabas/ASQLNameEdit.hxx
+++ b/dbaccess/source/ext/adabas/ASQLNameEdit.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,12 +29,8 @@
#ifndef ADABASUI_SQLNAMEEDIT_HXX
#define ADABASUI_SQLNAMEEDIT_HXX
-#ifndef _SV_EDIT_HXX
#include <vcl/edit.hxx>
-#endif
-#ifndef _SV_COMBOBOX_HXX
#include <vcl/combobox.hxx>
-#endif
namespace adabasui
{
@@ -59,3 +56,4 @@ namespace adabasui
#endif // DBAUI_SQLNAMEEDIT_HXX
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */