summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java b/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java
index 9e45193586e2..b95cd8ba4eb9 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextGraphicObject.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
@@ -140,7 +140,7 @@ public class SwXTextGraphicObject extends TestCase {
e.printStackTrace();
throw new StatusException("Couldn't insert text frame", e );
}
-
+
log.println( "inserting graphic" );
try {
@@ -195,7 +195,7 @@ public class SwXTextGraphicObject extends TestCase {
tEnv.addObjRelation("CONTENT", (XTextContent)
UnoRuntime.queryInterface(XTextContent.class,instance));
tEnv.addObjRelation("RANGE", xTextDoc.getText().createTextCursor());
-
+
//object relation for text.BaseFrameProperties
tEnv.addObjRelation("TextFrame", xTextFrame);