summaryrefslogtreecommitdiff
path: root/sw/qa/complex/writer/LoadSaveTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/complex/writer/LoadSaveTest.java')
-rw-r--r--sw/qa/complex/writer/LoadSaveTest.java2
1 files changed, 0 insertions, 2 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) { }