diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-06-23 11:26:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-06-23 11:26:26 +0000 |
commit | 477541f3b8ebe125fd3158ee4e528e38c8d5d8e5 (patch) | |
tree | 39eb92862fb0d1782b6a54854e3ff8df338b6e5c /automation/source/testtool | |
parent | 17b6b48804b57a9dbb17da14356c8697c8bb958e (diff) |
#i10000#: invalid typedef
Diffstat (limited to 'automation/source/testtool')
-rw-r--r-- | automation/source/testtool/objtest.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/automation/source/testtool/objtest.hxx b/automation/source/testtool/objtest.hxx index c56f43c8d7e7..65c4931f0988 100644 --- a/automation/source/testtool/objtest.hxx +++ b/automation/source/testtool/objtest.hxx @@ -2,9 +2,9 @@ * * $RCSfile: objtest.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2004-06-17 11:41:22 $ + * last change: $Author: hr $ $Date: 2004-06-23 12:26:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,6 +79,8 @@ #include <basic/testtool.hxx> #endif +#include <map> + // #define ID_BeginBlock 1 // #define ID_EndBlock 2 #define ID_Kontext 3 @@ -276,7 +278,7 @@ private: }; SV_DECL_IMPL_REF(Controls); -typedef Environment; +typedef std::map< String, String > Environment; class ImplTestToolObj { |