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

INTEGRATION: CWS qadev24 (1.9.12); FILE MERGED

2005/09/19 17:21:31 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'
üst a4b7c206
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: AccessibleFixedText.java,v $ * $RCSfile: AccessibleFixedText.java,v $
* *
* $Revision: 1.10 $ * $Revision: 1.11 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 04:18:21 $ * last change: $Author: kz $ $Date: 2005-11-02 18:16:20 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -86,9 +86,9 @@ import util.utils; ...@@ -86,9 +86,9 @@ import util.utils;
* @see ifc.accessibility._XAccessibleText * @see ifc.accessibility._XAccessibleText
*/ */
public class AccessibleFixedText extends TestCase { public class AccessibleFixedText extends TestCase {
XTextDocument xTextDoc = null; private static XTextDocument xTextDoc = null;
XAccessibleAction action = null; private static XAccessibleAction action = null;
private XWindow xWinDlg = null; private static XWindow xWinDlg = null;
/** /**
* Creates a new dialog adds fixed text control to it and * Creates a new dialog adds fixed text control to it and
......
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