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

INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED

2005/09/19 17:21:42 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED
2005/08/19 07:39:55 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'
üst 33bc5ab6
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: Toolkit.java,v $ * $RCSfile: Toolkit.java,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 04:30:48 $ * last change: $Author: kz $ $Date: 2005-11-02 18:20:16 $
* *
* 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.
...@@ -63,7 +63,7 @@ import util.utils; ...@@ -63,7 +63,7 @@ import util.utils;
* Test for <code>com.sun.star.awt.Toolkit</code> service. * Test for <code>com.sun.star.awt.Toolkit</code> service.
*/ */
public class Toolkit extends TestCase { public class Toolkit extends TestCase {
XTextDocument xTextDoc; private static XTextDocument xTextDoc;
protected void initialize(TestParameters Param, PrintWriter log) { protected void initialize(TestParameters Param, PrintWriter log) {
SOfficeFactory SOF = SOfficeFactory.getFactory( SOfficeFactory SOF = SOfficeFactory.getFactory(
......
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