summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-05-07 06:54:56 +0000
committerRelease Engineers <releng@openoffice.org>2009-05-07 06:54:56 +0000
commit4cb14dd109260cc53309f3bf1cd2768218b13365 (patch)
tree31389d32814a87ccf7fa548d54a3370738438889 /qadevOOo/runner/helper
parent6bcdf44e037fc65f4583b07afc5f09eb92e6f0f4 (diff)
CWS-TOOLING: integrate CWS cmcfixes58
2009-05-04 13:51:10 +0200 cmc r271450 : #i101533# latest sw warnings 2009-05-04 00:02:46 +0200 cmc r271436 : #i101517# silence new warnings 2009-05-03 23:13:53 +0200 cmc r271435 : #i101305# add that one back in 2009-05-02 16:30:42 +0200 cmc r271431 : #i101493# get it to build, and remove some warnings 2009-05-02 16:12:37 +0200 cmc r271430 : CWS-TOOLING: rebase CWS cmcfixes58 to trunk@271427 (milestone: DEV300:m47) 2009-04-23 13:19:33 +0200 cmc r271163 : #i101305# remove annoying import foo is unused warnings 2009-04-21 17:10:34 +0200 cmc r271048 : #i101246# remove AVMEDIA_MANAGER_SERVICE_NAME defines again 2009-04-21 17:07:41 +0200 cmc r271047 : #i86323# remove xml2cmp unused methods
Diffstat (limited to 'qadevOOo/runner/helper')
-rw-r--r--qadevOOo/runner/helper/ComplexDescGetter.java5
-rw-r--r--qadevOOo/runner/helper/ConfigHelper.java1
-rw-r--r--qadevOOo/runner/helper/ConfigurationRead.java4
-rw-r--r--qadevOOo/runner/helper/InetTools.java5
-rw-r--r--qadevOOo/runner/helper/OfficeProvider.java2
-rw-r--r--qadevOOo/runner/helper/PropertyHandlerImpl.java1
-rw-r--r--qadevOOo/runner/helper/StreamSimulator.java3
-rw-r--r--qadevOOo/runner/helper/URLHelper.java9
8 files changed, 1 insertions, 29 deletions
diff --git a/qadevOOo/runner/helper/ComplexDescGetter.java b/qadevOOo/runner/helper/ComplexDescGetter.java
index 9e7a6563e594..90f6bbbf133b 100644
--- a/qadevOOo/runner/helper/ComplexDescGetter.java
+++ b/qadevOOo/runner/helper/ComplexDescGetter.java
@@ -34,12 +34,7 @@ import util.DynamicClassLoader;
import share.DescEntry;
import share.DescGetter;
import share.ComplexTest;
-import java.io.FileReader;
-import java.io.BufferedReader;
-import java.lang.reflect.Method;
-import java.util.StringTokenizer;
import java.util.Vector;
-import lib.TestParameters;
import share.LogWriter;
/**
diff --git a/qadevOOo/runner/helper/ConfigHelper.java b/qadevOOo/runner/helper/ConfigHelper.java
index 1a87c83e3170..088b927376f6 100644
--- a/qadevOOo/runner/helper/ConfigHelper.java
+++ b/qadevOOo/runner/helper/ConfigHelper.java
@@ -1,6 +1,5 @@
package helper;
-import java.lang.*;
import com.sun.star.uno.*;
import com.sun.star.lang.*;
import com.sun.star.container.*;
diff --git a/qadevOOo/runner/helper/ConfigurationRead.java b/qadevOOo/runner/helper/ConfigurationRead.java
index faed60cfa844..735c7033aed1 100644
--- a/qadevOOo/runner/helper/ConfigurationRead.java
+++ b/qadevOOo/runner/helper/ConfigurationRead.java
@@ -30,16 +30,12 @@
package helper;
import com.sun.star.lang.XMultiServiceFactory;
-import com.sun.star.container.XHierarchicalName;
import com.sun.star.container.XHierarchicalNameAccess;
import com.sun.star.container.XNameAccess;
import com.sun.star.container.NoSuchElementException;
import com.sun.star.beans.PropertyValue;
import com.sun.star.beans.PropertyState;
import com.sun.star.uno.UnoRuntime;
-import com.sun.star.lang.XTypeProvider;
-import com.sun.star.uno.Type;
-import com.sun.star.uno.XInterface;
/**
* Read configuration settings.
diff --git a/qadevOOo/runner/helper/InetTools.java b/qadevOOo/runner/helper/InetTools.java
index 0adf971c5f6e..c55164b6aac9 100644
--- a/qadevOOo/runner/helper/InetTools.java
+++ b/qadevOOo/runner/helper/InetTools.java
@@ -35,13 +35,10 @@ import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.UnoRuntime;
// access the implementations via names
-import com.sun.star.uno.XInterface;
import com.sun.star.util.XChangesBatch;
import lib.TestParameters;
-import util.DesktopTools;
-
public class InetTools {
/**
@@ -91,4 +88,4 @@ public class InetTools {
}
return true;
}
-} \ No newline at end of file
+}
diff --git a/qadevOOo/runner/helper/OfficeProvider.java b/qadevOOo/runner/helper/OfficeProvider.java
index a6743c775729..36350899844d 100644
--- a/qadevOOo/runner/helper/OfficeProvider.java
+++ b/qadevOOo/runner/helper/OfficeProvider.java
@@ -46,8 +46,6 @@ import java.io.File;
import java.io.PrintWriter;
import java.util.StringTokenizer;
-import java.util.logging.Level;
-import java.util.logging.Logger;
import lib.TestParameters;
import share.DescEntry;
diff --git a/qadevOOo/runner/helper/PropertyHandlerImpl.java b/qadevOOo/runner/helper/PropertyHandlerImpl.java
index 7c3e37c1d39b..6b748e6df514 100644
--- a/qadevOOo/runner/helper/PropertyHandlerImpl.java
+++ b/qadevOOo/runner/helper/PropertyHandlerImpl.java
@@ -33,7 +33,6 @@ import com.sun.star.beans.UnknownPropertyException;
import com.sun.star.inspection.LineDescriptor;
import com.sun.star.inspection.XPropertyControlFactory;
import com.sun.star.inspection.XPropertyHandler;
-import com.sun.star.inspection.LineDescriptor;
/**
* This implementation of <CODE>PropertyHandler</CODE> do currently nothig.
diff --git a/qadevOOo/runner/helper/StreamSimulator.java b/qadevOOo/runner/helper/StreamSimulator.java
index 95c425d0bf6d..cef9fdd6baac 100644
--- a/qadevOOo/runner/helper/StreamSimulator.java
+++ b/qadevOOo/runner/helper/StreamSimulator.java
@@ -33,10 +33,7 @@ package helper;
import com.sun.star.uno.UnoRuntime;
-import com.sun.star.lang.DisposedException;
import com.sun.star.lang.XMultiServiceFactory;
-import com.sun.star.uno.RuntimeException;
-import com.sun.star.uno.Exception;
import com.sun.star.ucb.XSimpleFileAccess;
/**
diff --git a/qadevOOo/runner/helper/URLHelper.java b/qadevOOo/runner/helper/URLHelper.java
index f296d17a42dd..8c8b9fceaaf0 100644
--- a/qadevOOo/runner/helper/URLHelper.java
+++ b/qadevOOo/runner/helper/URLHelper.java
@@ -32,21 +32,12 @@ package helper;
// __________ Imports __________
-// structs, const, ...
-import com.sun.star.beans.PropertyValue;
-import com.sun.star.util.URL;
-
// exceptions
-import com.sun.star.uno.Exception;
-import com.sun.star.uno.RuntimeException;
import java.net.MalformedURLException;
// interfaces
import com.sun.star.util.XURLTransformer;
-// helper
-import com.sun.star.uno.UnoRuntime;
-
// others
import java.io.File;
import java.util.Vector;