summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/Style.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/filter/Style.hxx')
-rw-r--r--writerperfect/source/filter/Style.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/filter/Style.hxx b/writerperfect/source/filter/Style.hxx
index d68ed26fc6da..4d4177667944 100644
--- a/writerperfect/source/filter/Style.hxx
+++ b/writerperfect/source/filter/Style.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Style: A base class from which all other styles are inherited, includes
* a name.
*
@@ -56,3 +57,5 @@ class Style
WPXString msName;
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */