summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java')
-rw-r--r--qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java
index dd19cf8f52a4..16ce506c6fae 100644
--- a/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java
+++ b/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java
@@ -33,8 +33,7 @@ public class _XHierarchicalPropertySet extends MultiMethodTest {
XHierarchicalPropertySetInfo hpsi = oObj.getHierarchicalPropertySetInfo();
boolean res = true;
- if (hpsi != null) {
- } else {
+ if (hpsi == null) {
log.println(
"The component doesn't provide HierarchicalPropertySetInfo");
tRes.tested("getHierarchicalPropertySetInfo()",