diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-25 01:54:00 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-25 01:54:00 +0200 |
commit | 2ba5d12f3a49a23767f17b9db3c019cd6351cfc9 (patch) | |
tree | e4f51107fa0fa4bd5f9f5298527e3c450a775383 | |
parent | 64254238850a7f3743a6a2134a76461a8b1f09c5 (diff) |
Put the modeline back
-rw-r--r-- | writerperfect/source/filter/OdtGenerator.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/filter/OdtGenerator.cxx b/writerperfect/source/filter/OdtGenerator.cxx index 94fd1fd4dee7..979b383bfcbc 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 @@ -1345,3 +1346,5 @@ void OdtGenerator::registerEmbeddedObjectHandler(const WPXString &mimeType, OdfE { mpImpl->mObjectHandlers[mimeType] = objectHandler; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |