summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTemplateContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexTemplateContext.cxx')
-rw-r--r--xmloff/source/text/XMLIndexTemplateContext.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLIndexTemplateContext.cxx b/xmloff/source/text/XMLIndexTemplateContext.cxx
index 05bf7f5495da..15031b67baba 100644
--- a/xmloff/source/text/XMLIndexTemplateContext.cxx
+++ b/xmloff/source/text/XMLIndexTemplateContext.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.
@@ -49,7 +50,6 @@
using namespace ::std;
-//using namespace ::com::sun::star::text;
using namespace ::xmloff::token;
using ::rtl::OUString;
@@ -502,3 +502,4 @@ const sal_Bool aAllowedTokenTypesTable[] =
sal_False // XML_TOK_INDEX_TYPE_BIBLIOGRAPHY
};
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */