diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-03-07 09:15:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-03-07 09:15:10 +0000 |
commit | 2b9dfe5bef48587a782454b213dcc433852374ff (patch) | |
tree | 8f5bd741573235e4562ee43cf8f9857afe821c42 /starmath/source/symbol.cxx | |
parent | 4fc1c5ce14a746eb424396f36b98c042a90a4ce7 (diff) |
INTEGRATION: CWS sw8pp2utf8 (1.26.34); FILE MERGED
2005/12/21 13:55:57 tl 1.26.34.1: #i57582# using #include <vector> and not #include <stl/vector>
Diffstat (limited to 'starmath/source/symbol.cxx')
-rw-r--r-- | starmath/source/symbol.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/symbol.cxx b/starmath/source/symbol.cxx index beda11601f23..68903c32dd7f 100644 --- a/starmath/source/symbol.cxx +++ b/starmath/source/symbol.cxx @@ -4,9 +4,9 @@ * * $RCSfile: symbol.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: kz $ $Date: 2005-10-05 15:05:59 $ + * last change: $Author: rt $ $Date: 2006-03-07 10:15:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,7 @@ #pragma hdrstop -#include <stl/vector> +#include <vector> #ifndef _OSL_MUTEX_HXX_ #include <osl/mutex.hxx> |