summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svx/SvxUnoNumberingRules.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_svx/SvxUnoNumberingRules.java')
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxUnoNumberingRules.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/mod/_svx/SvxUnoNumberingRules.java b/qadevOOo/tests/java/mod/_svx/SvxUnoNumberingRules.java
index c7d7e8e13a7d..88e72c79d0e4 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxUnoNumberingRules.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxUnoNumberingRules.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
@@ -52,10 +52,10 @@ public class SvxUnoNumberingRules extends TestCase {
(XMultiServiceFactory) tParam.getMSF());
}
- protected TestEnvironment createTestEnvironment(TestParameters tParam,
+ protected TestEnvironment createTestEnvironment(TestParameters tParam,
PrintWriter log) {
XMultiServiceFactory docMSF = (XMultiServiceFactory) UnoRuntime.queryInterface(
- XMultiServiceFactory.class,
+ XMultiServiceFactory.class,
xDrawDoc);
XInterface oObj = null;
@@ -70,9 +70,9 @@ public class SvxUnoNumberingRules extends TestCase {
TestEnvironment tEnv = new TestEnvironment(oObj);
log.println("Implementationname: " + util.utils.getImplName(oObj));
-
+
Object NewRules=null;
-
+
try{
XIndexAccess xIA = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, oObj);
NewRules = xIA.getByIndex(2);