summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/ControlOASISTContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/ControlOASISTContext.cxx')
-rw-r--r--xmloff/source/transform/ControlOASISTContext.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/transform/ControlOASISTContext.cxx b/xmloff/source/transform/ControlOASISTContext.cxx
index da501cf688..029824e01b 100644
--- a/xmloff/source/transform/ControlOASISTContext.cxx
+++ b/xmloff/source/transform/ControlOASISTContext.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.
@@ -33,9 +34,7 @@
#include "ActionMapTypesOASIS.hxx"
#include "AttrTransformerAction.hxx"
#include "TransformerActions.hxx"
-#ifndef _XMLOFF_TRANSFORMERBASE_HXX
#include "TransformerBase.hxx"
-#endif
#include "ControlOASISTContext.hxx"
using ::rtl::OUString;
@@ -163,3 +162,5 @@ void XMLControlOASISTransformerContext::EndElement()
if( m_bCreateControl )
GetTransformer().GetDocHandler()->endElement( m_aElemQName );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */