summaryrefslogtreecommitdiffstats
path: root/xml2cmp/source/x2cclass/xml_cd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xml2cmp/source/x2cclass/xml_cd.hxx')
-rw-r--r--xml2cmp/source/x2cclass/xml_cd.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/xml2cmp/source/x2cclass/xml_cd.hxx b/xml2cmp/source/x2cclass/xml_cd.hxx
index ba075c5aa063..9f59aa476fcb 100644
--- a/xml2cmp/source/x2cclass/xml_cd.hxx
+++ b/xml2cmp/source/x2cclass/xml_cd.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,7 +31,7 @@
#include <tools/string.hxx>
-#include "x2cstl.hxx"
+#include <vector>
@@ -83,3 +84,4 @@ class ComponentDescription
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */