diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 17:24:42 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 17:24:42 +0000 |
commit | 34f9998b81403b161a9ebd1d2b6019c8f2cbbc3d (patch) | |
tree | cfcf60a71f2cf4a2d84c432c2f9095a1df2a21ed /qadevOOo/tests | |
parent | 3b0a456c4e2637fe5e11828cb86789a44066ba7e (diff) |
INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED
2005/09/19 17:22:37 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/UnoControlGroupBoxModel.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/UnoControlGroupBoxModel.java b/qadevOOo/tests/java/mod/_toolkit/UnoControlGroupBoxModel.java index 12966d117020..b31c8e929e9b 100644 --- a/qadevOOo/tests/java/mod/_toolkit/UnoControlGroupBoxModel.java +++ b/qadevOOo/tests/java/mod/_toolkit/UnoControlGroupBoxModel.java @@ -4,9 +4,9 @@ * * $RCSfile: UnoControlGroupBoxModel.java,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:44:02 $ + * last change: $Author: kz $ $Date: 2005-11-02 18:24:42 $ * * 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 UnoControlGroupBoxModel extends TestCase { - XTextDocument xTextDoc; + private static XTextDocument xTextDoc; /** * Creates StarOffice Writer document. |