summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLStringBufferImportContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLStringBufferImportContext.hxx')
-rw-r--r--xmloff/inc/XMLStringBufferImportContext.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/inc/XMLStringBufferImportContext.hxx b/xmloff/inc/XMLStringBufferImportContext.hxx
index 1546b25d77..ce095a0716 100644
--- a/xmloff/inc/XMLStringBufferImportContext.hxx
+++ b/xmloff/inc/XMLStringBufferImportContext.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.
@@ -30,9 +31,7 @@
#include <xmloff/xmlictxt.hxx>
-#ifndef _XMLOFF_XMLIMP_HXX_
#include <xmloff/xmlimp.hxx>
-#endif
#include <rtl/ustrbuf.hxx>
@@ -69,3 +68,5 @@ public:
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */