summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java b/qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java
index 72c7f759d9ff..30dbe80c7810 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXNumberingRules.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
@@ -143,7 +143,7 @@ public class SwXNumberingRules extends TestCase {
log.println("Error, exception occured...");
e.printStackTrace(log);
}
-
+
Object instance1 = null;
try {
@@ -167,10 +167,10 @@ public class SwXNumberingRules extends TestCase {
} catch ( com.sun.star.lang.IllegalArgumentException e ) {
log.println("Error, exception occured...");
e.printStackTrace(log);
- }
-
+ }
+
TestEnvironment tEnv = new TestEnvironment( oObj );
-
+
tEnv.addObjRelation("INSTANCE1", instance1);
return tEnv;
}