diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 17:24:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 17:24:08 +0000 |
commit | 459e583af33154871afbe429de6688afcc1625f5 (patch) | |
tree | 7732ccae302427e9945ba7d892b91723bd1943b1 /qadevOOo/tests | |
parent | cbab17e7b18f916ee0d31756a38120214970c4c8 (diff) |
INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED
2005/09/19 17:26:57 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED
2005/08/19 07:40:03 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/UnoControlFormattedField.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/UnoControlFormattedField.java b/qadevOOo/tests/java/mod/_toolkit/UnoControlFormattedField.java index ed2c7bba93ff..c82425aa3a81 100644 --- a/qadevOOo/tests/java/mod/_toolkit/UnoControlFormattedField.java +++ b/qadevOOo/tests/java/mod/_toolkit/UnoControlFormattedField.java @@ -4,9 +4,9 @@ * * $RCSfile: UnoControlFormattedField.java,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:43:22 $ + * last change: $Author: kz $ $Date: 2005-11-02 18:24:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,7 @@ import util.utils; public class UnoControlFormattedField extends TestCase { - XTextDocument xTextDoc; + private static XTextDocument xTextDoc; protected void initialize(TestParameters Param, PrintWriter log) { SOfficeFactory SOF = SOfficeFactory.getFactory( |