summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 17:21:58 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 17:21:58 +0000
commitaaadd0d3f2e43eb060543397caab4ae4e319923d (patch)
treea7fe1a31ad2423fb82d21a507c72bfce7965090a /qadevOOo/tests
parent11128af3a1d5ce31089c477f2e447604356a8695 (diff)
INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED
2005/09/19 17:25:13 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/UnoControlCurrencyField.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/UnoControlCurrencyField.java b/qadevOOo/tests/java/mod/_toolkit/UnoControlCurrencyField.java
index 8d7754430f6a..d9ffbfd84eb8 100644
--- a/qadevOOo/tests/java/mod/_toolkit/UnoControlCurrencyField.java
+++ b/qadevOOo/tests/java/mod/_toolkit/UnoControlCurrencyField.java
@@ -4,9 +4,9 @@
*
* $RCSfile: UnoControlCurrencyField.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 04:36:15 $
+ * last change: $Author: kz $ $Date: 2005-11-02 18:21:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -65,7 +65,7 @@ import util.utils;
public class UnoControlCurrencyField extends TestCase {
- XTextDocument xTextDoc;
+ private static XTextDocument xTextDoc;
protected void initialize(TestParameters Param, PrintWriter log) {
SOfficeFactory SOF = SOfficeFactory.getFactory(