summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-02-05 12:44:07 +0000
committerSascha Ballach <sab@openoffice.org>2001-02-05 12:44:07 +0000
commitd8dbaa90ceeeaeac5a875c4e1f5ab298431f7e03 (patch)
treec5626168f046953c2e10faafbcf81774037687c2 /sc/source/filter/xml/XMLExportIterator.hxx
parentaf7ddb3f2221a63688850d66c79865ffaf5286e8 (diff)
remove stl/ in the includes of stl files
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 696bf2c2a955..6218d90f3e86 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: sab $ $Date: 2001-01-05 10:30:19 $
+ * last change: $Author: sab $ $Date: 2001-02-05 13:43:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@
#include <vector>
#endif
#ifndef __SGI_STL_LIST
-#include <stl/list>
+#include <list>
#endif
#ifndef _COM_SUN_STAR_SHEET_XSPREADSHEET_HPP_