diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-24 16:52:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-24 16:52:32 +0000 |
commit | 4cf2c5d44d3b872c0a8e9eb8da9b56564a0314e6 (patch) | |
tree | eae92eecdde65d6269cbd394584fad6e3956c36d /qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java | |
parent | d6cfbe589c19afa50195f08025da68b62cb9d038 (diff) |
INTEGRATION: CWS qadev21 (1.7.14); FILE MERGED
2005/02/07 16:09:29 cn 1.7.14.1: #i31724# short wait added after dialog thread is started
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java')
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java index ac72a788a..65f64be79 100644 --- a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java +++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java @@ -2,9 +2,9 @@ * * $RCSfile: ScAccessibleCsvCell.java,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Date: 2004-11-02 12:01:06 $ + * last change: $Date: 2005-02-24 17:52:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,7 +137,6 @@ public class ScAccessibleCsvCell extends TestCase { XAccessibleContext cont = (XAccessibleContext) UnoRuntime.queryInterface(XAccessibleContext.class, oObj); - String name = ""; try { XAccessible acc = cont.getAccessibleChild(3); @@ -201,7 +200,7 @@ public class ScAccessibleCsvCell extends TestCase { lThread = new loadThread(SOF, args); lThread.start(); - + shortWait(); } /** |