summaryrefslogtreecommitdiff
path: root/writerperfect
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 /writerperfect
parentb7859cdc9bfc90878a6d17136920370ef6426372 (diff)
add mode-lines to some new files
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/source/filter/TextRunStyle.cxx2
1 files changed, 2 insertions, 0 deletions
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: */