diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 17:21:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 17:21:24 +0000 |
commit | af5996d5423ce5b74eb43c59b37e92ef8bafdffa (patch) | |
tree | 12e503bb6605b66815c7fffe0d5db15932e1ea9f /qadevOOo/tests | |
parent | 3d503aaa6e8ed67bce2dbbaf0b5735264335df38 (diff) |
INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED
2005/09/19 17:19:04 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED
2005/08/19 07:39:57 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r-- | qadevOOo/tests/java/mod/_toolkit/UnoControlComboBox.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/UnoControlComboBox.java b/qadevOOo/tests/java/mod/_toolkit/UnoControlComboBox.java index c2acb131d676..339d4470efb5 100644 --- a/qadevOOo/tests/java/mod/_toolkit/UnoControlComboBox.java +++ b/qadevOOo/tests/java/mod/_toolkit/UnoControlComboBox.java @@ -4,9 +4,9 @@ * * $RCSfile: UnoControlComboBox.java,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:33:50 $ + * last change: $Author: kz $ $Date: 2005-11-02 18:21:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ import com.sun.star.view.XControlAccess; public class UnoControlComboBox extends TestCase { - XTextDocument xTextDoc; + private static XTextDocument xTextDoc; protected void initialize(TestParameters Param, PrintWriter log) { SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory) Param.getMSF()); |