summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-29 12:03:53 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-05 09:18:16 +0000
commit1702bab54f7801d04937270e00d63f710366ab68 (patch)
tree14cec893fb47d373091e9be760e782971908e7d6
parentb7859cdc9bfc90878a6d17136920370ef6426372 (diff)
add mode-lines to some new files
-rw-r--r--basic/qa/cppunit/test_scanner.cxx3
-rw-r--r--sc/inc/orcus/csv_parser.hpp3
-rw-r--r--sc/qa/unit/helper/debughelper.hxx2
-rw-r--r--solenv/bin/concat-deps.c3
-rw-r--r--writerperfect/source/filter/TextRunStyle.cxx2
5 files changed, 13 insertions, 0 deletions
diff --git a/basic/qa/cppunit/test_scanner.cxx b/basic/qa/cppunit/test_scanner.cxx
index 99422ad61001..3d34feb120f0 100644
--- a/basic/qa/cppunit/test_scanner.cxx
+++ b/basic/qa/cppunit/test_scanner.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include "sal/config.h"
#include "sal/precppunit.hxx"
@@ -736,3 +737,5 @@ namespace
CPPUNIT_TEST_SUITE_REGISTRATION(ScannerTest);
} // namespace
CPPUNIT_PLUGIN_IMPLEMENT();
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/orcus/csv_parser.hpp b/sc/inc/orcus/csv_parser.hpp
index 8d119f977a01..3e52bc182ebb 100644
--- a/sc/inc/orcus/csv_parser.hpp
+++ b/sc/inc/orcus/csv_parser.hpp
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* Copyright (c) 2011 Kohei Yoshida
@@ -381,3 +382,5 @@ void csv_parser<_Handler>::push_cell_value(const char* p, size_t n)
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/qa/unit/helper/debughelper.hxx b/sc/qa/unit/helper/debughelper.hxx
index 65dc3c291c05..cb2bad7b9f6f 100644
--- a/sc/qa/unit/helper/debughelper.hxx
+++ b/sc/qa/unit/helper/debughelper.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+
*
@@ -168,3 +169,4 @@ private:
MatrixType maMatrix;
};
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c
index a0eda4359206..84d688cb9309 100644
--- a/solenv/bin/concat-deps.c
+++ b/solenv/bin/concat-deps.c
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Copyright (C) 2011 Norbert Thiebaud
* License: GPLv3
@@ -878,3 +879,5 @@ char* base_dir;
}
return rc;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/writerperfect/source/filter/TextRunStyle.cxx b/writerperfect/source/filter/TextRunStyle.cxx
index abce54551e22..0c3e0f383574 100644
--- a/writerperfect/source/filter/TextRunStyle.cxx
+++ b/writerperfect/source/filter/TextRunStyle.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* TextRunStyle: Stores (and writes) paragraph/span-style-based information
* (e.g.: a paragraph might be bold) that is needed at the head of an OO
* document.
@@ -286,3 +287,4 @@ shared_ptr<SpanStyle> const SpanStyleManager::get(const WPXString &name) const
return iter->second;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */