summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 17:21:48 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 17:21:48 +0000
commit11128af3a1d5ce31089c477f2e447604356a8695 (patch)
tree411db7e7380d0122a0871827f248c7ca16866289 /qadevOOo/tests
parente1a3f620609ec9c7af39befe428e57ce385a1a57 (diff)
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'
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/UnoControlContainer.java14
1 files changed, 7 insertions, 7 deletions
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 {