summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/OdgGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/filter/OdgGenerator.cxx')
-rw-r--r--writerperfect/source/filter/OdgGenerator.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/writerperfect/source/filter/OdgGenerator.cxx b/writerperfect/source/filter/OdgGenerator.cxx
index 179ef5e80d2a..602e6b7d901b 100644
--- a/writerperfect/source/filter/OdgGenerator.cxx
+++ b/writerperfect/source/filter/OdgGenerator.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* libwpg
* Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)
* Copyright (C) 2006 Fridrich Strba (fridrich.strba@bluewin.ch)
@@ -1405,3 +1406,4 @@ void OdgGenerator::insertText(WPXString const &text)
mpImpl->mBodyElements.push_back(pText);
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */