diff options
-rw-r--r-- | framework/qa/complex/framework/recovery/RecoveryTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java index b8695d4ab3f8..55e040cce196 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -67,7 +67,7 @@ import java.awt.Dimension; import java.awt.Point; import java.awt.Toolkit; import java.io.PrintWriter; -import java.util.Hashtable; +import java.util.HashMap; import java.util.Random; import util.DesktopTools; import util.PropertyName; @@ -108,7 +108,7 @@ public class RecoveryTest extends ComplexTestCase { * and the values are com sun.star.awt.Rectangle. * @see com.sun.star.awt.Rectangle */ - private Hashtable windowsPosSize = new Hashtable(); + private HashMap windowsPosSize = new HashMap(); /** * A function to tell the framework, which test functions are available. |