From 11128af3a1d5ce31089c477f2e447604356a8695 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 2 Nov 2005 17:21:48 +0000 Subject: INTEGRATION: CWS qadev24 (1.6.56); FILE MERGED 2005/09/19 17:18:31 cn 1.6.56.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/19 07:39:57 cn 1.6.56.1: #i52213# declare instance variables as 'privte static' --- qadevOOo/tests/java/mod/_toolkit/UnoControlContainer.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/tests/java/mod/_toolkit/UnoControlContainer.java b/qadevOOo/tests/java/mod/_toolkit/UnoControlContainer.java index 3a28a9373c71..b3e90e580bc8 100644 --- a/qadevOOo/tests/java/mod/_toolkit/UnoControlContainer.java +++ b/qadevOOo/tests/java/mod/_toolkit/UnoControlContainer.java @@ -4,9 +4,9 @@ * * $RCSfile: UnoControlContainer.java,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:35:03 $ + * last change: $Author: kz $ $Date: 2005-11-02 18:21:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -68,11 +68,11 @@ import util.utils; public class UnoControlContainer extends TestCase { - XTextDocument xTextDoc; - XTextDocument xTD2; - XControl xCtrl; - XControl xCtrl1; - XControl xCtrl2; + private static XTextDocument xTextDoc; + private static XTextDocument xTD2; + private static XControl xCtrl; + private static XControl xCtrl1; + private static XControl xCtrl2; protected void initialize(TestParameters param, PrintWriter log) { try { -- cgit