summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sd/DrawController_DrawView.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sd/DrawController_DrawView.java')
-rw-r--r--qadevOOo/tests/java/mod/_sd/DrawController_DrawView.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sd/DrawController_DrawView.java b/qadevOOo/tests/java/mod/_sd/DrawController_DrawView.java
index be510ff1f98c..b8aa29b0c0c7 100644
--- a/qadevOOo/tests/java/mod/_sd/DrawController_DrawView.java
+++ b/qadevOOo/tests/java/mod/_sd/DrawController_DrawView.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
@@ -262,7 +262,7 @@ public class DrawController_DrawView extends TestCase {
tEnv.addObjRelation("FirstModel", aModel);
tEnv.addObjRelation("XUserInputInterception.XModel", aModel);
-
+
XFrame the_frame = aController2.getFrame();
tEnv.addObjRelation("Frame", the_frame);
@@ -283,7 +283,7 @@ public class DrawController_DrawView extends TestCase {
UnoRuntime.queryInterface(XModifiable.class,xDrawDoc);
tEnv.addObjRelation("Modifiable",modify);
-
+
tEnv.addObjRelation("XComponent.DisposeThis", xDrawDoc);
return tEnv;