diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 17:21:14 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 17:21:14 +0000 |
commit | 3d503aaa6e8ed67bce2dbbaf0b5735264335df38 (patch) | |
tree | ff15a3e48e3837d37d4d1b89b9a1d90075deb5dc /qadevOOo/tests | |
parent | eea1af5b2b68ae00acd8738171fee273a670b70a (diff) |
INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED
2005/09/19 17:30:24 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED
2005/08/19 07:39:56 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/UnoControlCheckBoxModel.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/UnoControlCheckBoxModel.java b/qadevOOo/tests/java/mod/_toolkit/UnoControlCheckBoxModel.java index 052d6a9e500a..04ef3371fccd 100644 --- a/qadevOOo/tests/java/mod/_toolkit/UnoControlCheckBoxModel.java +++ b/qadevOOo/tests/java/mod/_toolkit/UnoControlCheckBoxModel.java @@ -4,9 +4,9 @@ * * $RCSfile: UnoControlCheckBoxModel.java,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:33:14 $ + * last change: $Author: kz $ $Date: 2005-11-02 18:21:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,7 @@ import util.utils; public class UnoControlCheckBoxModel extends TestCase { - XTextDocument xTextDoc; + private static XTextDocument xTextDoc; /** * Creates StarOffice Writer document. |