summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_XTextCursor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_XTextCursor.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_XTextCursor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_XTextCursor.java b/qadevOOo/tests/java/ifc/text/_XTextCursor.java
index cc91e0d9f8f7..145224d7817c 100644
--- a/qadevOOo/tests/java/ifc/text/_XTextCursor.java
+++ b/qadevOOo/tests/java/ifc/text/_XTextCursor.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
@@ -217,7 +217,7 @@ public class _XTextCursor extends MultiMethodTest {
* and in the second <code>false</code>
*/
public void _isCollapsed(){
- boolean bCol = false;
+ boolean bCol = false;
oObj.gotoStart(false);
bCol = oObj.isCollapsed();