summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/XMLDetectiveContext.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/XMLDetectiveContext.hxx
parent#83497# treat non-existing style in conditional format like no condition (diff)
downloadcore-d8dbaa90ceeeaeac5a875c4e1f5ab298431f7e03.tar.gz
core-d8dbaa90ceeeaeac5a875c4e1f5ab298431f7e03.zip
remove stl/ in the includes of stl files
Diffstat (limited to 'sc/source/filter/xml/XMLDetectiveContext.hxx')
-rw-r--r--sc/source/filter/xml/XMLDetectiveContext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLDetectiveContext.hxx b/sc/source/filter/xml/XMLDetectiveContext.hxx
index 12e200327cad..287c5ce7f83f 100644
--- a/sc/source/filter/xml/XMLDetectiveContext.hxx
+++ b/sc/source/filter/xml/XMLDetectiveContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLDetectiveContext.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sab $ $Date: 2000-12-18 14:14:24 $
+ * last change: $Author: sab $ $Date: 2001-02-05 13:44:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@
#endif
#ifndef __SGI_STL_LIST
-#include <stl/list>
+#include <list>
#endif
class ScXMLImport;