summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/helper/APIDescGetter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/helper/APIDescGetter.java b/qadevOOo/runner/helper/APIDescGetter.java
index 60d7330d9619..68f643004f6f 100644
--- a/qadevOOo/runner/helper/APIDescGetter.java
+++ b/qadevOOo/runner/helper/APIDescGetter.java
@@ -715,7 +715,7 @@ public class APIDescGetter extends DescGetter
DescEntry[] subEntries = getSubEntries(csvFile, aEntry);
- aEntry.SubEntryCount = subEntries.length;
+ aEntry.SubEntryCount = subEntries != null ? subEntries.length : 0;
aEntry.SubEntries = subEntries;
return aEntry;