diff options
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 { |