Kaydet (Commit) ca8f1e03 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS qadev24 (1.10.12); FILE MERGED

2005/09/19 17:29:33 cn 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED
2005/08/19 07:39:48 cn 1.10.12.1: #i52213# declare instance variables as 'privte static'
üst f8e66fd7
......@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleButton.java,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: rt $ $Date: 2005-09-09 04:14:58 $
* last change: $Author: kz $ $Date: 2005-11-02 18:15:06 $
*
* 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._XAccessibleText
*/
public class AccessibleButton extends lib.TestCase {
XTextDocument xTextDoc = null;
XAccessibleAction action = null;
private static XTextDocument xTextDoc = null;
private static XAccessibleAction action = null;
/**
* Opens 'Printer Settings' dialog using document dispatch provider
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment