summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 12:20:26 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 12:20:26 +0000
commitfb72cb927dff359d416feea2385b6283fa5c8933 (patch)
tree6327a7a4a04e8b57716d93d372166591461ddf2e
parent2df977c99d437a00537661fe79d8ec4d04392638 (diff)
INTEGRATION: CWS qadev31 (1.4.42); FILE MERGED
2007/11/05 19:51:50 cn 1.4.42.1: #i83329# remove unused imports
-rw-r--r--qadevOOo/runner/helper/FileTools.java16
1 files changed, 2 insertions, 14 deletions
diff --git a/qadevOOo/runner/helper/FileTools.java b/qadevOOo/runner/helper/FileTools.java
index 96e4285a0803..e7fededf62a6 100644
--- a/qadevOOo/runner/helper/FileTools.java
+++ b/qadevOOo/runner/helper/FileTools.java
@@ -4,9 +4,9 @@
*
* $RCSfile: FileTools.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2005-11-02 17:43:18 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 13:20:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,24 +34,12 @@
************************************************************************/
package helper;
-import com.sun.star.beans.PropertyValue;
-import com.sun.star.beans.XPropertySet;
-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 java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
-import lib.TestParameters;
-
-import util.DesktopTools;
-
/**
* This class deliver some functionality to copy files.