summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtsecte.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-02-06 09:41:54 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-02-06 09:41:54 +0000
commit12edcb9b4f71d255f15183753023c1e416894811 (patch)
tree6fb56a340d060ea98cc8a1132ee884ec3af35dd7 /xmloff/source/text/txtsecte.cxx
parentc87ce4241c6bdfff5e59669584cb9448ec8a29ea (diff)
- fixed: remaining STL includes in xmloff
Diffstat (limited to 'xmloff/source/text/txtsecte.cxx')
-rw-r--r--xmloff/source/text/txtsecte.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/xmloff/source/text/txtsecte.cxx b/xmloff/source/text/txtsecte.cxx
index 9cd3fcb75cf4..1dc5aa1c3bff 100644
--- a/xmloff/source/text/txtsecte.cxx
+++ b/xmloff/source/text/txtsecte.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtsecte.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: dvo $ $Date: 2001-01-25 11:33:41 $
+ * last change: $Author: dvo $ $Date: 2001-02-06 10:41:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,9 +75,7 @@
#include <rtl/ustrbuf.hxx>
#endif
-#ifndef __SGI_STL_VECTOR
-#include <stl/vector>
-#endif
+#include <vector>
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_