diff options
-rw-r--r-- | qadevOOo/tests/java/mod/_toolkit/UnoControlCurrencyFieldModel.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/UnoControlCurrencyFieldModel.java b/qadevOOo/tests/java/mod/_toolkit/UnoControlCurrencyFieldModel.java index 937dc3c55cb0..ca936366d171 100644 --- a/qadevOOo/tests/java/mod/_toolkit/UnoControlCurrencyFieldModel.java +++ b/qadevOOo/tests/java/mod/_toolkit/UnoControlCurrencyFieldModel.java @@ -4,9 +4,9 @@ * * $RCSfile: UnoControlCurrencyFieldModel.java,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:36:54 $ + * last change: $Author: kz $ $Date: 2005-11-02 18:22:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,7 @@ import util.utils; public class UnoControlCurrencyFieldModel extends TestCase { - XTextDocument xTextDoc; + private static XTextDocument xTextDoc; /** * Creates StarOffice Writer document. |