summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.hxx
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2000-11-23 12:15:03 +0000
committerSander Vesik <svesik@openoffice.org>2000-11-23 12:15:03 +0000
commit4cda695365aa14b59bd7bf3f12f2d4539533b65a (patch)
treefd1aa160fef5ae18b34b6694058c81162f65b890 /sc/source/filter/xml/XMLExportIterator.hxx
parent70c72c623cf99c7a5ada33a8e351cec282c90bdc (diff)
Remove stl/ from #include statement
Diffstat (limited to 'sc/source/filter/xml/XMLExportIterator.hxx')
-rw-r--r--sc/source/filter/xml/XMLExportIterator.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLExportIterator.hxx b/sc/source/filter/xml/XMLExportIterator.hxx
index 9fdd5c05eb86..d1cedd84dba1 100644
--- a/sc/source/filter/xml/XMLExportIterator.hxx
+++ b/sc/source/filter/xml/XMLExportIterator.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLExportIterator.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: sab $ $Date: 2000-11-16 18:14:35 $
+ * last change: $Author: svesik $ $Date: 2000-11-23 13:15:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,7 @@
#define _SC_XMLEXPORTITERATOR_HXX
#ifndef __SGI_STL_VECTOR
-#include <stl/vector>
+#include <vector>
#endif
#ifndef _COM_SUN_STAR_SHEET_XSPREADSHEET_HPP_