summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/SectionStyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/filter/SectionStyle.cxx')
-rw-r--r--writerperfect/source/filter/SectionStyle.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/filter/SectionStyle.cxx b/writerperfect/source/filter/SectionStyle.cxx
index 8d49ef5004c3..7ca547f6aea8 100644
--- a/writerperfect/source/filter/SectionStyle.cxx
+++ b/writerperfect/source/filter/SectionStyle.cxx
@@ -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
* break needs a new section) that is needed at the head of an OO document and
* is referenced throughout the entire document
@@ -84,3 +85,5 @@ void SectionStyle::write(OdfDocumentHandler *pHandler) const
pHandler->endElement("style:style");
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */