summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/SectionStyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/filter/SectionStyle.hxx')
-rw-r--r--writerperfect/source/filter/SectionStyle.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/filter/SectionStyle.hxx b/writerperfect/source/filter/SectionStyle.hxx
index 7b5379af29be..3fced0d10eeb 100644
--- a/writerperfect/source/filter/SectionStyle.hxx
+++ b/writerperfect/source/filter/SectionStyle.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* SectionStyle: Stores (and writes) section-based information (e.g.: a column
* change needs a new section) that is needed at the head of an OO document.
*
@@ -44,3 +45,5 @@ private:
WPXPropertyListVector mColumns;
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */