From 15e3e68008076acc34034c05daecedb5b97752a1 Mon Sep 17 00:00:00 2001 From: Armin Theissen Date: Thu, 8 Mar 2001 08:46:26 +0000 Subject: changed stl includes --- sfx2/source/bastyp/fltfnc.cxx | 8 ++++---- svx/source/unodraw/UnoNameItemTable.hxx | 6 +++--- svx/source/unodraw/unodtabl.cxx | 6 +++--- 3 files changed, 10 insertions(+), 10 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 +#include #endif #ifndef __SGI_STL_ITERATOR -#include +#include #endif // Hash code function for calculation of map key. diff --git a/svx/source/unodraw/UnoNameItemTable.hxx b/svx/source/unodraw/UnoNameItemTable.hxx index d41757f52507..ceb615953c54 100644 --- a/svx/source/unodraw/UnoNameItemTable.hxx +++ b/svx/source/unodraw/UnoNameItemTable.hxx @@ -2,9 +2,9 @@ * * $RCSfile: UnoNameItemTable.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: cl $ $Date: 2001-01-31 19:35:22 $ + * last change: $Author: armin $ $Date: 2001-03-08 09:46:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ #include #ifndef __SGI_STL_VECTOR -#include +#include #endif #ifndef _SVX_XIT_HXX diff --git a/svx/source/unodraw/unodtabl.cxx b/svx/source/unodraw/unodtabl.cxx index 6d25c7cb4cd8..843380ea97f7 100644 --- a/svx/source/unodraw/unodtabl.cxx +++ b/svx/source/unodraw/unodtabl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unodtabl.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: cl $ $Date: 2001-01-28 16:24:30 $ + * last change: $Author: armin $ $Date: 2001-03-08 09:45:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ #endif #ifndef __SGI_STL_VECTOR -#include +#include #endif #ifndef _SVX_UNONAMEITEMTABLE_HXX_ -- cgit