diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-29 12:03:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-05 09:18:16 +0000 |
commit | 1702bab54f7801d04937270e00d63f710366ab68 (patch) | |
tree | 14cec893fb47d373091e9be760e782971908e7d6 /writerperfect | |
parent | b7859cdc9bfc90878a6d17136920370ef6426372 (diff) |
add mode-lines to some new files
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/source/filter/TextRunStyle.cxx | 2 |
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: */ |