summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmloff/XMLFontStylesContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/xmloff/XMLFontStylesContext.hxx')
-rw-r--r--xmloff/inc/xmloff/XMLFontStylesContext.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/inc/xmloff/XMLFontStylesContext.hxx b/xmloff/inc/xmloff/XMLFontStylesContext.hxx
index 2e9c58e50e17..9813ab708302 100644
--- a/xmloff/inc/xmloff/XMLFontStylesContext.hxx
+++ b/xmloff/inc/xmloff/XMLFontStylesContext.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,13 +31,9 @@
#include "sal/config.h"
#include "xmloff/dllapi.h"
-#ifndef __SGI_STL_VECTOR
#include <vector>
-#endif
-#ifndef _XMLOFF_XMLSTYLE_HXX_
#include <xmloff/xmlstyle.hxx>
-#endif
struct XMLPropertyState;
class SvXMLTokenMap;
@@ -97,3 +94,5 @@ public:
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */