summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java b/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java
index c4d03c5abf5f..0348452c611a 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster.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
@@ -45,11 +45,11 @@ public class _XActivationBroadcaster extends MultiMethodTest {
protected XSpreadsheet two = null;
public void _addActivationEventListener() {
-
+
log.println("trying to add an invalid listener");
oObj.addActivationEventListener(listener);
log.println(".... OK");
-
+
log.println("adding a valid listener");
listener = new MyListener();
oObj.addActivationEventListener(listener);
@@ -83,7 +83,7 @@ public class _XActivationBroadcaster extends MultiMethodTest {
public void before() {
xSpreadsheetView = (XSpreadsheetView) UnoRuntime.queryInterface(
- XSpreadsheetView.class,
+ XSpreadsheetView.class,
tEnv.getTestObject());
two = (XSpreadsheet) tEnv.getObjRelation("Sheet");