diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-03-07 09:14:44 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-03-07 09:14:44 +0000 |
commit | 0dfbc530975f7814516c7f04caff8efbe580b45c (patch) | |
tree | b2232d45591a81b79d8283d83ba8dcfc06ba2901 /starmath | |
parent | 77b54da3666282777242bea25de62d9caf3231b8 (diff) |
INTEGRATION: CWS sw8pp2utf8 (1.10.22); FILE MERGED
2005/12/21 13:55:54 tl 1.10.22.1: #i57582# using #include <vector> and not #include <stl/vector>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/cfgitem.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx index 1d76a0cf09b6..9f4c22ccfc13 100644 --- a/starmath/source/cfgitem.hxx +++ b/starmath/source/cfgitem.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cfgitem.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2005-10-27 15:55:02 $ + * last change: $Author: rt $ $Date: 2006-03-07 10:14:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,7 @@ #ifndef _MATH_CFGITEM_HXX_ #define _MATH_CFGITEM_HXX_ -#include <stl/vector> +#include <vector> #include <com/sun/star/beans/PropertyValues.hpp> #include <com/sun/star/uno/Sequence.hxx> |