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

INTEGRATION: CWS qadev24 (1.9.12); FILE MERGED

2005/09/19 17:28:12 cn 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED
2005/08/19 07:39:53 cn 1.9.12.1: #i52213# declare instance variables as 'privte static'
üst 6323aa5b
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: AccessibleScrollBar.java,v $ * $RCSfile: AccessibleScrollBar.java,v $
* *
* $Revision: 1.10 $ * $Revision: 1.11 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 04:24:21 $ * last change: $Author: kz $ $Date: 2005-11-02 18:18:19 $
* *
* 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.
...@@ -91,8 +91,8 @@ import util.SOfficeFactory; ...@@ -91,8 +91,8 @@ import util.SOfficeFactory;
* @see ifc.accessibility.XAccessibleAction * @see ifc.accessibility.XAccessibleAction
*/ */
public class AccessibleScrollBar extends TestCase { public class AccessibleScrollBar extends TestCase {
XDesktop the_Desk; private static XDesktop the_Desk;
XComponent xDoc; private static XComponent xDoc;
/** /**
* Creates the Desktop service (<code>com.sun.star.frame.Desktop</code>). * Creates the Desktop service (<code>com.sun.star.frame.Desktop</code>).
......
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