summaryrefslogtreecommitdiff
path: root/writerperfect/source
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source')
-rw-r--r--writerperfect/source/filter/FilterInternal.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/writerperfect/source/filter/FilterInternal.cxx b/writerperfect/source/filter/FilterInternal.cxx
index 898b9ce45538..c0ab66d9fc9f 100644
--- a/writerperfect/source/filter/FilterInternal.cxx
+++ b/writerperfect/source/filter/FilterInternal.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* FilterInternal.hxx: define basic functions for libwriterperfect/fileter
*
* Copyright (C) 2002-2004 William Lachance (wrlach@gmail.com)
@@ -42,4 +43,6 @@ WPXString propListToStyleKey(const WPXPropertyList &xPropList)
}
return sKey;
-} \ No newline at end of file
+}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */