summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-08-22 14:33:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-08-22 14:55:29 +0200
commit77dc93ddeaee5ee73c7b0afe49da7d699fe62e23 (patch)
treed2020c4a5e36fae02fcaf1178ddfa80fd94b1026 /qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java
parente485b16078efd3ca7d13fa8a4ea1a7d52da7daf3 (diff)
What's it with all those *static* XSpreadsheetDocument instances?
...appears to be completely unnecessary, and maybe this helps fix some obscure DispsedException failures in JunitTest_sc_unoapi (not ones resulting from a crashed soffice.bin, but "genuine" ones happening when chasing util.AccessibilityTools.getAccessibleObjectForRole). Change-Id: I127940e9a2a9784d01255307b60614d53c86436f
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java b/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java
index 563bd6b4942a..cc2863c931c1 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAreaLinkObj.java
@@ -63,7 +63,7 @@ import com.sun.star.uno.XInterface;
* @see ifc.beans._XPropertySet
*/
public class ScAreaLinkObj extends TestCase {
- static XSpreadsheetDocument xSheetDoc = null;
+ private XSpreadsheetDocument xSheetDoc = null;
/**
* Creates Spreadsheet document.