diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 17:20:03 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 17:20:03 +0000 |
commit | 33bc5ab6ee8247460b3ec8adda9b2fc264c4917d (patch) | |
tree | f9cbc5736fcf7a1249dbbcf060d2fde42c3e9250 /qadevOOo/tests | |
parent | a223bd1d263fb402d3d4068932950f3351bd432e (diff) |
INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED
2005/09/19 17:21:20 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED
2005/08/19 07:39:55 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/TabControllerModel.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/TabControllerModel.java b/qadevOOo/tests/java/mod/_toolkit/TabControllerModel.java index a018c25ebf1a..6f28b4bb4a57 100644 --- a/qadevOOo/tests/java/mod/_toolkit/TabControllerModel.java +++ b/qadevOOo/tests/java/mod/_toolkit/TabControllerModel.java @@ -4,9 +4,9 @@ * * $RCSfile: TabControllerModel.java,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:30:13 $ + * last change: $Author: kz $ $Date: 2005-11-02 18:20:03 $ * * 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 TabControllerModel extends TestCase { - XTextDocument xTextDoc; + private static XTextDocument xTextDoc; protected void initialize(TestParameters param, PrintWriter log) { try { |