summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTOCStylesContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexTOCStylesContext.cxx')
-rw-r--r--xmloff/source/text/XMLIndexTOCStylesContext.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/text/XMLIndexTOCStylesContext.cxx b/xmloff/source/text/XMLIndexTOCStylesContext.cxx
index 0a7e010e59fb..a254f27dbc84 100644
--- a/xmloff/source/text/XMLIndexTOCStylesContext.cxx
+++ b/xmloff/source/text/XMLIndexTOCStylesContext.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -157,3 +158,5 @@ SvXMLImportContext *XMLIndexTOCStylesContext::CreateChildContext(
return SvXMLImportContext::CreateChildContext(p_nPrefix, rLocalName,
xAttrList);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */