summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
diff options
context:
space:
mode:
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;
}