summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-02-02 13:37:11 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-02-02 13:37:11 +0000
commit1a513a3acf969f4c0ef2e65b8632e2a3523302b7 (patch)
treee5620b7cc826bc54bbbe622107f40b737e639968 /svx/inc
parent0ff60f02aff42e863c4033231c329299c262419a (diff)
chg: header for STL
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/xmleohlp.hxx6
-rw-r--r--svx/inc/xmlgrhlp.hxx10
2 files changed, 8 insertions, 8 deletions
diff --git a/svx/inc/xmleohlp.hxx b/svx/inc/xmleohlp.hxx
index d55b9cffee55..5930d958950c 100644
--- a/svx/inc/xmleohlp.hxx
+++ b/svx/inc/xmleohlp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmleohlp.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mib $
+ * last change: $Author: mh $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,7 @@
#include <so3/svstor.hxx>
#endif
#ifndef __SGI_STL_VECTOR
-#include <stl/vector>
+#include <vector>
#endif
#ifndef _COM_SUN_STAR_DOCUMENT_XEMBEDDEDOBJECTRESOLVER_HPP_
diff --git a/svx/inc/xmlgrhlp.hxx b/svx/inc/xmlgrhlp.hxx
index ab582a53172a..4a3406866e5a 100644
--- a/svx/inc/xmlgrhlp.hxx
+++ b/svx/inc/xmlgrhlp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlgrhlp.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: cl $
+ * last change: $Author: mh $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,13 +75,13 @@
#include <goodies/grfmgr.hxx>
#endif
#ifndef __SGI_STL_VECTOR
-#include <stl/vector>
+#include <vector>
#endif
#ifndef __SGI_STL_SET
-#include <stl/set>
+#include <set>
#endif
#ifndef __SGI_STL_UTILITY
-#include <stl/utility>
+#include <utility>
#endif
#ifndef _COM_SUN_STAR_DOCUMENT_XGRAPHICOBJECTRESOLVER_HPP_