summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_XTextRange.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_XTextRange.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_XTextRange.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_XTextRange.java b/qadevOOo/tests/java/ifc/text/_XTextRange.java
index 304bc065e7ab..af95c69edd09 100644
--- a/qadevOOo/tests/java/ifc/text/_XTextRange.java
+++ b/qadevOOo/tests/java/ifc/text/_XTextRange.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
@@ -91,8 +91,8 @@ public class _XTextRange extends MultiMethodTest {
tRes.tested( "getStart()", oStartRange != null &&
exp.startsWith("Start"));
-
-
+
+
oStartRange.setString("");
}
@@ -128,7 +128,7 @@ public class _XTextRange extends MultiMethodTest {
tRes.tested( "getEnd()", oEndRange != null &&
exp.endsWith("End"));
-
+
oEndRange.setString("");
}