diff options
author | Sander Vesik <svesik@openoffice.org> | 2001-04-18 18:44:21 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2001-04-18 18:44:21 +0000 |
commit | 0228886cf23e251ed261ab10fecfa3e0691c3180 (patch) | |
tree | 86bee0abd58b577f1053a13ab0dd87a6fb0d9cbc /framework | |
parent | eac0be52937e423f16ca4b09ef5b3b8d0858eaf6 (diff) |
Yet another creepy-crawly stl/ to be removed
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/classes/menumanager.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/classes/menumanager.hxx b/framework/inc/classes/menumanager.hxx index b77136a94d0a..e892ea7ab606 100644 --- a/framework/inc/classes/menumanager.hxx +++ b/framework/inc/classes/menumanager.hxx @@ -2,9 +2,9 @@ * * $RCSfile: menumanager.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: cd $ $Date: 2001-04-09 08:08:52 $ + * last change: $Author: svesik $ $Date: 2001-04-18 19:44:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,7 +91,7 @@ #endif #ifndef __SGI_STL_VECTOR -#include <stl/vector> +#include <vector> #endif #ifndef _CPPUHELPER_WEAK_HXX_ |