summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/OdtGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/filter/OdtGenerator.cxx')
-rw-r--r--writerperfect/source/filter/OdtGenerator.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/filter/OdtGenerator.cxx b/writerperfect/source/filter/OdtGenerator.cxx
index 8c12e6f967f6..008871a358fa 100644
--- a/writerperfect/source/filter/OdtGenerator.cxx
+++ b/writerperfect/source/filter/OdtGenerator.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* OdtGenerator: Collects sections and runs of text from a
* wordperfect file (and styles to go along with them) and writes them
* to a Writer target document
@@ -1465,3 +1466,5 @@ void OdtGenerator::registerEmbeddedObjectHandler(const WPXString &mimeType, OdfE
{
mpImpl->mObjectHandlers[mimeType] = objectHandler;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */