summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/FontStyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/filter/FontStyle.cxx')
-rw-r--r--writerperfect/source/filter/FontStyle.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/filter/FontStyle.cxx b/writerperfect/source/filter/FontStyle.cxx
index 509fa16e02ec..e9a5be195d84 100644
--- a/writerperfect/source/filter/FontStyle.cxx
+++ b/writerperfect/source/filter/FontStyle.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* FontStyle: Stores (and writes) font-based information that is needed at
* the head of an OO document.
*
@@ -48,3 +49,5 @@ void FontStyle::write(OdfDocumentHandler *pHandler) const
TagCloseElement styleClose("style:font-face");
styleClose.write(pHandler);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */