summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/TextRunStyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/filter/TextRunStyle.hxx')
-rw-r--r--writerperfect/source/filter/TextRunStyle.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/filter/TextRunStyle.hxx b/writerperfect/source/filter/TextRunStyle.hxx
index c9e104d97621..88f47cc756ac 100644
--- a/writerperfect/source/filter/TextRunStyle.hxx
+++ b/writerperfect/source/filter/TextRunStyle.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* TextRunStyle: Stores (and writes) paragraph/span-style-based information
* (e.g.: a paragraph might be bold) that is needed at the head of an OO
* document.
@@ -64,3 +65,5 @@ private:
WPXString propListToStyleKey(const WPXPropertyList & xPropList);
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */