diff options
author | Stephan Wunderlich <sw@openoffice.org> | 2003-03-19 11:47:01 +0000 |
---|---|---|
committer | Stephan Wunderlich <sw@openoffice.org> | 2003-03-19 11:47:01 +0000 |
commit | 05b09b6f2d3f92cb216859af3cb290ffc43a11e7 (patch) | |
tree | 6df06c84f991842b80266c9043b6fd7def4ecf6b /qadevOOo/tests | |
parent | 5acef2af8236935de2b4431683dc18a1081d48a5 (diff) |
CHG: add ObjRelation for XAccessibleText
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r-- | qadevOOo/tests/java/mod/_toolkit/AccessibleToolBoxItem.java | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleToolBoxItem.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleToolBoxItem.java index 3004ebcb348e..bcfc05910a45 100644 --- a/qadevOOo/tests/java/mod/_toolkit/AccessibleToolBoxItem.java +++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleToolBoxItem.java @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleToolBoxItem.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change:$Date: 2003-02-28 16:18:32 $ + * last change:$Date: 2003-03-19 12:47:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -207,6 +207,9 @@ public class AccessibleToolBoxItem extends TestCase { TestEnvironment tEnv = new TestEnvironment(oObj); + tEnv.addObjRelation("EditOnly", + "This method isn't supported in this dialog"); + final XAccessibleComponent acomp = (XAccessibleComponent) UnoRuntime.queryInterface(XAccessibleComponent.class, oObj); |