summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-24 04:21:14 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-24 11:58:15 +0200
commit371046c6a35931e96506ecaf4ffbc0403286c53b (patch)
tree119f6283224f8de3984e453c3a6fe70bb7535e8b /connectivity
parent0b7f82d7cb53ab38988ce85c3436d35f9d8f1af5 (diff)
add missing modelines to cxx and hxx files
some of them have no copyright header Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mork/MorkParser.cxx3
-rw-r--r--connectivity/source/drivers/mork/MorkParser.hxx2
-rw-r--r--connectivity/source/drivers/mork/mork_helper.cxx3
3 files changed, 8 insertions, 0 deletions
diff --git a/connectivity/source/drivers/mork/MorkParser.cxx b/connectivity/source/drivers/mork/MorkParser.cxx
index 986d4fa4c9c1..8057b0987c49 100644
--- a/connectivity/source/drivers/mork/MorkParser.cxx
+++ b/connectivity/source/drivers/mork/MorkParser.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Software License Agreement (BSD License)
*
@@ -786,3 +787,5 @@ void MorkParser::dump()
}
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/connectivity/source/drivers/mork/MorkParser.hxx b/connectivity/source/drivers/mork/MorkParser.hxx
index ef56f3ab5a75..d0ecba7af977 100644
--- a/connectivity/source/drivers/mork/MorkParser.hxx
+++ b/connectivity/source/drivers/mork/MorkParser.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Software License Agreement (BSD License)
*
@@ -165,3 +166,4 @@ private:
#endif // __MorkParser_h__
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/connectivity/source/drivers/mork/mork_helper.cxx b/connectivity/source/drivers/mork/mork_helper.cxx
index f0d09b125186..6adf92625352 100644
--- a/connectivity/source/drivers/mork/mork_helper.cxx
+++ b/connectivity/source/drivers/mork/mork_helper.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include "MNSProfileDiscover.hxx"
#include "MorkParser.hxx"
@@ -52,3 +53,5 @@ int main( int argc, const char* argv[] )
OString aOString = OUStringToOString( profilePath, RTL_TEXTENCODING_UTF8 );
openAddressBook(aOString.getStr());
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */