summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLPropertyBackpatcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLPropertyBackpatcher.hxx')
-rw-r--r--xmloff/source/text/XMLPropertyBackpatcher.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/xmloff/source/text/XMLPropertyBackpatcher.hxx b/xmloff/source/text/XMLPropertyBackpatcher.hxx
index 73b4efd0bdee..42f2009f25e0 100644
--- a/xmloff/source/text/XMLPropertyBackpatcher.hxx
+++ b/xmloff/source/text/XMLPropertyBackpatcher.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,13 +30,8 @@
#ifndef _XMLOFF_XMLPROPERTYBACKPATCHER_HXX
#define _XMLOFF_XMLPROPERTYBACKPATCHER_HXX
-#ifndef __SGI_STL_MAP
#include <map>
-#endif
-
-#ifndef __SGI_STL_VECTOR
#include <vector>
-#endif
#include <comphelper/stl_types.hxx>
namespace rtl { class OUString; }
@@ -154,3 +150,5 @@ public:
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */