changed stl includes
This commit is contained in:
parent
6d27461aa4
commit
0741955737
3 changed files with 9 additions and 9 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: propertyvalueset.cxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: kso $ $Date: 2001-02-02 11:11:12 $
|
||||
* last change: $Author: armin $ $Date: 2001-03-08 10:01:02 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -66,7 +66,7 @@
|
|||
*************************************************************************/
|
||||
|
||||
#ifndef __VECTOR__
|
||||
#include <stl/vector>
|
||||
#include <vector>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTY_HPP_
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: myucp_content.hxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: kso $ $Date: 2000-11-17 15:38:10 $
|
||||
* last change: $Author: armin $ $Date: 2001-03-08 10:02:09 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -64,7 +64,7 @@
|
|||
#define _MYUCP_CONTENT_HXX
|
||||
|
||||
#ifndef __LIST__
|
||||
#include <stl/list>
|
||||
#include <list>
|
||||
#endif
|
||||
#ifndef _VOS_REF_HXX_
|
||||
#include <vos/ref.hxx>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: myucp_datasupplier.cxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: kso $ $Date: 2000-11-17 15:38:10 $
|
||||
* last change: $Author: armin $ $Date: 2001-03-08 10:02:51 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -66,7 +66,7 @@
|
|||
*************************************************************************/
|
||||
|
||||
#ifndef __VECTOR__
|
||||
#include <stl/vector>
|
||||
#include <vector>
|
||||
#endif
|
||||
#ifndef _UCBHELPER_CONTENTIDENTIFIER_HXX
|
||||
#include <ucbhelper/contentidentifier.hxx>
|
||||
|
|
Loading…
Reference in a new issue