summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-01-31 12:41:49 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-01-31 12:41:49 +0000
commitf492823e879319700a82dcc9c4346203527e7913 (patch)
tree0c1cfa8650f2312cb0cc287e0e72aa29c7ad7bdb /ucbhelper/source/provider
parent78515f014e3572af913ab09094c731ceb30d5693 (diff)
chg: headerfile for STL
Diffstat (limited to 'ucbhelper/source/provider')
-rw-r--r--ucbhelper/source/provider/contenthelper.cxx6
-rw-r--r--ucbhelper/source/provider/provconf.hxx6
-rw-r--r--ucbhelper/source/provider/providerhelper.cxx6
3 files changed, 9 insertions, 9 deletions
diff --git a/ucbhelper/source/provider/contenthelper.cxx b/ucbhelper/source/provider/contenthelper.cxx
index c6513d390470..095c534ff3ab 100644
--- a/ucbhelper/source/provider/contenthelper.cxx
+++ b/ucbhelper/source/provider/contenthelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: contenthelper.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sb $ $Date: 2000-12-18 18:40:36 $
+ * last change: $Author: mh $ $Date: 2001-01-31 13:41:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@
*************************************************************************/
#ifndef __HASH_MAP__
-#include <stl/hash_map>
+#include <hash_map>
#endif
#ifndef _COM_SUN_STAR_UCB_CONTENTACTION_HPP_
#include <com/sun/star/ucb/ContentAction.hpp>
diff --git a/ucbhelper/source/provider/provconf.hxx b/ucbhelper/source/provider/provconf.hxx
index e100a84f024d..78834939c234 100644
--- a/ucbhelper/source/provider/provconf.hxx
+++ b/ucbhelper/source/provider/provconf.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: provconf.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: sb $ $Date: 2000-11-09 13:22:49 $
+ * last change: $Author: mh $ $Date: 2001-01-31 13:41:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,7 @@
#define _UCBHELPER_PROFCONF_HXX_
#ifndef __VECTOR__
-#include <stl/vector>
+#include <vector>
#endif
#ifndef _RTL_USTRING_HXX_
#include <rtl/ustring.hxx>
diff --git a/ucbhelper/source/provider/providerhelper.cxx b/ucbhelper/source/provider/providerhelper.cxx
index 91a31eb058db..b768b2668e38 100644
--- a/ucbhelper/source/provider/providerhelper.cxx
+++ b/ucbhelper/source/provider/providerhelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: providerhelper.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kso $ $Date: 2000-10-26 15:15:21 $
+ * last change: $Author: mh $ $Date: 2001-01-31 13:41:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@
*************************************************************************/
#ifndef __HASH_MAP__
-#include <stl/hash_map>
+#include <hash_map>
#endif
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYACCESS_HPP_
#include <com/sun/star/beans/XPropertyAccess.hpp>