diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-05 09:54:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-05 11:31:50 +0200 |
commit | 0c5f51ebbcb7e22baa913e2012e3dcfcc6cf7897 (patch) | |
tree | 3d441110176e37c1a6ba2d15a3653d5023863075 /bean/qa/complex | |
parent | d26540bb05b0443e7988da34372c86f88cbf1f6c (diff) |
java: remove commented out code
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
Diffstat (limited to 'bean/qa/complex')
-rw-r--r-- | bean/qa/complex/bean/OOoBeanTest.java | 19 | ||||
-rw-r--r-- | bean/qa/complex/bean/ScreenComparer.java | 5 | ||||
-rw-r--r-- | bean/qa/complex/bean/WriterFrame.java | 1 |
3 files changed, 0 insertions, 25 deletions
diff --git a/bean/qa/complex/bean/OOoBeanTest.java b/bean/qa/complex/bean/OOoBeanTest.java index 82a604bdfc1d..d223fb74a9be 100644 --- a/bean/qa/complex/bean/OOoBeanTest.java +++ b/bean/qa/complex/bean/OOoBeanTest.java @@ -24,9 +24,7 @@ import com.sun.star.uno.UnoRuntime; import java.awt.*; -// import org.junit.After; import org.junit.AfterClass; -// import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import org.openoffice.test.OfficeConnection; @@ -43,23 +41,6 @@ class PrivateLocalOfficeConnection extends com.sun.star.comp.beans.LocalOfficeCo public class OOoBeanTest { -// public String[] getTestMethodNames() -// { -// // TODO think about trigger of sub-tests from outside -// return new String[] -// { -// "test1", -// "test2", -// "test3", -// "test4", -// "test5", -// "test6", -// "test6a", -// "test7", -// "test8" -// }; -// } - /** For X-Windows we need to prolong the time between painting windows. Because it takes longer than on Windows. */ diff --git a/bean/qa/complex/bean/ScreenComparer.java b/bean/qa/complex/bean/ScreenComparer.java index c415c8404345..9b4815bc3caf 100644 --- a/bean/qa/complex/bean/ScreenComparer.java +++ b/bean/qa/complex/bean/ScreenComparer.java @@ -18,16 +18,11 @@ package complex.bean; -// import complexlib.ComplexTestCase; import java.io.File; import java.awt.Rectangle; -// import java.awt.BorderLayout; import java.awt.image.BufferedImage; import java.awt.image.PixelGrabber; -// import java.awt.event.*; -// import java.awt.Frame; import javax.imageio.ImageIO; -// import javax.imageio.stream.FileImageOutputStream; diff --git a/bean/qa/complex/bean/WriterFrame.java b/bean/qa/complex/bean/WriterFrame.java index 470c43f42fc0..d1efaaeb47b7 100644 --- a/bean/qa/complex/bean/WriterFrame.java +++ b/bean/qa/complex/bean/WriterFrame.java @@ -18,7 +18,6 @@ package complex.bean; -// import com.sun.star.comp.beans.LocalOfficeConnection; import com.sun.star.uno.XComponentContext; import java.awt.Rectangle; import java.awt.Insets; |