summaryrefslogtreecommitdiff
path: root/automation/source/testtool/objtest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/testtool/objtest.hxx')
-rw-r--r--automation/source/testtool/objtest.hxx8
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
{