summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_toolkit/AccessibleListBox.java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 17:16:42 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 17:16:42 +0000
commit1b90f12faadd214d39e8e519f33c8811e8a92530 (patch)
tree42fba9a21d66aa70f2b57b3d1dd1c25d56621fd4 /qadevOOo/tests/java/mod/_toolkit/AccessibleListBox.java
parent1ee4a52de5935b1bf57c5f49c2d6302ade9f0b83 (diff)
INTEGRATION: CWS qadev24 (1.9.12); FILE MERGED
2005/09/19 17:20:33 cn 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/19 07:39:51 cn 1.9.12.1: #i52213# declare instance variables as 'privte static'
Diffstat (limited to 'qadevOOo/tests/java/mod/_toolkit/AccessibleListBox.java')
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleListBox.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleListBox.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleListBox.java
index 0e631ed768d8..a874d3b80ae6 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleListBox.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleListBox.java
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleListBox.java,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 04:19:41 $
+ * last change: $Author: kz $ $Date: 2005-11-02 18:16:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -91,8 +91,8 @@ import util.utils;
* @see ifc.accessibility._XAccessibleContext
*/
public class AccessibleListBox extends TestCase {
- XTextDocument xTextDoc = null;
- XAccessibleAction action = null;
+ private static XTextDocument xTextDoc = null;
+ private static XAccessibleAction action = null;
/**
* Opens 'Insert Hyperlink' dialog using document dispatch provider.