summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 16:54:11 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 16:54:11 +0000
commitb74b7c389f512f86053d7d7f8e146a26c412fff2 (patch)
treebbb9aab48cb80b6a39925d4b0e3f81b698d3518b /qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
parent1022a975c804da60ed7789a1fdb52a97e4f27960 (diff)
INTEGRATION: CWS qadev24 (1.7.16); FILE MERGED
2005/09/19 15:14:22 cn 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 07:57:32 cn 1.7.16.1: #i54533# define class variables for documents as 'static'
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java b/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
index 0f005a388617..d5e12a875ae7 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAreaLinksObj.java
@@ -4,9 +4,9 @@
*
* $RCSfile: ScAreaLinksObj.java,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:42:03 $
+ * last change: $Author: kz $ $Date: 2005-11-02 17:54:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -76,7 +76,7 @@ import com.sun.star.uno.XInterface;
* @see com.sun.star.sheet.CellAreaLinks
*/
public class ScAreaLinksObj extends TestCase {
- XSpreadsheetDocument xSheetDoc = null;
+ static XSpreadsheetDocument xSheetDoc = null;
/**
* Creates Spreadsheet document.