summaryrefslogtreecommitdiffstats
path: root/dbaccess/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-28 23:14:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-29 09:33:46 +0100
commit2774cab826c8b5e3a92e98d79c3e64cbb25f4fda (patch)
tree7e9db2821d12afbba63f1873fba19b3ef77292a8 /dbaccess/source
parentremove archaic header guards (diff)
downloadcore-2774cab826c8b5e3a92e98d79c3e64cbb25f4fda.tar.gz
core-2774cab826c8b5e3a92e98d79c3e64cbb25f4fda.zip
add modelines
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/app/closeveto.cxx3
-rw-r--r--dbaccess/source/ui/app/closeveto.hxx3
-rw-r--r--dbaccess/source/ui/inc/singledoccontroller.hxx3
-rw-r--r--dbaccess/source/ui/misc/dbaundomanager.cxx3
-rw-r--r--dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx2
5 files changed, 14 insertions, 0 deletions
diff --git a/dbaccess/source/ui/app/closeveto.cxx b/dbaccess/source/ui/app/closeveto.cxx
index 558df26b643e..588bdae48832 100644
--- a/dbaccess/source/ui/app/closeveto.cxx
+++ b/dbaccess/source/ui/app/closeveto.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.
*
@@ -178,3 +179,5 @@ namespace dbaui
//......................................................................................................................
} // namespace dbaui
//......................................................................................................................
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/app/closeveto.hxx b/dbaccess/source/ui/app/closeveto.hxx
index f7e1c83644d1..a9f1d6bf6c66 100644
--- a/dbaccess/source/ui/app/closeveto.hxx
+++ b/dbaccess/source/ui/app/closeveto.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.
*
@@ -65,3 +66,5 @@ namespace dbaui
//......................................................................................................................
#endif // DBACCESS_CLOSEVETO_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/inc/singledoccontroller.hxx b/dbaccess/source/ui/inc/singledoccontroller.hxx
index c738bd94e81c..f896d134b3ed 100644
--- a/dbaccess/source/ui/inc/singledoccontroller.hxx
+++ b/dbaccess/source/ui/inc/singledoccontroller.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.
*
@@ -91,3 +92,5 @@ namespace dbaui
//......................................................................................................................
#endif // DBAUI_SINGLEDOCCONTROLLER_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/misc/dbaundomanager.cxx b/dbaccess/source/ui/misc/dbaundomanager.cxx
index 83f55e0cbc5e..5c3f8066cdd7 100644
--- a/dbaccess/source/ui/misc/dbaundomanager.cxx
+++ b/dbaccess/source/ui/misc/dbaundomanager.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.
*
@@ -392,3 +393,5 @@ namespace dbaui
//......................................................................................................................
} // namespace dbaui
//......................................................................................................................
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx b/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx
index 2ae10118a248..592a9ad16059 100644
--- a/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx
+++ b/dbaccess/source/ui/misc/dbsubcomponentcontroller.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.
@@ -670,3 +671,4 @@ namespace dbaui
} // namespace dbaui
//........................................................................
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */