summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_toolkit/AccessibleTabPage.java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 17:19:05 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 17:19:05 +0000
commit7ec738d77553fd2458ccc80ef53a690f9151433b (patch)
tree3511ebd34dced4dcd65c6deeffb781a5c16db82e /qadevOOo/tests/java/mod/_toolkit/AccessibleTabPage.java
parent793d0172697f61c174f03ec92e7ed80ac4482446 (diff)
INTEGRATION: CWS qadev24 (1.7.12); FILE MERGED
2005/09/19 17:21:10 cn 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/19 07:39:53 cn 1.7.12.1: #i52213# declare instance variables as 'privte static'
Diffstat (limited to 'qadevOOo/tests/java/mod/_toolkit/AccessibleTabPage.java')
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleTabPage.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleTabPage.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleTabPage.java
index 6deb5444f55b..4cd82736cd50 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleTabPage.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleTabPage.java
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleTabPage.java,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 04:26:45 $
+ * last change: $Author: kz $ $Date: 2005-11-02 18:19:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -96,9 +96,9 @@ import util.SOfficeFactory;
* @see ifc.accessibility.XAccessibleExtendedComponent
*/
public class AccessibleTabPage extends TestCase {
- XDesktop the_Desk;
- XTextDocument xTextDoc;
- XAccessibleAction accCloseButton = null;
+ private static XDesktop the_Desk;
+ private static XTextDocument xTextDoc;
+ private static XAccessibleAction accCloseButton = null;
/**
* Creates the Desktop service (<code>com.sun.star.frame.Desktop</code>).