summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/InternalHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/filter/InternalHandler.cxx')
-rw-r--r--writerperfect/source/filter/InternalHandler.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/filter/InternalHandler.cxx b/writerperfect/source/filter/InternalHandler.cxx
index 8582047f0b0b..32b6e438fca7 100644
--- a/writerperfect/source/filter/InternalHandler.cxx
+++ b/writerperfect/source/filter/InternalHandler.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Copyright (C) 2007 Fridrich Strba (fridrich.strba@bluewin.ch)
*
@@ -52,3 +53,5 @@ void InternalHandler::characters(const WPXString &sCharacters)
{
mpElements->push_back(new CharDataElement(sCharacters.cstr()));
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */