summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame/_XStatusListener.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame/_XStatusListener.java')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XStatusListener.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XStatusListener.java b/qadevOOo/tests/java/ifc/frame/_XStatusListener.java
index 23f71df14e78..4b08c23e320f 100644
--- a/qadevOOo/tests/java/ifc/frame/_XStatusListener.java
+++ b/qadevOOo/tests/java/ifc/frame/_XStatusListener.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,11 +34,11 @@ import lib.MultiMethodTest;
public class _XStatusListener extends MultiMethodTest {
public XStatusListener oObj = null;
-
+
public void before() {
-
+
}
-
+
public void _statusChanged() {
FeatureStateEvent event = new FeatureStateEvent();
oObj.statusChanged(event);