summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 17:02:16 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 17:02:16 +0000
commita36fac903c5e314452d509afac790e7d1efa4125 (patch)
tree1fb3ff0f45d2348a34e3672857c94afc5570ff05 /qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java
parentce273d417f555f097e7b49f395189209d405cc16 (diff)
INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED
2005/09/19 15:16:27 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:05 cn 1.6.16.1: #i54533# define class variables for documents as 'static'
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java
index 45ccb4cc6e30..102bc6412f38 100644
--- a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java
+++ b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DDELinksEnumeration.java
@@ -4,9 +4,9 @@
*
* $RCSfile: ScIndexEnumeration_DDELinksEnumeration.java,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:53:08 $
+ * last change: $Author: kz $ $Date: 2005-11-02 18:02:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,8 +58,8 @@ import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
public class ScIndexEnumeration_DDELinksEnumeration extends TestCase {
- XSpreadsheetDocument xSheetDoc = null;
- XComponent oDoc = null;
+ static XSpreadsheetDocument xSheetDoc = null;
+ static XComponent oDoc = null;
/**
* Creates Spreadsheet document.