summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/TableStyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/filter/TableStyle.cxx')
-rw-r--r--writerperfect/source/filter/TableStyle.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/source/filter/TableStyle.cxx b/writerperfect/source/filter/TableStyle.cxx
index 6bb4bb95a7c4..75f420e5b6ae 100644
--- a/writerperfect/source/filter/TableStyle.cxx
+++ b/writerperfect/source/filter/TableStyle.cxx
@@ -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.
*
@@ -162,3 +163,5 @@ void TableStyle::write(OdfDocumentHandler *pHandler) const
for (TCSVIter iterTableCell = mTableCellStyles.begin() ; iterTableCell != mTableCellStyles.end(); ++iterTableCell)
(*iterTableCell)->write(pHandler);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */