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.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/qa/complex/writer/LoadSaveTest.java b/sw/qa/complex/writer/LoadSaveTest.java
index f617a93d8b42..e2ae7ab21b48 100644
--- a/sw/qa/complex/writer/LoadSaveTest.java
+++ b/sw/qa/complex/writer/LoadSaveTest.java
@@ -148,10 +148,10 @@ public class LoadSaveTest
}
}
- class EventListener implements XDocumentEventListener
+ private class EventListener implements XDocumentEventListener
{
- boolean m_isLayoutFinished = false;
- boolean IsLayoutFinished() { return m_isLayoutFinished; }
+ private boolean m_isLayoutFinished = false;
+ private boolean IsLayoutFinished() { return m_isLayoutFinished; }
public void documentEventOccured(DocumentEvent Event)
{
if ("OnLayoutFinished".equals(Event.EventName))