summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.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/ScIndexEnumeration_SheetLinksEnumeration.java
parentVarious desktop::Acceptor clean up (diff)
downloadcore-77dc93ddeaee5ee73c7b0afe49da7d699fe62e23.tar.gz
core-77dc93ddeaee5ee73c7b0afe49da7d699fe62e23.zip
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/ScIndexEnumeration_SheetLinksEnumeration.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
index 261739ad7ed9..56fba515677e 100644
--- a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
+++ b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_SheetLinksEnumeration.java
@@ -41,7 +41,7 @@ import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
public class ScIndexEnumeration_SheetLinksEnumeration extends TestCase {
- static XSpreadsheetDocument xSheetDoc = null;
+ private XSpreadsheetDocument xSheetDoc = null;
/**
* Creates Spreadsheet document.