summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorArmin Theissen <armin@openoffice.org>2001-03-08 08:46:26 +0000
committerArmin Theissen <armin@openoffice.org>2001-03-08 08:46:26 +0000
commit15e3e68008076acc34034c05daecedb5b97752a1 (patch)
tree9d8b7f61ad0b535e250e1a6db5a3bb9efc16dcdf /sfx2
parent0335cc149f1274642021b7ad59dff7272ed851c6 (diff)
changed stl includes
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/bastyp/fltfnc.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx
index 7d28f9e8ea55..73c07ccb00bd 100644
--- a/sfx2/source/bastyp/fltfnc.cxx
+++ b/sfx2/source/bastyp/fltfnc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fltfnc.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: mba $ $Date: 2001-03-08 09:03:40 $
+ * last change: $Author: armin $ $Date: 2001-03-08 09:36:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -303,11 +303,11 @@ struct FlagMapping_Impl
#ifdef TF_FILTER//MUSTFILTER
#ifndef __SGI_STL_HASH_MAP
-#include <stl/hash_map>
+#include <hash_map>
#endif
#ifndef __SGI_STL_ITERATOR
-#include <stl/iterator>
+#include <iterator>
#endif
// Hash code function for calculation of map key.