summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_toolkit/UnoControlComboBox.java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 17:21:24 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 17:21:24 +0000
commitaf5996d5423ce5b74eb43c59b37e92ef8bafdffa (patch)
tree12e503bb6605b66815c7fffe0d5db15932e1ea9f /qadevOOo/tests/java/mod/_toolkit/UnoControlComboBox.java
parentINTEGRATION: CWS qadev24 (1.4.98); FILE MERGED (diff)
downloadcore-af5996d5423ce5b74eb43c59b37e92ef8bafdffa.tar.gz
core-af5996d5423ce5b74eb43c59b37e92ef8bafdffa.zip
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/java/mod/_toolkit/UnoControlComboBox.java')
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/UnoControlComboBox.java6
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());