diff options
author | rbuj <robert.buj@gmail.com> | 2014-09-07 18:13:28 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-09-08 02:59:46 -0500 |
commit | c9dbe53a4a3ccd4ad85354322e63c9e92c1c0dda (patch) | |
tree | 74915c551de8ca316e9d8cd77bce69c144643b07 /qadevOOo | |
parent | e6b295e55d82f236206c24f5cf1dcc314c34b20f (diff) |
qadevOOo: remove import from the same package
Change-Id: Id12bece6f1bba0591c3b311553df3fecec40e524
Reviewed-on: https://gerrit.libreoffice.org/11324
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/convwatch/BorderRemover.java | 1 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/BuildID.java | 1 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/ConvWatch.java | 6 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/ConvWatchCancelException.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/ConvWatchStarter.java | 6 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/DocumentConverter.java | 4 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/EnhancedComplexTestCase.java | 1 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/FilenameHelper.java | 1 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/GfxCompare.java | 4 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/GraphicalDifferenceCheck.java | 4 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/MSOfficePrint.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/PRNCompare.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/PixelCounter.java | 3 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/ReferenceBuilder.java | 5 |
14 files changed, 0 insertions, 42 deletions
diff --git a/qadevOOo/runner/convwatch/BorderRemover.java b/qadevOOo/runner/convwatch/BorderRemover.java index 650412b46e3b..09cc785d43f0 100644 --- a/qadevOOo/runner/convwatch/BorderRemover.java +++ b/qadevOOo/runner/convwatch/BorderRemover.java @@ -18,7 +18,6 @@ package convwatch; -import convwatch.ImageHelper; import java.io.File; import java.awt.image.RenderedImage; import java.awt.image.BufferedImage; diff --git a/qadevOOo/runner/convwatch/BuildID.java b/qadevOOo/runner/convwatch/BuildID.java index 97bdf66abb5e..7f903af81ba1 100644 --- a/qadevOOo/runner/convwatch/BuildID.java +++ b/qadevOOo/runner/convwatch/BuildID.java @@ -20,7 +20,6 @@ package convwatch; import java.io.File; import helper.OSHelper; -import convwatch.IniFile; public class BuildID { diff --git a/qadevOOo/runner/convwatch/ConvWatch.java b/qadevOOo/runner/convwatch/ConvWatch.java index 588814ea7d90..4d23bae8e09b 100644 --- a/qadevOOo/runner/convwatch/ConvWatch.java +++ b/qadevOOo/runner/convwatch/ConvWatch.java @@ -18,12 +18,6 @@ package convwatch; -import convwatch.ConvWatchException; -import convwatch.ConvWatchCancelException; -import convwatch.FileHelper; -import convwatch.OfficePrint; -import convwatch.PRNCompare; -import convwatch.StatusHelper; import helper.URLHelper; import java.io.File; diff --git a/qadevOOo/runner/convwatch/ConvWatchCancelException.java b/qadevOOo/runner/convwatch/ConvWatchCancelException.java index 093a58947484..ad37c2da2a8b 100644 --- a/qadevOOo/runner/convwatch/ConvWatchCancelException.java +++ b/qadevOOo/runner/convwatch/ConvWatchCancelException.java @@ -18,8 +18,6 @@ package convwatch; -import convwatch.ConvWatchException; - public class ConvWatchCancelException extends ConvWatchException { public ConvWatchCancelException(String _aMessage) diff --git a/qadevOOo/runner/convwatch/ConvWatchStarter.java b/qadevOOo/runner/convwatch/ConvWatchStarter.java index a6953157e8c2..9c0616252454 100644 --- a/qadevOOo/runner/convwatch/ConvWatchStarter.java +++ b/qadevOOo/runner/convwatch/ConvWatchStarter.java @@ -23,17 +23,11 @@ import java.util.ArrayList; import java.io.File; import java.io.FileFilter; -import convwatch.EnhancedComplexTestCase; import com.sun.star.lang.XMultiServiceFactory; -import convwatch.ConvWatchException; -import convwatch.DirectoryHelper; -import convwatch.GraphicalTestArguments; -import convwatch.HTMLOutputter; import helper.OfficeProvider; import helper.OfficeWatcher; import helper.OSHelper; -import convwatch.PerformanceContainer; /** * The following Complex Test will test diff --git a/qadevOOo/runner/convwatch/DocumentConverter.java b/qadevOOo/runner/convwatch/DocumentConverter.java index 5a6f02461a4e..63252153660d 100644 --- a/qadevOOo/runner/convwatch/DocumentConverter.java +++ b/qadevOOo/runner/convwatch/DocumentConverter.java @@ -25,10 +25,6 @@ import java.util.ArrayList; import com.sun.star.lang.XMultiServiceFactory; -import convwatch.DirectoryHelper; -import convwatch.OfficePrint; -import convwatch.EnhancedComplexTestCase; -import convwatch.PropertyName; import helper.OfficeProvider; /** diff --git a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java index 9792d6f4ef70..16a743e251fc 100644 --- a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java +++ b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java @@ -20,7 +20,6 @@ package convwatch; import complexlib.ComplexTestCase; import helper.ProcessHandler; -import convwatch.GraphicalTestArguments; /** * Some Helperfunctions which are nice in ReferenceBuilder and ConvWatchTest diff --git a/qadevOOo/runner/convwatch/FilenameHelper.java b/qadevOOo/runner/convwatch/FilenameHelper.java index 54a159155e1d..19b9eea0bf7a 100644 --- a/qadevOOo/runner/convwatch/FilenameHelper.java +++ b/qadevOOo/runner/convwatch/FilenameHelper.java @@ -26,7 +26,6 @@ package convwatch; import helper.URLHelper; -import convwatch.FileHelper; import helper.StringHelper; interface Filenamer diff --git a/qadevOOo/runner/convwatch/GfxCompare.java b/qadevOOo/runner/convwatch/GfxCompare.java index 921191ba46a2..b1de0561217e 100644 --- a/qadevOOo/runner/convwatch/GfxCompare.java +++ b/qadevOOo/runner/convwatch/GfxCompare.java @@ -19,11 +19,7 @@ package convwatch; import java.util.ArrayList; -import convwatch.EnhancedComplexTestCase; -import convwatch.PRNCompare; -import convwatch.GraphicalTestArguments; import helper.URLHelper; -import convwatch.OfficePrint; import java.io.File; public class GfxCompare extends EnhancedComplexTestCase diff --git a/qadevOOo/runner/convwatch/GraphicalDifferenceCheck.java b/qadevOOo/runner/convwatch/GraphicalDifferenceCheck.java index abd1aecefb7b..1e6971868f32 100644 --- a/qadevOOo/runner/convwatch/GraphicalDifferenceCheck.java +++ b/qadevOOo/runner/convwatch/GraphicalDifferenceCheck.java @@ -18,10 +18,6 @@ package convwatch; -import convwatch.GraphicalTestArguments; -import convwatch.OfficePrint; -import convwatch.ConvWatchCancelException; -import convwatch.FileHelper; import java.io.File; import helper.URLHelper; diff --git a/qadevOOo/runner/convwatch/MSOfficePrint.java b/qadevOOo/runner/convwatch/MSOfficePrint.java index 92dc05ed82ac..821678284557 100644 --- a/qadevOOo/runner/convwatch/MSOfficePrint.java +++ b/qadevOOo/runner/convwatch/MSOfficePrint.java @@ -18,11 +18,9 @@ package convwatch; -import convwatch.FileHelper; import java.io.File; import java.io.FileWriter; import java.io.RandomAccessFile; -import convwatch.GraphicalTestArguments; import helper.ProcessHandler; import java.util.ArrayList; import helper.OSHelper; diff --git a/qadevOOo/runner/convwatch/PRNCompare.java b/qadevOOo/runner/convwatch/PRNCompare.java index 561d371742fb..3a9e31c46ac6 100644 --- a/qadevOOo/runner/convwatch/PRNCompare.java +++ b/qadevOOo/runner/convwatch/PRNCompare.java @@ -21,8 +21,6 @@ package convwatch; import helper.ProcessHandler; import java.io.File; -import convwatch.PixelCounter; -import convwatch.StatusHelper; import helper.OSHelper; import helper.StringHelper; import java.util.ArrayList; diff --git a/qadevOOo/runner/convwatch/PixelCounter.java b/qadevOOo/runner/convwatch/PixelCounter.java index 21b2632bbaa5..5a8f805db2fe 100644 --- a/qadevOOo/runner/convwatch/PixelCounter.java +++ b/qadevOOo/runner/convwatch/PixelCounter.java @@ -18,9 +18,6 @@ package convwatch; -import convwatch.ImageHelper; - - abstract class CountPixel { int m_nCount = 0; diff --git a/qadevOOo/runner/convwatch/ReferenceBuilder.java b/qadevOOo/runner/convwatch/ReferenceBuilder.java index 0fa57a8fd015..7c9f1cfecae0 100644 --- a/qadevOOo/runner/convwatch/ReferenceBuilder.java +++ b/qadevOOo/runner/convwatch/ReferenceBuilder.java @@ -23,12 +23,7 @@ import java.io.File; import java.io.FileFilter; import com.sun.star.lang.XMultiServiceFactory; -import convwatch.DirectoryHelper; -import convwatch.ConvWatchException; -import convwatch.EnhancedComplexTestCase; -import convwatch.PropertyName; import helper.OfficeProvider; -import convwatch.PerformanceContainer; /** * The following Complex Test will test |