summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/PageSpan.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/filter/PageSpan.cxx')
-rw-r--r--writerperfect/source/filter/PageSpan.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/filter/PageSpan.cxx b/writerperfect/source/filter/PageSpan.cxx
index 277537e57450..bee269dd8dde 100644
--- a/writerperfect/source/filter/PageSpan.cxx
+++ b/writerperfect/source/filter/PageSpan.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
@@ -272,3 +273,5 @@ void PageSpan::_writeHeaderFooter(const char *headerFooterTagName,
(*iter)->write(pHandler);
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */