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 | 04c47172ebcbbb7d6d551e38099d1826478b7fc3 (patch) | |
tree | 944a3956588c24ba5bbcc913e010b800b6f7d001 /automation/source/testtool/objtest.hxx | |
parent | 76326099ea22c40b01488b825c21a2aae3346c6a (diff) |
#i10000#: invalid typedef
Diffstat (limited to 'automation/source/testtool/objtest.hxx')
-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 2b3c0bfd9..50088b1b5 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 { |