summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java
index 1237e9817f11..8d6687cf01dd 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java
@@ -154,13 +154,13 @@ public class ScAccessibleCsvGrid extends TestCase {
}
}
- public class loadThread extends Thread {
+ private class loadThread extends Thread {
private final SOfficeFactory SOF;
private final PropertyValue[] args;
public XComponent xSpreadSheedDoc = null;
- public loadThread(SOfficeFactory SOF, PropertyValue[] Args) {
+ private loadThread(SOfficeFactory SOF, PropertyValue[] Args) {
this.SOF = SOF;
this.args = Args;
}