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 /sw/qa/complex | |
parent | d26540bb05b0443e7988da34372c86f88cbf1f6c (diff) |
java: remove commented out code
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
Diffstat (limited to 'sw/qa/complex')
-rw-r--r-- | sw/qa/complex/writer/LoadSaveTest.java | 2 | ||||
-rw-r--r-- | sw/qa/complex/writer/TextPortionEnumerationTest.java | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sw/qa/complex/writer/LoadSaveTest.java b/sw/qa/complex/writer/LoadSaveTest.java index 8fd9fdfd5a4b..2bb1e90ae4f8 100644 --- a/sw/qa/complex/writer/LoadSaveTest.java +++ b/sw/qa/complex/writer/LoadSaveTest.java @@ -160,12 +160,10 @@ public class LoadSaveTest boolean IsLayoutFinished() { return m_isLayoutFinished; } public void documentEventOccured(DocumentEvent Event) { -// System.out.println("event: " + Event.EventName); if ("OnLayoutFinished".equals(Event.EventName)) { // we only have one doc at any time, so no need to check m_isLayoutFinished = true; -// System.out.println("received OnLayoutFinished"); } } public void disposing(EventObject Event) { } diff --git a/sw/qa/complex/writer/TextPortionEnumerationTest.java b/sw/qa/complex/writer/TextPortionEnumerationTest.java index 23440991b1e6..3cdb1587cadd 100644 --- a/sw/qa/complex/writer/TextPortionEnumerationTest.java +++ b/sw/qa/complex/writer/TextPortionEnumerationTest.java @@ -552,7 +552,6 @@ class FuzzyTester } m_BufferActual.set(j, null); } else { -//System.out.println("testBuffer:"); printMissing(node); m_DiffMissing++; } @@ -562,7 +561,6 @@ class FuzzyTester TreeNode node = m_BufferActual.get(j); if (node != null) { -//System.out.println("testBuffer:"); printUnexpected(node); if ((node instanceof TextNode) && ((TextNode) node).getContent().length() == 0) { |