summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/drawing/_Text.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/drawing/_Text.java')
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_Text.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_Text.java b/qadevOOo/tests/java/ifc/drawing/_Text.java
index c8566ab48a92..2ed2be97f1ba 100644
--- a/qadevOOo/tests/java/ifc/drawing/_Text.java
+++ b/qadevOOo/tests/java/ifc/drawing/_Text.java
@@ -44,8 +44,7 @@ public class _Text extends MultiPropertyTest {
}
log.println("Trying to cast property 'NumberingRules' "+
"to XIndexReplace");
- XIndexReplace theRules = (XIndexReplace)
- oObj.getPropertyValue( "NumberingRules" );
+ oObj.getPropertyValue( "NumberingRules" );
bResult = true;
} catch( Exception e ) {
log.println("Error occurred while trying to get property"+