summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
diff options
context:
space:
mode:
authorStephan Wunderlich <sw@openoffice.org>2003-03-31 09:08:25 +0000
committerStephan Wunderlich <sw@openoffice.org>2003-03-31 09:08:25 +0000
commit80bc28dc7157bb7e02f00dd0df4b9b902a827989 (patch)
tree160e9a220b9e6112207947ef8fe74f036f8fbb59 /qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
parent2bae14affdefd259201fc29b99324a16bd9f1b75 (diff)
CHG: added ObjRelation for XAccessibleText
Diffstat (limited to 'qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java')
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java7
1 files changed, 5 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
index 4444e64e4adf..ef56394dd808 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleButton.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Date: 2003-01-27 18:19:33 $
+ * last change: $Date: 2003-03-31 10:03:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -193,6 +193,9 @@ public class AccessibleButton extends lib.TestCase {
tEnv.addObjRelation("XAccessibleText.Text", text.getText());
+ tEnv.addObjRelation("EditOnly",
+ "This method isn't supported in this component");
+
return tEnv;
}