summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 19:32:41 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 19:32:41 +0000
commit4d0b6627ff9cbb940bd9f8e1f09b4bad7cfc43c7 (patch)
tree6aeb9b5bf5abf007e2638057015ec6d9198af85f /qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java
parentdee7edbf5f99479966060b1fe86726fa103185c2 (diff)
INTEGRATION: CWS removedrafts (1.4.108); FILE MERGED
2005/02/18 12:50:59 sw 1.4.108.1: #i43060#
Diffstat (limited to 'qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java')
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java b/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java
index e4b0fdd33306..da7625d0077d 100644
--- a/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java
+++ b/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleTreeListBox.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change:$Date: 2003-09-08 12:34:38 $
+ * last change:$Date: 2005-03-01 20:32:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,13 +92,13 @@ import com.sun.star.util.URL;
/**
* Test for object that implements the following interfaces :
* <ul>
- * <li><code>drafts::com::sun::star::accessibility::XAccessibleComponent
+ * <li><code>::com::sun::star::accessibility::XAccessibleComponent
* </code></li>
- * <li><code>drafts::com::sun::star::accessibility::XAccessibleEventBroadcaster
+ * <li><code>::com::sun::star::accessibility::XAccessibleEventBroadcaster
* </code></li>
- * <li><code>drafts::com::sun::star::accessibility::XAccessibleContext
+ * <li><code>::com::sun::star::accessibility::XAccessibleContext
* </code></li>
- * <li><code>drafts::com::sun::star::accessibility::XAccessibleSelection
+ * <li><code>::com::sun::star::accessibility::XAccessibleSelection
* </code></li>
* </ul> <p>
*