summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScShapeObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScShapeObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScShapeObj.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScShapeObj.java b/qadevOOo/tests/java/mod/_sc/ScShapeObj.java
index 1257498a53fd..e8953bb3efdf 100644
--- a/qadevOOo/tests/java/mod/_sc/ScShapeObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScShapeObj.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,7 +45,7 @@ import com.sun.star.uno.XInterface;
public class ScShapeObj extends TestCase {
static XComponent xSheetDoc;
-
+
protected void initialize( TestParameters tParam, PrintWriter log ) {
SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF() );
@@ -107,9 +107,9 @@ public class ScShapeObj extends TestCase {
// create test environment here
TestEnvironment tEnv = new TestEnvironment( oShape );
-
+
log.println("Implementation name: "+util.utils.getImplName(oObj));
- tEnv.addObjRelation("DOCUMENT",xSheetDoc);
+ tEnv.addObjRelation("DOCUMENT",xSheetDoc);
return tEnv;
} // finish method getTestEnvironment