summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java')
-rwxr-xr-xqadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java b/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java
index aef3ad663ae1..7c26c3b18b87 100755
--- a/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java
+++ b/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.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
@@ -53,7 +53,7 @@ public class UIElementFactoryManager extends TestCase {
*/
protected void cleanup(TestParameters tParam, PrintWriter log) {
log.println(" disposing xTextDoc ");
-
+
try {
XCloseable closer = (XCloseable) UnoRuntime.queryInterface(
XCloseable.class, xTextDoc);
@@ -90,10 +90,10 @@ public class UIElementFactoryManager extends TestCase {
throw new StatusException("Cannot create test object.", e);
}
log.println("TestObject: " + util.utils.getImplName(oObj));
-
+
tEnv = new TestEnvironment((XInterface)oObj);
-
+
return tEnv;
}
}