summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/DeepTContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/DeepTContext.cxx')
-rw-r--r--xmloff/source/transform/DeepTContext.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/source/transform/DeepTContext.cxx b/xmloff/source/transform/DeepTContext.cxx
index b37776cb6790..b6dc3d52ce43 100644
--- a/xmloff/source/transform/DeepTContext.cxx
+++ b/xmloff/source/transform/DeepTContext.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.
@@ -28,16 +29,12 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_xmloff.hxx"
#include "DeepTContext.hxx"
-#ifndef _XMLOFF_FLATTTCONTEXT_HXX
#include "FlatTContext.hxx"
-#endif
#include "EventOOoTContext.hxx"
#include "TransformerActions.hxx"
#include "ElemTransformerAction.hxx"
#include "PersMixedContentTContext.hxx"
-#ifndef _XMLOFF_TRANSFORMERBASE_HXX
#include "TransformerBase.hxx"
-#endif
using ::rtl::OUString;
using namespace ::com::sun::star::uno;
@@ -179,3 +176,4 @@ void XMLPersElemContentTContext::ExportContent()
}
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */