summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/TableStyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/filter/TableStyle.hxx')
-rw-r--r--writerperfect/source/filter/TableStyle.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/filter/TableStyle.hxx b/writerperfect/source/filter/TableStyle.hxx
index f60993d7ea38..cbde69af9e36 100644
--- a/writerperfect/source/filter/TableStyle.hxx
+++ b/writerperfect/source/filter/TableStyle.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* TableStyle: Stores (and writes) table-based information that is
* needed at the head of an OO document.
*
@@ -74,3 +75,5 @@ private:
std::vector<TableRowStyle *> mTableRowStyles;
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */