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

INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED

2005/09/19 17:26:41 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED
2005/08/19 07:39:58 cn 1.6.16.1: #i52213# declare instance variables as 'privte static'
üst a58dc7e0
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: UnoControlDialog.java,v $ * $RCSfile: UnoControlDialog.java,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 04:38:48 $ * last change: $Author: kz $ $Date: 2005-11-02 18:22:46 $
* *
* 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.awt._XView * @see ifc.awt._XView
*/ */
public class UnoControlDialog extends TestCase { public class UnoControlDialog extends TestCase {
private XWindow xWinDlg = null; private static XWindow xWinDlg = null;
public XTextDocument xTextDoc; private static XTextDocument xTextDoc;
/** /**
* Creating a Testenvironment for the interfaces to be tested. * Creating a Testenvironment for the interfaces to be tested.
......
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