summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/propertyvalueset.cxx
diff options
context:
space:
mode:
authorArmin Theissen <armin@openoffice.org>2001-03-08 09:02:51 +0000
committerArmin Theissen <armin@openoffice.org>2001-03-08 09:02:51 +0000
commit07419557378ce887453cd8e795cfe9616e4827ac (patch)
treea4d33fe5fd551273b4b786bd50a0e35b717f03f3 /ucbhelper/source/provider/propertyvalueset.cxx
parent6d27461aa4796ce0699eb2dbd070179a4eaf20ad (diff)
changed stl includes
Diffstat (limited to 'ucbhelper/source/provider/propertyvalueset.cxx')
-rw-r--r--ucbhelper/source/provider/propertyvalueset.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucbhelper/source/provider/propertyvalueset.cxx b/ucbhelper/source/provider/propertyvalueset.cxx
index 908363a7f625..94a3a4ec1507 100644
--- a/ucbhelper/source/provider/propertyvalueset.cxx
+++ b/ucbhelper/source/provider/propertyvalueset.cxx
@@ -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_