summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-06-27 15:40:17 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-29 22:03:01 +0200
commitb65017a2a7af290f6681da7b197a52efe83d5185 (patch)
tree06f71a435ba200d044109469b13be7c8f5dbe950 /qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java
parent33ec740d1438c3dddf8e1974757ed05bb76425ca (diff)
Java5 update - usage generics where possible
Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
Diffstat (limited to 'qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java')
-rw-r--r--qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java b/qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java
index 91a320147220..0ac972a9cafa 100644
--- a/qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java
+++ b/qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java
@@ -98,9 +98,9 @@ public class _XValidatableFormComponent extends MultiMethodTest
protected void changeAllProperties()
{
XMultiPropertySet mProps =
- (XMultiPropertySet) UnoRuntime.queryInterface(
- XMultiPropertySet.class, tEnv.getTestObject()
- );
+ UnoRuntime.queryInterface(
+ XMultiPropertySet.class, tEnv.getTestObject()
+ );
XPropertySetInfo propertySetInfo = mProps.getPropertySetInfo();
Property[] properties = propertySetInfo.getProperties();
getPropsToTest(properties);