summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_XText.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_XText.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_XText.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_XText.java b/qadevOOo/tests/java/ifc/text/_XText.java
index c33505668670..b34374ac1167 100644
--- a/qadevOOo/tests/java/ifc/text/_XText.java
+++ b/qadevOOo/tests/java/ifc/text/_XText.java
@@ -78,8 +78,6 @@ public class _XText extends MultiMethodTest {
}
catch( com.sun.star.lang.IllegalArgumentException iaE ){
throw new StatusException("Couldn't insert textcontent",iaE);
- //Status.failed(iaE.toString());
- //return;
}
// get indexaccess to the tablecollection
@@ -144,7 +142,6 @@ public class _XText extends MultiMethodTest {
log.println( "test for removeTextContent" );
try {
oObj.removeTextContent( (XTextContent)oInt );
- //oObj.removeTextContent( (XTextContent)oInt );
}
catch( com.sun.star.container.NoSuchElementException nseE ){
// Some exception.FAILED