summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/Oasis2OOo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/Oasis2OOo.hxx')
-rw-r--r--xmloff/source/transform/Oasis2OOo.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/transform/Oasis2OOo.hxx b/xmloff/source/transform/Oasis2OOo.hxx
index e6230b0bfcc1..6cc9f3f311e2 100644
--- a/xmloff/source/transform/Oasis2OOo.hxx
+++ b/xmloff/source/transform/Oasis2OOo.hxx
@@ -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.
@@ -29,9 +30,7 @@
#define _XMLOFF_OASIS2OOO_HXX
#include "ActionMapTypesOASIS.hxx"
-#ifndef _XMLOFF_TRANSFORMERBASE_HXX_
#include "TransformerBase.hxx"
-#endif
class XMLTransformerOASISEventMap_Impl;
@@ -69,3 +68,5 @@ public:
};
#endif // _XMLOFF_OASIS2OOO_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */