diff options
author | Armin Theissen <armin@openoffice.org> | 2001-03-08 09:02:51 +0000 |
---|---|---|
committer | Armin Theissen <armin@openoffice.org> | 2001-03-08 09:02:51 +0000 |
commit | 98438b34bbfc62748ecbacda5aca72ebeccce6da (patch) | |
tree | a60465bfe0fa6da3f0739f68a1748a74ddb7c75a /ucb | |
parent | 15e3e68008076acc34034c05daecedb5b97752a1 (diff) |
changed stl includes
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/file/filnot.hxx | 6 | ||||
-rw-r--r-- | ucb/source/ucp/file/filrset.hxx | 6 | ||||
-rw-r--r-- | ucb/source/ucp/file/filtask.hxx | 6 | ||||
-rw-r--r-- | ucb/source/ucp/file/shell.hxx | 12 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/DAVResource.hxx | 6 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/NeonPropFindRequest.hxx | 6 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/webdavdatasupplier.hxx | 6 |
7 files changed, 24 insertions, 24 deletions
diff --git a/ucb/source/ucp/file/filnot.hxx b/ucb/source/ucp/file/filnot.hxx index 8f3abdd186ac..86cdece708fd 100644 --- a/ucb/source/ucp/file/filnot.hxx +++ b/ucb/source/ucp/file/filnot.hxx @@ -2,9 +2,9 @@ * * $RCSfile: filnot.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hro $ $Date: 2001-02-28 19:00:17 $ + * last change: $Author: armin $ $Date: 2001-03-08 09:54:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,7 @@ #define _FILNOT_HXX_ #ifndef __SGI_STL_HASH_MAP -#include <stl/hash_map> +#include <hash_map> #endif #ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_ #include <com/sun/star/uno/Sequence.hxx> diff --git a/ucb/source/ucp/file/filrset.hxx b/ucb/source/ucp/file/filrset.hxx index 26c93f3da772..d1dc5399d0cb 100644 --- a/ucb/source/ucp/file/filrset.hxx +++ b/ucb/source/ucp/file/filrset.hxx @@ -2,9 +2,9 @@ * * $RCSfile: filrset.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kso $ $Date: 2000-10-31 10:40:43 $ + * last change: $Author: armin $ $Date: 2001-03-08 09:55:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,7 @@ #define _FILRSET_HXX_ #ifndef __SGI_STL_VECTOR -#include <stl/vector> +#include <vector> #endif #ifndef _OSL_FILE_HXX_ diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx index da4aaee1a6d1..c01606b807b1 100644 --- a/ucb/source/ucp/file/filtask.hxx +++ b/ucb/source/ucp/file/filtask.hxx @@ -2,9 +2,9 @@ * * $RCSfile: filtask.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: kso $ $Date: 2000-10-16 14:53:36 $ + * last change: $Author: armin $ $Date: 2001-03-08 09:56:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,7 @@ #endif #ifndef __SGI_STL_HASH_MAP -#include <stl/hash_map> +#include <hash_map> #endif #ifndef _VOS_MUTEX_HXX_ #include <vos/mutex.hxx> diff --git a/ucb/source/ucp/file/shell.hxx b/ucb/source/ucp/file/shell.hxx index cd1c4611e0fc..3a2d6f9ee14d 100644 --- a/ucb/source/ucp/file/shell.hxx +++ b/ucb/source/ucp/file/shell.hxx @@ -2,9 +2,9 @@ * * $RCSfile: shell.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: abi $ $Date: 2001-03-02 12:08:24 $ + * last change: $Author: armin $ $Date: 2001-03-08 09:57:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,16 +74,16 @@ #include <cppuhelper/typeprovider.hxx> #endif #ifndef __SGI_STL_VECTOR -#include <stl/vector> +#include <vector> #endif #ifndef __SGI_STL_HASH_MAP -#include <stl/hash_map> +#include <hash_map> #endif #ifndef __SGI_STL_HASH_SET -#include <stl/hash_set> +#include <hash_set> #endif #ifndef _SGI_STL_LIST -#include <stl/list> +#include <list> #endif #ifndef _OSL_FILE_HXX_ #include <osl/file.hxx> diff --git a/ucb/source/ucp/webdav/DAVResource.hxx b/ucb/source/ucp/webdav/DAVResource.hxx index 87e8eb947b57..6e42140e483d 100644 --- a/ucb/source/ucp/webdav/DAVResource.hxx +++ b/ucb/source/ucp/webdav/DAVResource.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DAVResource.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kso $ $Date: 2001-02-20 16:20:44 $ + * last change: $Author: armin $ $Date: 2001-03-08 09:57:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,7 +61,7 @@ #ifndef _DAVRESOURCE_HXX_ #define _DAVRESOURCE_HXX_ -#include <stl/vector> +#include <vector> #include <rtl/ustring.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/ucb/source/ucp/webdav/NeonPropFindRequest.hxx b/ucb/source/ucp/webdav/NeonPropFindRequest.hxx index 4551326490e7..5ad3fda3aab3 100644 --- a/ucb/source/ucp/webdav/NeonPropFindRequest.hxx +++ b/ucb/source/ucp/webdav/NeonPropFindRequest.hxx @@ -2,9 +2,9 @@ * * $RCSfile: NeonPropFindRequest.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kso $ $Date: 2001-02-15 11:04:48 $ + * last change: $Author: armin $ $Date: 2001-03-08 09:59:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,7 +65,7 @@ #include "DAVTypes.hxx" #include "DAVResource.hxx" #include <rtl/ustring.hxx> -#include <stl/vector> +#include <vector> namespace webdav_ucp { diff --git a/ucb/source/ucp/webdav/webdavdatasupplier.hxx b/ucb/source/ucp/webdav/webdavdatasupplier.hxx index 0719e67f9f1d..56426875945b 100644 --- a/ucb/source/ucp/webdav/webdavdatasupplier.hxx +++ b/ucb/source/ucp/webdav/webdavdatasupplier.hxx @@ -2,9 +2,9 @@ * * $RCSfile: webdavdatasupplier.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kso $ $Date: 2000-11-07 15:49:00 $ + * last change: $Author: armin $ $Date: 2001-03-08 10:00:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,7 +66,7 @@ #include <ucbhelper/resultset.hxx> #endif #ifndef __VECTOR__ -#include <stl/vector> +#include <vector> #endif namespace webdav_ucp { |